| bcf7417c | 26-Jul-2023 |
Rafael Fernandes <rafa.fernan10@gmail.com> |
translation update |
| 5e6b4925 | 26-Jul-2023 |
take <take@ruu.kr> |
translation update |
| 82442557 | 23-Jul-2023 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 6ea803cc | 22-Jul-2023 |
alair <Mail@alair.top> |
translation update |
| 300294b4 | 29-Jun-2023 |
KAWASHIMA,Y <darknmatta@gmail.com> |
translation update |
| 755a9150 | 24-May-2023 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| fa8dd74c | 20-May-2023 |
Mykhailo <mvkorobkov@gmail.com> |
translation update |
| 4ebc7ff4 | 15-May-2023 |
Daniel Dias Rodrigues <danieldiasr@gmail.com> |
translation update |
| 728c1abe | 27-Apr-2023 |
Petr Kajzar <petr.kajzar@centrum.cz> |
translation update |
| 5f55167d | 04-Apr-2023 |
Marek Adamski <fevbew@wp.pl> |
translation update |
| 1aa2c37f | 31-Mar-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
two extra '; are invalid php, also the translation tool does not accept this
https://github.com/dokufreaks/dokuwiki-translation/issues/109 |
| 38afa930 | 29-Mar-2023 |
Gilson Caldeira <gilsoncaldeira@gmail.com> |
translation update |
| 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 |