[wp-gsoc] [Summer of Code] #315: Dont use an AJAX request for revision list insertion
Summer of Code
noreply at wordpress.org
Tue Jul 9 14:42:16 UTC 2013
#315: Dont use an AJAX request for revision list insertion
-----------------------+----------------------------
Reporter: a.hoereth | Type: enhancement
Status: new | Priority: normal
Milestone: | Component: Code Revisions
Keywords: |
-----------------------+----------------------------
Relying on an AJAX request makes the code nicer, but less practical.
Instead of using an ajax request the whole html code can be passed using
the already in use
[https://gsoc.trac.wordpress.org/browser/2013/ahoereth/trunk/inc/editors.php?rev=2052#L90
wp_localize_script] call. This will make the revisions list available with
much less delay.
--
Ticket URL: <https://gsoc.trac.wordpress.org/ticket/315>
Summer of Code <https://gsoc.trac.wordpress.org>
My example project
More information about the wp-gsoc
mailing list