aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/PageBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: explicit method visibilityVirtualTam2017-01-051-1/+1
* New init function for plugins, supports errors reportingArthurHoaro2016-10-141-3/+0
* 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
* 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
* Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-111-12/+16
* Extract PageBuilder class from index.phpArthurHoaro2016-05-131-0/+145