aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tag.list.html
Commit message (Collapse)AuthorAgeFilesLines
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-061-5/+5
| | | | | | 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.
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-1/+1
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-4/+4
| | | | | | | 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 manage tags page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process tag list page through Slim controllerArthurHoaro2020-07-231-2/+2
|
* Slim router: handle add tag routeArthurHoaro2020-07-231-1/+1
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-1/+1
|
* fix a11yLuce Carević2019-07-131-6/+6
|
* 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
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-3/+3
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add classes to default template to avoid using IDs in SCSSArthurHoaro2018-05-101-2/+2
|
* Fix alignement and better clarity for 'List all links with those tags' buttonArthurHoaro2017-11-081-1/+3
| | | | | | Fix CSS class typo and display the link as a button Fixes #999
* Merge pull request #925 from ArthurHoaro/theme/remove-2nd-sort-byArthurHoaro2017-08-191-2/+0
|\ | | | | Remove the 2nd green 'sort by' row in link list
| * Remove the 2nd green 'sort by' row in link listArthurHoaro2017-08-191-2/+0
| | | | | | | | It isn't really useful and doesn't look good if there isn't enough tags
* | Hide the search link if no tag has been searched in tag listArthurHoaro2017-08-191-3/+5
|/
* Tagcloud/list improvmentsLucas Cimon2017-06-091-1/+4
|
* Tag list: use awesomplete for tag auto completionArthurHoaro2017-05-251-1/+5
|
* Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-251-0/+82
* The tag list can be sort alphabetically or by most used tag * Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page * New features aren't backported to vintage theme