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 |
|
Arthur
|
7418f7cb60
|
Merge pull request #732 from ArthurHoaro/feature/theme-manager
Theme manager: improvements
|
2017-01-06 11:40:54 +01:00 |
|
VirtualTam
|
93b1fe54fb
|
Cleanup: explicit method visibility
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2017-01-05 19:52:04 +01:00 |
|
|
adc4aee80f
|
Change templates set through administration UI
|
2017-01-05 12:04:02 +01:00 |
|
ArthurHoaro
|
894a3c4bf3
|
Rename configuration key for better sections
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
da10377b3c
|
Rename configuration keys and fix GLOBALS in templates
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
d93d51b213
|
Set the default timezone in index.php
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
684e662a58
|
Replace $GLOBALS configuration with the configuration manager in the whole code base
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
59404d7909
|
Introduce a configuration manager (not plugged yet)
|
2016-06-11 09:30:56 +02:00 |
|