VirtualTam
|
dea72c711f
|
Optimize and cleanup imports
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2019-01-13 00:04:42 +01:00 |
|
ArthurHoaro
|
e6cd773f5a
|
Fix blocking namespace issue
|
2017-03-08 20:00:21 +01:00 |
|
VirtualTam
|
3c66e56435
|
application: introduce the Shaarli\Config namespace
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>
|
2017-03-04 17:07:52 +01:00 |
|
ArthurHoaro
|
15170b5164
|
Parse plugin parameters description with the PluginManager
Plugin parameter can contain a description in their meta file under the key:
parameter.<param_name>="<description>"
|
2016-08-02 11:12:01 +02:00 |
|
ArthurHoaro
|
59404d7909
|
Introduce a configuration manager (not plugged yet)
|
2016-06-11 09:30:56 +02:00 |
|