aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/linklist.html
Commit message (Collapse)AuthorAgeFilesLines
* Tags separator: vintage theme compatibilityArthurHoaro2020-11-051-1/+1
|
* Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-201-3/+4
| | | | | | | | | This feature is based general.enable_async_metadata setting and works with existing metadata.js file. The script is compatible with any template: - the thumbnail div bloc must have attribute - the bookmark bloc must have attribute with the bookmark ID as value Fixes #1564
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-15/+13
|
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-8/+8
| | | | | | | 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 remove tag endpoint through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Slim router: handle add tag routeArthurHoaro2020-07-231-1/+1
|
* Fix a bug making thumbnail to request the current pageArthurHoaro2018-08-141-1/+1
|
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-0/+1
|
* Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-1/+10
| | | | | | | | | | * 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
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-2/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Webpack / Update front paths in template filesArthurHoaro2018-03-281-8/+3
|
* Empty tag search will look for not tagged linksArthurHoaro2017-05-251-1/+5
| | | | | | | | | | | Fixes #784 From now, searching for tags with an empty value will return only not tagged links, with the search bar showing `x results [not tagged]`. Note that using the api, the searchtags request parameter must be set to `false` to get the same result. - [ ] Update API doc
* Improve datetime displayArthurHoaro2017-03-061-2/+2
| | | | | | | | | | Use php-intl extension to display datetimes a bit more nicely, depending on the locale. What changes: * the day is no longer displayed * day number and month are ordered according to the locale * the timezone is more readable (UTC+1 instead of CET)
* Move default template to vintage folderArthurHoaro2017-02-271-0/+151