History log of /dokuwiki/lib/plugins/config/core/Configuration.php (Results 1 – 18 of 18)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 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


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

Apply remaining rector fixes to lib


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

Apply rector fixes to config plugin


# b71f2463 01-Jun-2018 Andreas Gohr <andi@splitbrain.org>

an empty class is valid, only truly no class is bad


# 7a0ee538 01-Jun-2018 Andreas Gohr <andi@splitbrain.org>

show other errors in undefined settings again

This reestablishes the mechanism of adding errors as Sepcial classes to the
undefined list.


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

do not drop undefined settings when saving the configuration


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

fixed updateSettings iteration


# 0a5b05eb 18-May-2018 Andreas Gohr <andi@splitbrain.org>

Moved settings to their own namespace


# 5c17d2d3 12-May-2018 Andreas Gohr <andi@splitbrain.org>

first go over the settings classes for PSR-2


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

moved language loading to the loader


# 077c27b2 11-May-2018 Andreas Gohr <andi@splitbrain.org>

adjusted basic loading saving in admin

stripped out all the session stuff


# 5a38a129 11-May-2018 Andreas Gohr <andi@splitbrain.org>

added Writer class for saving the config back to file


# 8ea5685f 11-May-2018 Andreas Gohr <andi@splitbrain.org>

moved the whole settings class mechanism to it's own class


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

moved php parser to it's own file


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

start of refactoring the config plugin

split up all the files and added namespaces. everything broken