aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils/config
Commit message (Collapse)AuthorAgeFilesLines
* Fix: add missing final newlines, untabify textVirtualTam2016-08-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add closing PHP tags to JSON config filesArthurHoaro2016-06-202-0/+3
|
* Rename configuration key for better sectionsArthurHoaro2016-06-111-4/+6
|
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-113-30/+22
|
* Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-113-0/+27
| | | | Also use the Updater to make the transition
* Replace $GLOBALS configuration with the configuration manager in the whole ↵ArthurHoaro2016-06-112-0/+29
code base