aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/TagController.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-4/+4
|
* Feature: support any tag separatorArthurHoaro2020-11-051-4/+6
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Multiple small fixesArthurHoaro2020-07-231-2/+0
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-3/+5
| | | | Also prefix most admin routes with /admin/
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+118
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links