aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/configure.html
Commit message (Collapse)AuthorAgeFilesLines
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-1/+1
|
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-2/+2
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Process configure page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-1/+1
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-0/+13
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-061-0/+8
| | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302
* Fix fatal error on daily page: use new thumbnail systemArthurHoaro2018-07-291-8/+0
| | | | | | | | | Also fix: * include the login manager in the daily RSS feed function * remove redirector setting in the vintage theme Fixes #1190
* Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ArthurHoaro2018-07-051-2/+11
| | | | websites
* Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-4/+6
|
* Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-0/+12
| | | | | | | | | | * requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes #345 #425 #487 #543 #588 #590
* Rename title link label to home link and apply it in vintage themeArthurHoaro2017-05-031-1/+1
| | | | Related to #853
* Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-251-2/+22
|\ | | | | Change timezone data structure send to the templates
| * Apply the new timezone template variables to the vintage themeArthurHoaro2017-04-041-2/+22
| |
* | Add API setting in the new theme during the installationArthurHoaro2017-03-221-2/+2
|/ | | | Also use the same variable name across template files
* Move default template to vintage folderArthurHoaro2017-02-271-0/+121