aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/helper/DailyPageHelper.php
Commit message (Collapse)AuthorAgeFilesLines
* Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-171-21/+45
| | | | | | 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-7/+11
| | | | It is not useful for the RSS feed, as every new entry will be 'yesterday', and it requires an update the next day.
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-0/+208
- 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