aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tag.sort.html
Commit message (Collapse)AuthorAgeFilesLines
* Issue #1437 - Make tag cloud/list views buttons more obvioussprak30002020-10-021-2/+2
| | | | This work alters the markup and CSS for the tag sort UI to match the button feel filters and links per page uses.
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-3/+3
| | | | Also prefix most admin routes with /admin/
* 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.
* Process tag list page through Slim controllerArthurHoaro2020-07-231-2/+2
|
* Process tag cloud page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-4/+4
|
* delete useless titlesLuce Carević2019-03-021-3/+3
|
* Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-251-0/+8
* 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