aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Menu/Item/Edit.php
Commit message (Collapse)AuthorAge
* Revert "use a dispatcher to access static image files"Andreas Gohr2024-09-08
| | | | | | | This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1. It was accidentally pused to master before review. A PR with a revert for the revert will be pushed shortly.
* use a dispatcher to access static image filesAndreas Gohr2024-09-08
| | | | | | | | This makes it possible to replace default images in an update safe way. It also addresses the issue raised in dokuwiki/docker#16 A .htaccess rewrite catches any direct accesses that might come in from plugins.
* code style: line breaksAndreas Gohr2023-08-31
|
* codestyle adjustments: class declaration bracesAndreas Gohr2023-08-30
|
* Apply rector fixes to inc/MenuAndreas Gohr2023-08-29
|
* do not display "show page" in pagetools if no read permissionAndreas Gohr2023-08-16
|
* Fix issue #2396eiroca2019-02-25
|
* fix: display "show" item in page menu during search actionMichael Große2018-03-27
| | | | | Since we no longer change the page during a search, using the "show" menu item to return to the current page makes more sense.
* more doc blocks for the menu systemAndreas Gohr2017-05-19
|
* fixed icons for edit actionAndreas Gohr2017-05-19
|
* fix base dir for imagesAndreas Gohr2017-05-19
|
* beginning of a complete refactoring of the menuesAndreas Gohr2017-05-19
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.