aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/config/ConfigPlugin.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-4/+4
|
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-1/+16
|
* lint: apply phpcbf to application/VirtualTam2018-12-021-2/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Fix blocking namespace issueArthurHoaro2017-03-081-15/+2
|
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-1/+3
| | | | | | | | | | | Namespaces have been introduced with the REST API, and should be generalized to the whole codebase to manage object scope and benefit from autoloading. See: - https://secure.php.net/manual/en/language.namespaces.php - http://www.php-fig.org/psr/psr-4/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* 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