aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/config/ConfigPlugin.php
Commit message (Collapse)AuthorAgeFilesLines
* Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-021-3/+7
| | | | | | Plugin parameter can contain a description in their meta file under the key: parameter.<param_name>="<description>"
* Replace $GLOBALS configuration with the configuration manager in the whole ↵ArthurHoaro2016-06-111-1/+3
| | | | code base
* Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-111-0/+118