Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -3/+8 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -1/+2 |
| | | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links | ||||
* | Refactor front controller tests to create container mock using a trait | ArthurHoaro | 2020-07-23 | 1 | -0/+2 |
| | |||||
* | Migrate cache purge function to a proper class | ArthurHoaro | 2020-07-23 | 1 | -1/+0 |
| | | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago | ||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -0/+18 |
| | | | | See #1307 | ||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -0/+6 |
* translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency. |