History log of /dokuwiki/inc/Action/Conflict.php (Results 1 – 10 of 10)
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


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

call Ui\Diff from Ui\(Conflict, Draft)


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

define constructor of Ui classes


# 2ba81351 15-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

create Ui\ConflictForm


# 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!


# 6467f2ce 09-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Ui\Conflict class replaces html_conflict()


# 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


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

all actions should have a class now

Lots of FIXMEs and the routing isn't integrated, yet