aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/legacy/LegacyRouter.php
Commit message (Collapse)AuthorAgeFilesLines
* Improve backward compatibility for LegacyRouterArthurHoaro2020-09-031-129/+5
| | | | | | | 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/+187
Including a bunch of improvements on the container, and helper used across new controllers.