| df999139 | 06-Jan-2022 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
| 4106d4f9 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Recent Changes page can also show external edits |
| 86216bf0 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Move caching current revision info to getRevisionInfo()
needed to ensure initiation of the class is not using files from disk. Because getCurrentRevisionInfo needs getRevisionInfo() as well, looping
Move caching current revision info to getRevisionInfo()
needed to ensure initiation of the class is not using files from disk. Because getCurrentRevisionInfo needs getRevisionInfo() as well, looping needs to be prevented
show more ...
|
| 54d95e36 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
revInfo was already retrieved |
| 0b5bb6b4 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
at this point it is already checked that $fileRev exists |
| 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 |
| e3d05127 | 05-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove Diff::buildDiffHead
new in development version, is not used. |
| 6d0b5208 | 05-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Include id in event data |
| 540b38e2 | 05-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add event to denied action
Let plugins modify the text displayed on the denied page |
| 75b4d506 | 05-Jan-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add event to p_locale_xhtml()
Allows plugins to modify localized text |
| 5d2c5d7e | 04-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformat code |
| 2e618646 | 04-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
unittest for loading default and extra default settings in Config manager |
| 591ebe45 | 04-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add unittests for loading of defaults, extra defaults, local and protected settings |
| 95775ac7 | 22-Nov-2020 |
Christoph Ziehr <christoph@christoph-ziehr.de> |
Update Loader.php
The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering th
Update Loader.php
The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering the configuration manger, they options are displayed in the order dokuwiki.php -> plugin-standard-values -> template-standard-values -> local.php -> local.protected.php
This patch fixes the issue, so that the right values are displayed if there are no configs set in local.php or local.protected.php
See also https://forum.dokuwiki.org/d/18489-issues-with-modifying-confdokuwikiphp for further information.
This is a second version of this change, because on the first try, there was unnoticed php-error.
show more ...
|
| 03ae5b30 | 20-Nov-2020 |
Christoph Ziehr <christoph@christoph-ziehr.de> |
Update Loader.php
The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering th
Update Loader.php
The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering the configuration manger, they options are displayed in the order dokuwiki.php -> plugin-standard-values -> template-standard-values -> local.php -> local.protected.php
This patch fixes the issue, so that the right values are displayed if there are no configs set in local.php or local.protected.php
See also https://forum.dokuwiki.org/d/18489-issues-with-modifying-confdokuwikiphp for further information.
show more ...
|
| 39ecc3af | 02-Jan-2022 |
Viktor Horváth <horvath.viktor@forrastrend.hu> |
translation update |
| 2cd6cc0a | 02-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
move resolvers into File namespace |
| ee78287d | 02-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
added autoplural tests for PageResolver |
| 093aec3d | 02-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
added pageresolver tests for tilde+startpage behaviour |
| 8e7694e0 | 02-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
authPDO: extend mysql test to ensure multiple groups are read
I noticed that all our tests basically only ever used one group per user. This makes sure multiple groups work as intended. |
| 830c02df | 01-Jan-2022 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
update DokuWiki install URL |
| a07fd9f8 | 01-Jan-2022 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
update smtp plugin URL |
| a7b2005a | 01-Jan-2022 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
update flashplayer URL |
| bf8f8509 | 01-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
guard against unset parameters
Many string function will throw a deprecation warning in PHP 8.1 when null is passed. This adds a few guards in some of our methods (not all, yet) |
| f7711f2b | 01-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
always use the same htmlspecialchars setup
defaults for htmlspecialchars change in PHP 8.1
All calls should always use our hsc() method to ensure comparability (especially when testing) |