Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24056, comment 5


Ignore:
Timestamp:
05/05/2013 05:42:06 PM (11 years ago)
Author:
a.hoereth
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24056, comment 5

    initial v1  
    11[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.
    22
    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.
     3At 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.
    44
    5 How should the pagination funtionality 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.
     5How 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?