aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tag.cloud.html
Commit message (Collapse)AuthorAgeFilesLines
* Feature: support any tag separatorArthurHoaro2020-11-051-1/+1
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-061-3/+3
| | | | | | XSS vulnerabilities fixed in editlink, linklist, tag.cloud and tag.list. Also fixed tag search with special characters: urlencode function needs to be applied on raw data, before espaping, otherwise the rendered URL is wrong.
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-3/+3
| | | | | | | 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.
* Few optimizations and code readability for tag cloud controllerArthurHoaro2020-07-231-1/+1
|
* Process tag cloud page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Slim router: handle add tag routeArthurHoaro2020-07-231-1/+1
|
* Add autofocus on tag cloud filter inputKevin Masson2020-02-101-0/+1
| | | | Fix #1413
* fix a11yLuce Carević2019-07-131-2/+2
|
* 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
* Add classes to default template to avoid using IDs in SCSSArthurHoaro2018-05-101-1/+1
|
* Fix alignement and better clarity for 'List all links with those tags' buttonArthurHoaro2017-11-081-2/+4
| | | | | | Fix CSS class typo and display the link as a button Fixes #999
* Fix security issue reported by @chbiArthurHoaro2017-10-071-1/+1
| | | | Vulnerability introduced by 6ccd0b218fbd34de750f55b78f3dc43bb3d9fa8e - release with Shaarli v0.9.1.
* Tagcloud/list improvmentsLucas Cimon2017-06-091-1/+6
|
* Move tagcloud template file to tag.cloudArthurHoaro2017-05-251-0/+64