aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/isso/isso.php
Commit message (Collapse)AuthorAgeFilesLines
* 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-141-2/+29
| | | | 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-171-0/+54
Use Isso client to let visitors comments on permalinks