Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle pagination through BookmarkService | ArthurHoaro | 2021-01-20 | 1 | -1/+1 |
| | | | | | | | Handle all search results through SearchResult object. This is a required step toward implementing a BookmarkService based on SQL database. Related to #953 | ||||
* | Daily RSS Cache: invalidate cache base on the date | ArthurHoaro | 2020-12-17 | 1 | -2/+3 |
| | | | | | | Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time. Fixes #1659 | ||||
* | Daily RSS - Remove relative description (today, yesterday) | ArthurHoaro | 2020-11-15 | 1 | -1/+1 |
| | | | | It is not useful for the RSS feed, as every new entry will be 'yesterday', and it requires an update the next day. | ||||
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Feature: add weekly and monthly view/RSS feed for daily page | ArthurHoaro | 2020-10-27 | 1 | -46/+59 |
| | | | | | | | | | - 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 | ||||
* | Fix subfolder configuration in unit tests | ArthurHoaro | 2020-09-12 | 1 | -1/+1 |
| | |||||
* | Better support for notes permalink | ArthurHoaro | 2020-07-28 | 1 | -0/+1 |
| | |||||
* | New basePath: fix officiel plugin paths and vintage template | ArthurHoaro | 2020-07-26 | 1 | -20/+2 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+3 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Handle shaare creation/edition/deletion through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+208 |
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links |