aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config
Commit message (Collapse)AuthorAgeFilesLines
* Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-1/+1
|
* Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-021-6/+6
| | | | | | Plugin parameter can contain a description in their meta file under the key: parameter.<param_name>="<description>"
* Add closing PHP tags to JSON config filesArthurHoaro2016-06-201-1/+1
|
* Rename configuration key for better sectionsArthurHoaro2016-06-111-11/+11
|
* ConfigManager no longer uses singleton patternArthurHoaro2016-06-111-15/+13
|
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-112-18/+26
|
* Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-112-10/+261
| | | | Also use the Updater to make the transition
* Replace $GLOBALS configuration with the configuration manager in the whole ↵ArthurHoaro2016-06-112-22/+8
| | | | code base
* Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-114-0/+265