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

codestyle adjustments: class declaration braces


# 6723156f 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Action


# edb50e6a 04-Dec-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Ui\Diff hierarchy


# defc7576 01-Dec-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

move Ui\Diff to Ui\PageDiff


# 2d517813 16-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

use "difftype" in Ui\Diff


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

define constructor of Ui classes


# 0d02bc2f 13-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Ui\Diff class replaces html_diff()

Ui\Diff()::diffNavigation() still uses Doku_Form class, Further work needed!


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

explicitly declare method visibility


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

fixed Diff action


# 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