aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/FrontControllerMockHelper.php
Commit message (Collapse)AuthorAgeFilesLines
* Feature: support any tag separatorArthurHoaro2020-11-051-0/+4
| | | | | | | | 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-2/+1
|
* Merge pull request #1539 from ArthurHoaro/feature/manual-root-urlArthurHoaro2020-09-221-1/+2
|\
| * Fix subfolder configuration in unit testsArthurHoaro2020-09-121-1/+2
| |
* | Properly handle 404 errorsArthurHoaro2020-09-121-1/+0
|/ | | | | | Use 404 template instead of default Slim error page if the route is not found. Fixes #827
* Process login through Slim controllerArthurHoaro2020-07-231-0/+1
|
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-0/+2
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Process configure page through Slim controllerArthurHoaro2020-07-231-1/+9
|
* Process password change controller through SlimArthurHoaro2020-07-231-7/+1
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+114
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links