Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Daily RSS Cache: invalidate cache base on the date | ArthurHoaro | 2020-12-17 | 1 | -21/+45 |
| | | | | | | Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time. Fixes #1659 | ||||
* | Merge pull request #1644 from ArthurHoaro/fix/daily-rss | ArthurHoaro | 2020-12-16 | 1 | -7/+11 |
|\ | | | | | Daily RSS - Remove relative description (today, yesterday) | ||||
| * | Daily RSS - Remove relative description (today, yesterday) | ArthurHoaro | 2020-11-15 | 1 | -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. | ||||
* | | Fix: soft fail if the mutex is not working | ArthurHoaro | 2020-11-24 | 1 | -0/+16 |
|/ | | | | | | And display the error in server admin page Fixes #1650 | ||||
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 2 | -23/+28 |
| | |||||
* | Fix rebase issue | ArthurHoaro | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | Feature: add weekly and monthly view/RSS feed for daily page | ArthurHoaro | 2020-10-27 | 1 | -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 | ||||
* | Move utils classes to Shaarli\Helper namespace and folder | ArthurHoaro | 2020-10-27 | 2 | -0/+454 |