| 45a30e7c | 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
info plugin minor code cleanup |
| b646f783 | 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
Add method to access all currently registered event handlers |
| 9612843e | 05-Dec-2022 |
Andrew Dawes <andrewsdawes@gmail.com> |
Fixed some typos |
| 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. |
| ddbd71ec | 07-Nov-2022 |
KaeTuuN <KaeTuuN@users.noreply.github.com> |
Update README
Update copyright. |
| d3b90506 | 03-Nov-2022 |
Alex <aleksandrosansan@gmail.com> |
build: harden testLinux.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com> |
| 05928759 | 03-Nov-2022 |
Alex <aleksandrosansan@gmail.com> |
build: harden phpCS.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com> |
| ae4ab31c | 03-Nov-2022 |
Alex <aleksandrosansan@gmail.com> |
build: harden testWindows.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com> |
| 9c176d21 | 03-Nov-2022 |
Alex <aleksandrosansan@gmail.com> |
build: harden release.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com> |
| adb8672a | 01-Nov-2022 |
Andreas Gohr <andi@splitbrain.org> |
Fix titles in feeds
The check introduced in 6fd2d4b0 did not work when media was set explicitly to false. |
| fbc1c202 | 31-Oct-2022 |
Valdrin Jonuzi <valdrinj00@gmail.com> |
translation update |
| 17d97b8f | 27-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
fix type hints for new php-dom-wrapper |
| 98640fd3 | 27-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Move PSR compliant tests to the apropriate namespaces
Having "inc" in the namespace is awkward. Instead the test class namespaces now correspond to their real class namespaces.
With further refacto
Move PSR compliant tests to the apropriate namespaces
Having "inc" in the namespace is awkward. Instead the test class namespaces now correspond to their real class namespaces.
With further refactorings we should get rid of most of the stuff in tests/inc
this is a continuation of #3812
show more ...
|
| 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 |
| 0772dde2 | 26-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
Fix handling of unknown array settings
When a plugin used an array setting and was then installed, the old configuration can remain in local.php. It is handled by the SettingUndefined class. However
Fix handling of unknown array settings
When a plugin used an array setting and was then installed, the old configuration can remain in local.php. It is handled by the SettingUndefined class. However this class used the base out() mechanism which didn't know about arrays. The result was a fatal error resulting in a completely empty config file.
This moves the error handling from the SettingArray class to the base class which fixes the original problem.
It also adds a check if the Writer is about to write a completely empty config file and refuses to do so, throwing an Exception.
Probably related to #3777
show more ...
|
| 608cdefc | 22-Oct-2022 |
Zebra North <mrzebra@mrzebra.co.uk> |
Factor out IP address functions; all proxies must be trusted |
| 8accc6f3 | 20-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
remove language strings for htmlok and phpok options
These options have been removed in bbe6b3a78bfaae7c3435ed2f909108be642b4684 |
| 70f2f351 | 20-Oct-2022 |
Phy <git@phy25.com> |
Update intro.txt |
| acdf738a | 19-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
replace phpquery by php-dom-wrapper #3308
This replaces the outdated phpquery library by the newer and maintained php-dom-wrapper. Usage is similar but not a 1:1 replacement. phpQuery is left in but
replace phpquery by php-dom-wrapper #3308
This replaces the outdated phpquery library by the newer and maintained php-dom-wrapper. Usage is similar but not a 1:1 replacement. phpQuery is left in but marked as deprecated.
show more ...
|
| fabefb7a | 19-Oct-2022 |
xboxones1 <91512529+xboxones1@users.noreply.github.com> |
Change text color for diff |