aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/legacy/LegacyRouterTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Improve backward compatibility for LegacyRouterArthurHoaro2020-09-031-512/+0
| | | | | | | LegacyRouter is no longer used for routing, only in existing plugins to match the _PAGE_ parameter. So we change a few of its values there, to match the new ones defined in TemplatePage. @see discussion in shaarli/Shaarli#1537
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-0/+512
Including a bunch of improvements on the container, and helper used across new controllers.