Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -4/+4 |
| | |||||
* | Inject ROOT_PATH in plugin instead of regenerating it everywhere | ArthurHoaro | 2020-10-16 | 1 | -1/+1 |
| | |||||
* | Fix plugin base path in core plugins | ArthurHoaro | 2020-09-22 | 1 | -1/+1 |
| | | | | | | | Also fix note check in archiveorg plugin, and regression on vintage template. Documentation regarding relative path has been added. Fixes #1548 | ||||
* | New basePath: fix officiel plugin paths and vintage template | ArthurHoaro | 2020-07-26 | 1 | -5/+0 |
| | |||||
* | 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. | ||||
* | 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> | ||||
* | Isso plugin: add an icon in linklist if enabled | ArthurHoaro | 2018-08-14 | 3 | -2/+34 |
| | | | | Fixes #1075 | ||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -3/+14 |
| | | | | | | | | | * 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. | ||||
* | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 1 | -3/+1 |
| | | | | | | | All existing link will keep their permalinks. New links will have smallhash generated with date+id. The purpose of this is to avoid collision between links due to their creation date. | ||||
* | Apply the new ID system accros the whole codebase | ArthurHoaro | 2016-12-12 | 1 | -2/+4 |
| | |||||
* | Isso comments plugin | ArthurHoaro | 2016-10-17 | 4 | -0/+74 |
Use Isso client to let visitors comments on permalinks |