aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/PageBuilder.php
Commit message (Collapse)AuthorAgeFilesLines
* Generate a token for every pagesArthurHoaro2016-08-061-0/+1
|
* Fixes #600 - Shaarli's title is not set with the new config managerArthurHoaro2016-07-191-8/+2
| | | | | - Fixed title config key - Page title (in head tag) is no longer set through the config manager
* Pass the configuration manager to templatesArthurHoaro2016-06-151-0/+2
|
* Rename configuration key for better sectionsArthurHoaro2016-06-111-8/+8
|
* ConfigManager no longer uses singleton patternArthurHoaro2016-06-111-21/+27
|
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-111-13/+12
|
* Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-111-0/+1
| | | | Also use the Updater to make the transition
* Replace $GLOBALS configuration with the configuration manager in the whole ↵ArthurHoaro2016-06-111-12/+16
| | | | code base
* Extract PageBuilder class from index.phpArthurHoaro2016-05-131-0/+145