Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -7/+7 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 1 | -0/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Router | VirtualTam | 2019-01-12 | 1 | -0/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder} | VirtualTam | 2019-01-12 | 1 | -0/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: apply phpcbf to plugins/ | VirtualTam | 2018-12-02 | 1 | -2/+3 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -3/+13 |
| | | | | | | | | | * 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. | ||||
* | Move PubSubHubbub code as a default plugin | ArthurHoaro | 2016-12-20 | 5 | -0/+125 |