aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Router.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #403: build the daily page through renderPage()ArthurHoaro2015-12-081-0/+6
| | | | | * new entry in the Router for daily page. * add an always displayed button in demo_plugin
* Fixes #176 - Add opensearch functionalityArthurHoaro2015-11-171-0/+6
| | | | | * add a new page in Router: do=opensearch which displays the opensearch plugin * using base64 compressed image to avoid issue encountered with HTTPS
* Plugin system - COREArthurHoaro2015-11-071-0/+105
see shaarli/Shaarli#275