Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New basePath: fix officiel plugin paths and vintage template | ArthurHoaro | 2020-07-26 | 1 | -20/+12 |
| | |||||
* | Move PHP and config init to dedicated file | ArthurHoaro | 2020-07-23 | 1 | -20/+0 |
| | | | | in order to keep index.php as minimal as possible | ||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -0/+42 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -0/+4 |
| | | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers. | ||||
* | Process configure page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+4 |
| | |||||
* | Process password change controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -5/+21 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+16 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Migrate cache purge function to a proper class | ArthurHoaro | 2020-07-23 | 1 | -0/+45 |
| | | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago | ||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 1 | -0/+17 |
| | |||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -11/+13 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Accessibility: specify the HTML lang attribute | ArthurHoaro | 2019-02-09 | 1 | -0/+2 |
| | | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216 | ||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -2/+2 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\ApplicationUtils | VirtualTam | 2019-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils} | VirtualTam | 2019-01-12 | 2 | -0/+247 |
Signed-off-by: VirtualTam <virtualtam@flibidi.net> |