#
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
#
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
#
d868eb89 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function declaration braces/spaces
|
#
8c7c53b0 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces
|
#
79a2d784 |
| 05-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJ
update phpdocs, rename dokuwiki/Ui/Draft to PageDraft
|
#
e1d9dcc8 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
First go at moving the plugin classes into their own namespace
|
#
b2c9cd19 |
| 12-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
renamed ActionRouter::checkPermissions to checkPreconditions
As discussed in #1933
|
#
480336a3 |
| 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
no longer rely on actionOk when checking if actions are disabled
loadAction() and checkAction() are now public and could be used within actionOK(). However some weird circular references prevent tha
no longer rely on actionOk when checking if actions are disabled
loadAction() and checkAction() are now public and could be used within actionOK(). However some weird circular references prevent that. In addition, actionOK is also used to check for things that aren't Actions (yet) like 'rss' and 'top'.
show more ...
|
#
ec701221 |
| 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
explicitly declare method visibility
|
#
33551e4e |
| 11-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
make use of sub action for Profile deletion
|