aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/TagCloudController.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+2
|
* 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
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-061-2/+10
| | | | | | XSS vulnerabilities fixed in editlink, linklist, tag.cloud and tag.list. Also fixed tag search with special characters: urlencode function needs to be applied on raw data, before espaping, otherwise the rendered URL is wrong.
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-21/+3
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+131
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links