History log of /dokuwiki/inc/Menu/UserMenu.php (Results 1 – 6 of 6)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 33b91513 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Menu


# 368ce258 19-May-2017 Andreas Gohr <andi@splitbrain.org>

more doc blocks for the menu system


# b85a7f3b 19-May-2017 Andreas Gohr <andi@splitbrain.org>

use menu system for user tools

also adjusts styles and adds images


# 93b8c351 19-May-2017 Andreas Gohr <andi@splitbrain.org>

beginning of a complete refactoring of the menues

This is an attempt to:

* get rid of the super long, complex functions in in/template.php
* make it easy for plugin authors to add their own items t

beginning of a complete refactoring of the menues

This is an attempt to:

* get rid of the super long, complex functions in in/template.php
* make it easy for plugin authors to add their own items to any
of our menus, regardless of the used template
* continue the progress to make use of SVG in the menues

This takes a similar approach as my actionrefactor branch. Originially
I thought both refactorings could be done in one, merging the
functionality of DokuWiki actions and the menu items. However I couldn't
make it work. So instead we have two separate but similar things.
Maybe they can converge later on.

show more ...