- Oct 30, 2018
-
-
Andreas Gohr authored
instead the visibility is properly checked in the visibleInContext() method.
-
- Mar 27, 2018
-
-
Michael Große authored
Since we no longer change the page during a search, using the "show" menu item to return to the current page makes more sense.
-
- Jan 19, 2018
-
-
Michael Große authored
To prevent abusing this functionality for inserting arbitrary html, inlineSVG is now called inside the html_btn function.
-
- Jan 18, 2018
-
-
Michael Große authored
-
- Sep 07, 2017
-
-
Andreas Gohr authored
-
- Sep 02, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Sep 01, 2017
-
-
Andreas Gohr authored
this helps tieing together the "normal" menus and the MobileMenu and makes them both implement a getItems() method.
-
- Aug 15, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This makes it a little easier to splice new elements into position
-
- May 25, 2017
-
-
Andreas Gohr authored
This function is now deprecated. Tests even surfaced some smaller bugs :-)
-
Andreas Gohr authored
Othewise weird side effects may happen when a parent constructor overwrites them again.
-
- May 24, 2017
-
-
Andreas Gohr authored
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the escaping for you.
-
Andreas Gohr authored
-
- May 19, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This basically reimplements tpl_action_dropdown but makes use of the other menus (by setting the context to mobile) and thus still triggers the appropriate events. This makes #1598 obsolete. tpl_action_dropdown (and the other tpl_action* methods) still need to be replaced to make use of the new Menu system.
-
Andreas Gohr authored
-
Andreas Gohr authored
this adds an option to print the menu without icons (as we do in the dokuwiki template) but icons were added nontheless
-
Andreas Gohr authored
also adjusts styles and adds images
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
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.
-