Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Daily RSS Cache: invalidate cache base on the date | ArthurHoaro | 2020-12-17 | 1 | -2/+12 |
| | | | | | | Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time. Fixes #1659 | ||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+16 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Migrate cache purge function to a proper class | ArthurHoaro | 2020-07-23 | 1 | -0/+45 |
And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago |