aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/container/ContainerBuilderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Better handling of plugin incompatibilityArthurHoaro2020-08-271-9/+14
| | | | | 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.:
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-0/+11
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-3/+12
| | | | Also prefix most admin routes with /admin/
* Process logout through Slim controllerArthurHoaro2020-07-231-1/+9
|
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-231-0/+4
|
* Render login page through Slim controllerArthurHoaro2020-01-261-0/+49