History log of /dokuwiki/inc/Action/Recent.php (Results 1 – 9 of 9)
Revision Date Author Comments
# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 79a2d784 05-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJ

update phpdocs,
rename dokuwiki/Ui/Draft to PageDraft


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

create constructor of Ui\(Recent, Revisions)


# 3d7df1dc 11-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Ui\Recent class replaces html_recent()

no space between printed items such as date, unsername, sizechange info. Further work needed for better looks/design.


# e009a94f 20-Apr-2018 Andreas Gohr <andi@splitbrain.org>

Honor type setting for recent changes. fixes #2322


# 549a9ea1 13-May-2017 Andreas Gohr <andi@splitbrain.org>

fixed paging through recent changes


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

explicitly declare method visibility


# ab583a1b 11-Feb-2017 Andreas Gohr <andi@splitbrain.org>

more doc block fixes


# 64ab5140 10-Feb-2017 Andreas Gohr <andi@splitbrain.org>

start of a refactoring the action routing

This is neither complete nor working, yet