]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Adds a taglist view with edit/delete buttons
authorArthurHoaro <arthur@hoa.ro>
Sat, 25 Mar 2017 14:59:01 +0000 (15:59 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 25 May 2017 13:25:04 +0000 (15:25 +0200)
commitaa4797ba3679b847adc895e2f817ac058779a171
treed854a1ab8748911dd10e8bced31a2d9b80ccf57b
parentbc988eb0420156219fdeb7af684fff37c8b33f4b
Adds a taglist view with edit/delete buttons

  * 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
application/Router.php
application/Utils.php
index.php
tests/UtilsTest.php
tpl/default/changetag.html
tpl/default/css/shaarli.css
tpl/default/js/shaarli.js
tpl/default/tag.list.html [new file with mode: 0644]
tpl/default/tag.sort.html [new file with mode: 0644]