Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Asynchronous retrieval of bookmark's thumbnails | ArthurHoaro | 2020-10-20 | 1 | -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 management | ArthurHoaro | 2020-10-13 | 1 | -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 9 | ArthurHoaro | 2020-09-29 | 1 | -6/+6 |
| | |||||
* | Better support for notes permalink | ArthurHoaro | 2020-07-28 | 1 | -2/+2 |
| | |||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -0/+388 |
See #1307 |