aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/DailyControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-18/+27
| | | | | | | Handle all search results through SearchResult object. This is a required step toward implementing a BookmarkService based on SQL database. Related to #953
* UT: fix formatting issue when the current day has a single digitArthurHoaro2020-11-021-1/+1
|
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-87/+325
| | | | | | | | | - 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
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-23/+25
|
* Fix subfolder configuration in unit testsArthurHoaro2020-09-121-6/+6
|
* Process configure page through Slim controllerArthurHoaro2020-07-231-17/+10
|
* Process password change controller through SlimArthurHoaro2020-07-231-14/+0
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+497
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links