aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/admin/ManageTagControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-4/+5
| | | | | | | Handle all search results through SearchResult object. This is a required step toward implementing a BookmarkService based on SQL database. Related to #953
* Feature: support any tag separatorArthurHoaro2020-11-051-0/+136
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-5/+5
| | | | Also prefix most admin routes with /admin/
* Process manage tags page through Slim controllerArthurHoaro2020-07-231-0/+272