aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginArchiveorgTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix plugin base path in core pluginsArthurHoaro2020-09-221-10/+27
| | | | | | | Also fix note check in archiveorg plugin, and regression on vintage template. Documentation regarding relative path has been added. Fixes #1548
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-2/+2
| | | | See #1307
* namespacing: add plugin tests to \Shaarli\Plugin\[...]VirtualTam2019-01-121-1/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-0/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Cleanup: explicit method visibilityVirtualTam2017-01-051-7/+3
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Archive.org plugin: do not propose archival of private notesTeromene2016-10-131-4/+98
| | | | Fixes #637
* Add unit test for archiveorg pluginArthurHoaro2015-11-071-0/+48
+ coding style