aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/PageBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils}VirtualTam2019-01-121-205/+0
* lint: apply phpcbf to application/VirtualTam2018-12-021-2/+1
* Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-131-1/+1
* Thumbnails: add a common mode to only retrieve thumbs from popular media webs...ArthurHoaro2018-07-051-1/+5
* Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-5/+23
* Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-0/+5
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-2/+7
* Public/private filter: use two separate buttonsArthurHoaro2018-01-241-21/+0
* Add a filter to only display public linksArthurHoaro2017-12-161-1/+23
* Refactor session token managementVirtualTam2017-10-221-2/+4
* Shaarli's translationArthurHoaro2017-10-221-2/+5
* Rename shaarli_version constant to uppercaseArthurHoaro2017-10-011-2/+2
* Add a version hash for asset loading to prevent browser's cache issueArthurHoaro2017-10-011-0/+5
* Using only one form in linklist.html + adding untaggedonly filter - fix #885Lucas Cimon2017-07-301-0/+1
* Adding ability to display subtags in tagcloudLucas Cimon2017-05-241-1/+1
* Inject tag list everywhere to make autocomplete work on the fixed search barArthurHoaro2017-05-071-2/+12
* Change timezone data structure send to the templatesArthurHoaro2017-04-031-0/+2
* Fixes #304: use atom feed as defaultArthurHoaro2017-03-111-1/+2
* 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