History log of /dokuwiki/inc/Action/Revisions.php (Results 1 – 7 of 7)
Revision Date Author Comments
# 6723156f 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Action


# a46cc3dc 11-Mar-2023 Andreas Gohr <andi@splitbrain.org>

Fix old revisions skipping one revision

This changes the UI to start counting at -1, which will instruct the
Revision Management to prepend the current revision to the list of old
revisions returned

Fix old revisions skipping one revision

This changes the UI to start counting at -1, which will instruct the
Revision Management to prepend the current revision to the list of old
revisions returned. This way no special handling for the current
revision has to be done in the UI class anymore and paging works
naturally.

Fixes #3897

show more ...


# b370ebcd 27-Nov-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

create Ui\PageRevisions class

new Ui\PageRevisons is dedicated for page revisions


# 9e316641 16-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

create constructor of Ui\(Recent, Revisions)


# 6c9fde82 11-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Ui\Revisions class replaces html_revisions()

no space between printed items such as date, unsername, sizechange info. Further work needed for better looks/design.
The code for page navigation in Ui\

Ui\Revisions class replaces html_revisions()

no space between printed items such as date, unsername, sizechange info. Further work needed for better looks/design.
The code for page navigation in Ui\Revisions is different with Ui\Recent.

show more ...


# ec701221 31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

explicitly declare method visibility


# 15a53894 31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

added missing Revisions action