aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/DailyController.php
Commit message (Collapse)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-1/+1
| | | | | | | Handle all search results through SearchResult object. This is a required step toward implementing a BookmarkService based on SQL database. Related to #953
* Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-171-2/+3
| | | | | | Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time. Fixes #1659
* Daily RSS - Remove relative description (today, yesterday)ArthurHoaro2020-11-151-1/+1
| | | | It is not useful for the RSS feed, as every new entry will be 'yesterday', and it requires an update the next day.
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-1/+1
|
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-46/+59
| | | | | | | | | - Heavy refactoring of DailyController - Add a banner like in tag cloud to display monthly and weekly links - Translations: t() now supports variables with optional first letter uppercase Fixes #160
* Fix subfolder configuration in unit testsArthurHoaro2020-09-121-1/+1
|
* Better support for notes permalinkArthurHoaro2020-07-281-0/+1
|
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-20/+2
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-2/+3
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+208
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links