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

codestyle adjustments: class declaration braces


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

fix typo


# ad4b3247 31-Jan-2017 Andreas Gohr <andi@splitbrain.org>

typo fix


# 0470c28f 21-Jan-2017 Andreas Gohr <andi@splitbrain.org>

refactor Admin UI

This introduces a new dokuwiki\Ui namespace and refactors the Admin
screen into a Ui class. The ultimate goal is to split up the big,
complex functions in inc\html.php in better ma

refactor Admin UI

This introduces a new dokuwiki\Ui namespace and refactors the Admin
screen into a Ui class. The ultimate goal is to split up the big,
complex functions in inc\html.php in better maintainable classes in the
Ui namespace. This is the first go at it. Others function->class
conversions should follow.

This also switches the icons for our base admin plugins to inline SVG.
(files and styling not included, yet).

show more ...