aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/netscape/BookmarkImportTest.php
Commit message (Collapse)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-1/+12
| | | | | | | A new plugin hook has been added: hook_test_filter_search_entry This hook allows to filter out bookmark with custom plugin code when a search is performed. Related to #143
* Feature: support any tag separatorArthurHoaro2020-11-051-2/+39
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-1/+3
| | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-4/+4
|
* Process bookmarks import through Slim controllerArthurHoaro2020-07-231-7/+8
|
* Use NetscapeBookmarkUtils object instance instead of static callsArthurHoaro2020-07-231-23/+30
|
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-310/+260
| | | | See #1307
* namespacing: \Shaarli\Netscape\NetscapeBookmarkUtilsVirtualTam2019-01-121-0/+657
Signed-off-by: VirtualTam <virtualtam@flibidi.net>