aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/render/PageCacheManagerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-3/+2
|
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-2/+2
| | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-0/+86
And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago