aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bookmark/BookmarkTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Feature: support any tag separatorArthurHoaro2020-11-051-4/+21
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-201-0/+44
| | | | | | | | | This feature is based general.enable_async_metadata setting and works with existing metadata.js file. The script is compatible with any template: - the thumbnail div bloc must have attribute - the bookmark bloc must have attribute with the bookmark ID as value Fixes #1564
* Add strict types for bookmarks managementArthurHoaro2020-10-131-38/+0
| | | | | | | | Parameters typing and using strict types overall increase the codebase quality by enforcing the a given parameter will have the expected type. It also removes the need to unnecessary unit tests checking methods behavior with invalid input.
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-6/+6
|
* Better support for notes permalinkArthurHoaro2020-07-281-2/+2
|
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-0/+388
See #1307