]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Improve backward compatibility for LegacyRouter
authorArthurHoaro <arthur@hoa.ro>
Thu, 3 Sep 2020 08:09:32 +0000 (10:09 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 3 Sep 2020 08:09:36 +0000 (10:09 +0200)
commitce7918386a00c4a10ad8c9942c8ac28ea1fae0c2
tree87b99f1f6ae0a834447fb1c816b4f5094a40be71
parent0e60b7f1741c35b68a37e0705521669e1191774e
Improve backward compatibility for LegacyRouter

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
application/front/controller/visitor/FeedController.php
application/legacy/LegacyRouter.php
tests/legacy/LegacyRouterTest.php [deleted file]