aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/config/ConfigPhp.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-13/+15
|
* namespacing: \Shaarli\UpdaterVirtualTam2019-01-121-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Exceptions\IOExceptionVirtualTam2019-01-121-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: fix line-length warningsVirtualTam2018-12-021-2/+10
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Fix warnings when upgrading from legacy SebSauvage versionArthurHoaro2018-01-251-3/+3
| | | | Fixes #1040
* Shaarli's translationArthurHoaro2017-10-221-2/+2
| | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-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-managerArthur2017-01-061-1/+2
|\ | | | | Theme manager: improvements
| * Change templates set through administration UIKnah Tsaeb2017-01-051-1/+2
| |
* | Cleanup: explicit method visibilityVirtualTam2017-01-051-3/+3
|/ | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Rename configuration key for better sectionsArthurHoaro2016-06-111-24/+24
|
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-111-0/+45
|
* Set the default timezone in index.phpArthurHoaro2016-06-111-3/+0
|
* Replace $GLOBALS configuration with the configuration manager in the whole ↵ArthurHoaro2016-06-111-3/+0
| | | | code base
* Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-111-0/+93