gnu-social/plugins/Bookmark
Brion Vibber 3368c33be7 Bookmark plugin: fix for delicious import with queues enabled
We were passing DOM nodes directly into the queues for the final bookmark import stage; unfortunately these don't actually survive serialization.
Moved the extraction of properties from the HTML up to the first-stage handler, so now we don't have to worry about moving DOM nodes from one handler to the next. Instead passing an associative array of properties, which is fed into the Bookmark::saveNew by the per-bookmark handler.
2010-12-31 12:33:51 -08:00
..
bookmark.css switch bookmark CSS classes to use dash instead of underscore 2010-12-30 16:54:01 -08:00
Bookmark.php Use UUIDs for Bookmark unique ID 2010-12-30 13:21:14 -08:00
bookmarkform.php Layout on the bookmark form 2010-12-21 12:25:23 -05:00
bookmarklet Bookmarklet for new bookmarks 2010-12-21 14:43:03 -05:00
BookmarkPlugin.php Generated an extra class on bookmark notice <li>s 2010-12-30 16:57:28 -08:00
bookmarkpopup.js Tweak the post-form return on bookmarklet if we're not in a popup that we can close 2010-12-30 16:14:41 -08:00
bookmarkpopup.php Better UI for bookmark popup 2010-12-27 12:57:03 -08:00
deliciousbackupimporter.php Bookmark plugin: fix for delicious import with queues enabled 2010-12-31 12:33:51 -08:00
deliciousbookmarkimporter.php Bookmark plugin: fix for delicious import with queues enabled 2010-12-31 12:33:51 -08:00
importbookmarks.php Break up delicious import into a queue manager by bookmark 2010-12-21 11:09:01 -05:00
importdelicious.php phpcs importdelicious.php 2010-12-29 14:21:25 -08:00
newbookmark.php Radical differences in Bookmark storage 2010-12-24 20:34:15 -08:00
noticebyurl.php phpcs noticebyurl.php 2010-12-29 14:22:41 -08:00
showbookmark.php Use UUIDs for Bookmark unique ID 2010-12-30 13:21:14 -08:00