]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Asynchronous retrieval of bookmark's thumbnails 1584/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 15 Oct 2020 09:46:24 +0000 (11:46 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 20 Oct 2020 08:15:18 +0000 (10:15 +0200)
commit21e72da9ee34cec56b10c83ae0c75b4bf320dfcb
treeb6c0b8208f004e1b2b37b1af54e8d4c40310d56e
parent9b3c1270bcbe4f8e30e0160da8badd43dd94871a
Asynchronous retrieval of bookmark's thumbnails

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
application/bookmark/Bookmark.php
application/front/controller/admin/ManageShaareController.php
application/front/controller/visitor/BookmarkListController.php
assets/common/js/metadata.js
tests/bookmark/BookmarkTest.php
tests/front/controller/admin/ManageShaareControllerTest/DisplayCreateFormTest.php
tests/front/controller/admin/ManageShaareControllerTest/SaveBookmarkTest.php
tests/front/controller/visitor/BookmarkListControllerTest.php
tpl/default/linklist.html
tpl/vintage/linklist.html