aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/netscape/BookmarkExportTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix basePath in unit tests reference DBArthurHoaro2020-07-281-2/+2
|
* Use NetscapeBookmarkUtils object instance instead of static callsArthurHoaro2020-07-231-23/+42
|
* 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-181-12/+58
| | | | See #1307
* namespacing: \Shaarli\Netscape\NetscapeBookmarkUtilsVirtualTam2019-01-121-0/+137
Signed-off-by: VirtualTam <virtualtam@flibidi.net>