aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/netscape
Commit message (Collapse)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-042-2/+24
| | | | | | | 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-132-2/+6
| | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132
* Fix missing @expectedException convertionArthurHoaro2020-09-291-1/+1
|
* Compatibility with PHPUnit 9ArthurHoaro2020-09-292-2/+2
|
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-271-1/+2
| | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-262-5/+5
|
* Fix basePath in unit tests reference DBArthurHoaro2020-07-281-2/+2
|
* Process bookmarks import through Slim controllerArthurHoaro2020-07-231-7/+8
|
* Use NetscapeBookmarkUtils object instance instead of static callsArthurHoaro2020-07-232-46/+72
|
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-181-1/+1
| | | | | | | | The new bookmark service wasn't handling private tags properly. nomarkdown tag is now shown only for logged in user in bookmarks, and hidden for everyone in tag clouds/lists. Fixes #726
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-182-322/+318
| | | | See #1307
* namespacing: \Shaarli\Netscape\NetscapeBookmarkUtilsVirtualTam2019-01-129-0/+871
Signed-off-by: VirtualTam <virtualtam@flibidi.net>