]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Radical differences in Bookmark storage
authorEvan Prodromou <evan@status.net>
Sat, 25 Dec 2010 04:34:15 +0000 (20:34 -0800)
committerEvan Prodromou <evan@status.net>
Sat, 25 Dec 2010 04:34:15 +0000 (20:34 -0800)
commit4048d1ec3dfe68be8d8e31b859b2f219adc34397
treed76ee906b536e2a3c3c598e996ab977103bd8e4c
parent67bde86f7c434eee8d5d9d05c651bcb2260927f8
Radical differences in Bookmark storage

Had some problems with PuSH and Salmon use of Bookmarks; they were
being required to generate Atom versions of the bookmark _before_ the bookmark was saved.

So, I reversed the order of how things are saved, and associate notices and bookmarks
by URI rather than notice_id.
plugins/Bookmark/Bookmark.php [new file with mode: 0644]
plugins/Bookmark/BookmarkPlugin.php
plugins/Bookmark/Notice_bookmark.php [deleted file]
plugins/Bookmark/deliciousbookmarkimporter.php
plugins/Bookmark/newbookmark.php
plugins/Bookmark/showbookmark.php [new file with mode: 0644]