aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/ShaarliVisitorController.php
Commit message (Collapse)AuthorAgeFilesLines
* Better handling of plugin incompatibilityArthurHoaro2020-08-271-1/+2
| | | | | If a PHP is raised while executing plugin hook, Shaarli will display an error instead of rendering the error page (or just ending in fatal error for default hooks). Also added phpErrorHandler which is handled differently that regular errorHandler by Slim.:
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-15/+18
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-0/+13
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-1/+14
| | | | | | | 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.
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-6/+8
|
* Process password change controller through SlimArthurHoaro2020-07-231-0/+8
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+131
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links