ArthurHoaro
|
7af9a41881
|
Minor code cleanup: PHPDoc, spelling, unused variables, etc.
|
2016-10-20 11:36:11 +02:00 |
|
ArthurHoaro
|
15170b5164
|
Parse plugin parameters description with the PluginManager
Plugin parameter can contain a description in their meta file under the key:
parameter.<param_name>="<description>"
|
2016-08-02 11:12:01 +02:00 |
|
ArthurHoaro
|
5ff23f02b8
|
Add closing PHP tags to JSON config files
|
2016-06-20 18:30:37 +02:00 |
|
ArthurHoaro
|
894a3c4bf3
|
Rename configuration key for better sections
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
278d9ee283
|
ConfigManager no longer uses singleton pattern
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
7f179985b4
|
Remove remaining settings initialization in index.php
Except for those which require external data (timezone and $_SERVER).
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
da10377b3c
|
Rename configuration keys and fix GLOBALS in templates
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
d93d51b213
|
Set the default timezone in index.php
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
b74b96bfbd
|
Adds ConfigJson which handle the configuration in JSON format.
Also use the Updater to make the transition
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
684e662a58
|
Replace $GLOBALS configuration with the configuration manager in the whole code base
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
59404d7909
|
Introduce a configuration manager (not plugged yet)
|
2016-06-11 09:30:56 +02:00 |
|