gnu-social/plugins/Bookmark
Brion Vibber cbf16a4974 Bookmark and poll plugins' custom notice forms now do AJAX submit, with the resulting notice appearing in the timeline.
FormNoticeXHR now is triggered on any form labeled with class 'ajax-notice', so those other than the traditional notice form should work as long as they handle the AJAX submission and return a properly formatted notice.

Things to watch out for:
* to determine whether the resulting notice should show on the current timeline, the JS code needs to be able to check the author and such. Keeping the existing vcard bits helps for this!
* the notice form submission stuff clears out inputs from your form -- test to make sure this behaves correctly
* error messages returned from the thingy _should_ come through, but this needs more testing for consistency
* while form components that aren't in a custom form should just be ignored, this should be tested more. (eg there's no location or attachment box for poll or bookmark plugins)
* NoticeListItem isn't currently reachable via autoloader -- touch NoticeList explicitly before calling into it for now.
2011-03-08 15:10:30 -08:00
..
locale Localisation updates from http://translatewiki.net. 2011-03-08 02:18:32 +01:00
Bookmark.php save the object type when saving a new bookmark notice 2011-03-07 14:25:05 -05:00
BookmarkPlugin.php Bookmark and poll plugins' custom notice forms now do AJAX submit, with the resulting notice appearing in the timeline. 2011-03-08 15:10:30 -08:00
bookmark.css Wee style update for bookmarks plugin. 2011-01-25 18:33:47 -05:00
bookmarkform.php Bookmark and poll plugins' custom notice forms now do AJAX submit, with the resulting notice appearing in the timeline. 2011-03-08 15:10:30 -08:00
bookmarklet Bookmarklet for new bookmarks 2010-12-21 14:43:03 -05: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 Bookmark uses Plugin::path() 2011-02-03 12:04:54 -05: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 Bookmark plugin: tweak post-upload success message to distinguish between "already done" (UnQueueManager) and "started, should finish eventually" (other queue manager) 2010-12-31 12:42:26 -08:00
newbookmark.php Bookmark and poll plugins' custom notice forms now do AJAX submit, with the resulting notice appearing in the timeline. 2011-03-08 15:10:30 -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