History log of /dokuwiki/lib/plugins/config/core/Loader.php (Results 1 – 15 of 15)
Revision Date Author Comments
# 06984891 13-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fix PHP error while saving Aichat settings


# 177d6836 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: control flow whitespaces


# d868eb89 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function declaration braces/spaces


# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 467c1427 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to config plugin


# 5d2c5d7e 04-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

reformat code


# 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 ...


# cbb44eab 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

deprecated trigger_event() in favor of a static method on Event


# 3b223df6 26-May-2018 Andreas Gohr <andi@splitbrain.org>

pass correct array in event


# 80302b1f 25-May-2018 Andreas Gohr <andi@splitbrain.org>

readd PLUGIN_CONFIG_PLUGINLIST event


# d6fc72e1 25-May-2018 Andreas Gohr <andi@splitbrain.org>

fix language and TOC handling


# 91109d52 25-May-2018 Andreas Gohr <andi@splitbrain.org>

Fixed some bugs in the Loader and added tests


# 5675a07c 12-May-2018 Andreas Gohr <andi@splitbrain.org>

moved language loading to the loader


# 6850fd4a 11-May-2018 Andreas Gohr <andi@splitbrain.org>

created a configuration Loader class

This replaces stuff in the Configuration class that hasn't been removed,
yet.