Changes between Initial Version and Version 1 of Ticket #24056, comment 5
- Timestamp:
- 05/05/2013 05:42:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24056, comment 5
initial v1 1 1 [http://core.trac.wordpress.org/attachment/ticket/24056/24056.patch 24056.patch] adds rough functionality for pages. Waiting for dev feedback before investing more time in it. 2 2 3 At the moment this adds pages with 5 revisions each! Change 'pageSize' parameter of wpRevisionsSettings $settings. Furthermore this breaks "compare two revisions" functionality atm.3 At the moment this adds pages with 5 revisions each! Change 'pageSize' parameter of wpRevisionsSettings in `wp-admin/revision.php:86`. Furthermore this breaks "compare two revisions" functionality. 4 4 5 How should the pagination fun tionality be designed? The current revision needs to be somehow highlighted and be sticky on all pages I guess. Further more this sucks for comparing two revision which are long time apart..? Maybe solvable by making the current revision AND the currently focused revision sticky.5 How should the pagination functionality be designed? The current revision needs to be somehow highlighted and be sticky on all pages I guess. Also this sucks for comparing two revision which many revisions apart. Maybe solvable by making the current revision AND the currently focused revision sticky?