bb419b01 | 23-Mar-2023 |
cadetill <cadetill@gmail.com> |
translation update |
e07ac4ba | 12-Mar-2023 |
Yves Nevelsteen <yves.nevelsteen@gmail.com> |
translation update |
3f21dca7 | 08-Mar-2023 |
Gorm <gorm.chandler@gmail.com> |
translation update |
65546067 | 06-Mar-2023 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
24fc7b34 | 06-Mar-2023 |
better <betterzhubo@live.com> |
translation update |
dd4d1f74 | 28-Feb-2023 |
Jose Luis Sanches <jose.reis.sanches@gmail.com> |
translation update |
010cc795 | 03-Feb-2023 |
Simone Perin <simoneperin.92@libero.it> |
translation update |
90427445 | 21-Jan-2023 |
Minh <phandinhminh@protonmail.ch> |
translation update |
330443c7 | 23-Nov-2022 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
fbc1c202 | 31-Oct-2022 |
Valdrin Jonuzi <valdrinj00@gmail.com> |
translation update |
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 ...
|
8accc6f3 | 20-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
remove language strings for htmlok and phpok options
These options have been removed in bbe6b3a78bfaae7c3435ed2f909108be642b4684 |
257ea06e | 19-Oct-2022 |
小李 <szsd5257@foxmail.com> |
translation update |
ccc4830f | 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 |
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 |
be6462f4 | 13-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
log warnings to error log
This introduces an error handler that will log warnings, including a stack trace in the error log. This should help plugin and core authors with identifying cases of uninit
log warnings to error log
This introduces an error handler that will log warnings, including a stack trace in the error log. This should help plugin and core authors with identifying cases of uninitilized variables in PHP8+ environments.
A feature flag (default off) will let users temporarily disable the display of warnings in the frontend. This should allow the usage of not yet upgraded plugins in many cases. In the future the flag can be removed again.
show more ...
|
ef42a6cf | 26-Jul-2022 |
Marc Zulet <marczulet@gmail.com> |
translation update |
8095a27b | 16-Jun-2022 |
Marek Adamski <fevbew@wp.pl> |
translation update |
06b50631 | 16-Jun-2022 |
Joan <aseques@gmail.com> |
translation update |
ecd83b31 | 06-Jun-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |