9cdf6f5c | 29-Dec-2022 |
Robert Riebisch <rr@bttr-software.de> |
translation update |
69ffd5fa | 27-Dec-2022 |
Robert Riebisch <rr@bttr-software.de> |
translation update |
181adffe | 09-Dec-2022 |
Julian Jeggle <julian.jeggle@uni-muenster.de> |
Check if SE referrer url actually has a query part |
b646f783 | 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
Add method to access all currently registered event handlers |
c7a4b560 | 29-Nov-2022 |
Guillaume Turri <guillaume.turri@gmail.com> |
Fix warning from toolbar.php when $INFO is null
This commit fixes an issue observed in this context: 1. Run Dokuwiki with PHP 8.1 2. Install the "sync" plugin 3. Run the "sync" plugin, and when prom
Fix warning from toolbar.php when $INFO is null
This commit fixes an issue observed in this context: 1. Run Dokuwiki with PHP 8.1 2. Install the "sync" plugin 3. Run the "sync" plugin, and when prompted whether you want to keep the remote of the local file, click to show the diff
That's it: on the window which opens to display the diff, there is a warning saying that $INFO is null.
(Perhaps an even better fix would be to ensure that $INFO is set in this case but at least this commit fixes this issue and shouldn't have any detrimental side effects)
show more ...
|
95ac7c43 | 23-Nov-2022 |
Vyacheslav Strenadko <bryanskmap@yandex.ru> |
translation update |
330443c7 | 23-Nov-2022 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
2b9be456 | 10-Nov-2022 |
Andreas Gohr <andi@splitbrain.org> |
some more fixes for undefined vars
This makes more use of $INPUT to access $_SERVER and fixes a warning in one of the search methods. |
fbc1c202 | 31-Oct-2022 |
Valdrin Jonuzi <valdrinj00@gmail.com> |
translation update |
32f53e97 | 27-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
log additional errors
Our error handler was only logging warnings, but logging other errors, especially those that may have been triggered by 3rd party libs, is helpful, too. This adds a few more lo
log additional errors
Our error handler was only logging warnings, but logging other errors, especially those that may have been triggered by 3rd party libs, is helpful, too. This adds a few more loggable errors.
This should especially help with composer trigerring a E_USER_ERROR when the PHP version mismatches.
show more ...
|
c7f6b7b7 | 26-Oct-2022 |
Zebra North <mrzebra@mrzebra.co.uk> |
Move IP functions into a class |
4ec0f22b | 26-Oct-2022 |
Edney Rossi <prof.edneyrossi@gmail.com> |
translation update |
608cdefc | 22-Oct-2022 |
Zebra North <mrzebra@mrzebra.co.uk> |
Factor out IP address functions; all proxies must be trusted |
ec34bb30 | 19-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Update core code to make use of sexplode()
This makes use of our own explode mechanism everywhere were we expect a fixed number of results. |
ec85aeb2 | 19-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
fix autoloading for tests
This replaces my attempt in 12ebce974be688ac34bf4389645d5fc7baa29cc7
The canonical namespace for DokuWiki core tests is dokuwiki/test/ and this is mapped to _test/tests no
fix autoloading for tests
This replaces my attempt in 12ebce974be688ac34bf4389645d5fc7baa29cc7
The canonical namespace for DokuWiki core tests is dokuwiki/test/ and this is mapped to _test/tests now in the autoloader.
This means the majority of tests is in the dokuwiki/test/inc namespace.
Mockfiles are located at _test/mock and have the namespace dokuwiki/test/mock - if that's good or bad is debatable. I simply kept it as it always has been. But there might be an argument for having mock objects closer to the tests that use them (eg. right next to the test files).
show more ...
|
257ea06e | 19-Oct-2022 |
小李 <szsd5257@foxmail.com> |
translation update |
a8bda4bf | 16-Oct-2022 |
Olivier Humbert <trebmuh@tuxfamily.org> |
translation update |
08e37986 | 15-Oct-2022 |
Philippe Verbeke <ph.verbeke@gmail.com> |
translation update |
1a0013a6 | 14-Oct-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
2d198df1 | 12-Oct-2022 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
631c6873 | 12-Oct-2022 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
171622de | 12-Oct-2022 |
Olivier Humbert <trebmuh@tuxfamily.org> |
translation update |
bbe6b3a7 | 12-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Remove the htmlok and phpok embedding options
Both options have grave security implications and novice users seem to ignore advice about them. In the last decades I never came across a wiki that had
Remove the htmlok and phpok embedding options
Both options have grave security implications and novice users seem to ignore advice about them. In the last decades I never came across a wiki that had legitimate use of these options.
If someone needs the functionality, it can easily be added back using a plugin. But I prefer to give users one less option to shoot themselves in the foot.
Removal of the translations for the config strings can follow after this has been merged.
show more ...
|
2f907d1b | 11-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
translation update |
0519ac41 | 07-Oct-2022 |
Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com> |
Minify sytnax |