[wp-trac] [WordPress Trac] #25123: The 'Revisions' post meta box should scroll

WordPress Trac noreply at wordpress.org
Mon Dec 29 02:30:28 UTC 2014


#25123: The 'Revisions' post meta box should scroll
------------------------------------+------------------------------
 Reporter:  johnbillion             |       Owner:  adamsilverstein
     Type:  enhancement             |      Status:  assigned
 Priority:  normal                  |   Milestone:  Awaiting Review
Component:  Revisions               |     Version:
 Severity:  normal                  |  Resolution:
 Keywords:  has-patch dev-feedback  |     Focuses:  ui
------------------------------------+------------------------------
Changes (by adamsilverstein):

 * keywords:  needs-patch => has-patch dev-feedback
 * owner:   => adamsilverstein
 * status:  new => assigned


Comment:

 In [attachment:25123.diff] - remove the revisions meta box.

 I created a plugin to recreate the meta box @
 https://github.com/adamsilverstein/wp-revisions-meta-box

 So far, I only removed the actual call adding the meta box; do we want to
 deprecate the rest of the functionality (and maybe move it to the plugin)?
 Might `wp_list_post_revisions` be in use by plugins?


 * Note that [https://core.trac.wordpress.org/browser/tags/4.1/src/wp-admin
 /edit-form-advanced.php#L152 this call] to `wp_get_post_revisions` still
 grabs all revisions for the post, just to get their count and the last
 revision id. That seems pretty inefficient! (especially for a large number
 of / large revisions).

--
Ticket URL: <https://core.trac.wordpress.org/ticket/25123#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list