aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config
Commit message (Expand)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
* 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
* Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-112-22/+8
* Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-114-0/+265