aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/archiveorg
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-0/+1
|
* Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-161-2/+1
|
* Support using Shaarli without URL rewritingArthurHoaro2020-10-161-1/+2
| | | | | | | | | - Shaarli can be fully used by prefixing any URL with /index.php/ - {$base_path} used in templates already works with this configuration - Assets path (outside of theme's assets) must be prefixed with {$root_url}/ - Documentation section in « Server configuration » Fixes #1590
* Fix plugin base path in core pluginsArthurHoaro2020-09-221-2/+4
| | | | | | | 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-262-2/+3
|
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-0/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* lint: apply phpcbf to plugins/VirtualTam2018-12-021-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Shaarli's translationArthurHoaro2017-10-222-2/+15
| | | | | | | | | * 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.
* Plugins W3C complianceArthurHoaro2016-11-051-1/+1
| | | | Add an alt attribute to images
* Archive.org plugin: do not propose archival of private notesTeromene2016-10-131-0/+3
| | | | Fixes #637
* Fixes #411: remove hardcoded plugin icon sizeArthurHoaro2016-02-281-1/+1
|
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+1
|
* Add unit test for archiveorg pluginArthurHoaro2015-11-071-2/+9
| | | | + coding style
* PLUGIN archiveorgArthurHoaro2015-11-073-0/+19
Display an archive.org icon in linklist, foreach links.