aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/isso
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-4/+4
|
* Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-161-1/+1
|
* Fix plugin base path in core pluginsArthurHoaro2020-09-221-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 templateArthurHoaro2020-07-261-5/+0
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-2/+2
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-0/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\RouterVirtualTam2019-01-121-0/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Isso plugin: add an icon in linklist if enabledArthurHoaro2018-08-143-2/+34
| | | | Fixes #1075
* Shaarli's translationArthurHoaro2017-10-221-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 linksArthurHoaro2016-12-121-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 codebaseArthurHoaro2016-12-121-2/+4
|
* Isso comments pluginArthurHoaro2016-10-174-0/+74
Use Isso client to let visitors comments on permalinks