aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/changetag.html
Commit message (Collapse)AuthorAgeFilesLines
* Feature: support any tag separatorArthurHoaro2020-11-051-0/+23
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Fix confirm popup before bookmark deletionArthurHoaro2020-11-051-1/+2
| | | | | | Regression introduced by #1596 Fixes #1623
* Improve Manage tags pageArthurHoaro2020-10-161-2/+2
| | | | Fixes #1125
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-2/+2
| | | | Also prefix most admin routes with /admin/
* 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 tag list page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-1/+1
|
* fix a11y labelLuce Carević2019-07-131-3/+3
|
* 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 language selection in the configure page of the default themeArthurHoaro2017-10-221-1/+1
|
* Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-251-1/+3
| | | | | | * 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
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+38
|
* Move default template to vintage folderArthurHoaro2017-02-271-34/+0
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+34