aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/TagControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Feature: support any tag separatorArthurHoaro2020-11-051-3/+3
| | | | | | | | 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-4/+4
| | | | Also prefix most admin routes with /admin/
* Process password change controller through SlimArthurHoaro2020-07-231-26/+0
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+241
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links