Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | application: introduce the Shaarli\Config namespace | VirtualTam | 2017-03-04 | 1 | -1/+2 |
| | | | | | | | | | | | 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> | ||||
* | Merge pull request #732 from ArthurHoaro/feature/theme-manager | Arthur | 2017-01-06 | 1 | -1/+2 |
|\ | | | | | Theme manager: improvements | ||||
| * | Change templates set through administration UI | Knah Tsaeb | 2017-01-05 | 1 | -1/+2 |
| | | |||||
* | | Cleanup: explicit method visibility | VirtualTam | 2017-01-05 | 1 | -3/+3 |
|/ | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Rename configuration key for better sections | ArthurHoaro | 2016-06-11 | 1 | -24/+24 |
| | |||||
* | Rename configuration keys and fix GLOBALS in templates | ArthurHoaro | 2016-06-11 | 1 | -0/+45 |
| | |||||
* | Set the default timezone in index.php | ArthurHoaro | 2016-06-11 | 1 | -3/+0 |
| | |||||
* | Replace $GLOBALS configuration with the configuration manager in the whole ↵ | ArthurHoaro | 2016-06-11 | 1 | -3/+0 |
| | | | | code base | ||||
* | Introduce a configuration manager (not plugged yet) | ArthurHoaro | 2016-06-11 | 1 | -0/+93 |