Commit Graph

7 Commits

Author SHA1 Message Date
Philipp Holzer 96e12be26b
Remove old config parts
- config.hostname
- system.urlpath
- system.ssl_policy
2023-02-18 21:12:20 +01:00
Philipp Holzer cf78f1baea
Fix missing values in sample files 2023-01-21 22:24:00 +01:00
Philipp Holzer 92fb0a82ca
Dynamic config loading
- Move settings, defaults and dbstructure to directory 'static'
- Dynamic loading of config files (after the static loading)
- Filter out '-sample.config.php' and '-sample.ini.php' files
- Remove unnecessary ConfigFileManager
- Move ConfigFileLoader to Utils
- Add tests for multi-loading for INI, config and sample-filtering
2019-07-16 20:16:43 +02:00
Hypolite Petovan cef6757c92 Replace REGISTER_* constants by Module\Register::* ones 2019-01-22 22:24:15 -05:00
Hypolite Petovan ac7f7bb74f Normalize config file line endings to LF 2018-12-30 10:15:12 -05:00
Hypolite Petovan 0c21bd488f Use constants instead of strings for register_policy 2018-11-26 07:40:44 -05:00
Hypolite Petovan d6eb1135e5 Add support for PHP array config files
- Add new base config files
- Remove useless DIRECTORY_SEPARATOR instances
2018-11-25 01:42:05 -05:00