aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
Commit message (Collapse)AuthorAgeFilesLines
* Support using Shaarli without URL rewritingArthurHoaro2020-10-161-1/+1
| | | | | | | | | - Shaarli can be fully used by prefixing any URL with /index.php/ - {$base_path} used in templates already works with this configuration - Assets path (outside of theme's assets) must be prefixed with {$root_url}/ - Documentation section in « Server configuration » Fixes #1590
* Multiple small fixesArthurHoaro2020-07-231-1/+2
|
* 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 picwall rendering through Slim controller + UTArthurHoaro2020-07-231-45/+38
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-1/+1
|
* fix a11yLuce Carević2019-07-131-2/+2
|
* fix a11yLuce Carević2019-07-131-1/+1
|
* Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-1/+1
| | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
* Fix a bug making thumbnail to request the current pageArthurHoaro2018-08-141-1/+1
|
* Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-0/+8
| | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config
* Bump WT versionArthurHoaro2018-07-051-2/+2
|
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-28/+40
|
* Add classes to default template to avoid using IDs in SCSSArthurHoaro2018-05-101-2/+2
|
* Webpack / Update front paths in template filesArthurHoaro2018-03-281-1/+1
|
* Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-121-5/+0
| | | | | Fixes #33 (wow!) Relates to #395
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+50
|
* Move default template to vintage folderArthurHoaro2017-02-271-44/+0
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+44