aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Router.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix: add missing final newlines, untabify textVirtualTam2016-08-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Fix startsWith and endsWith caseArthurHoaro2016-05-101-13/+13
|
* Create a FeedBuilder class which build data for both ATOM and RSS feed.ArthurHoaro2016-03-251-1/+1
|
* Adds a route for ATOM and RSS feeds pageArthurHoaro2016-03-181-0/+12
|
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+12
|
* 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