]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
First pass at storing bookmarks
authorEvan Prodromou <evan@status.net>
Sat, 18 Dec 2010 07:27:14 +0000 (02:27 -0500)
committerEvan Prodromou <evan@status.net>
Sat, 18 Dec 2010 07:27:14 +0000 (02:27 -0500)
commitf64103447188f71101ce90fdb2f76b1c6e5889a0
tree47f5654508eaa80f59f575eab1ce6f2732ffe426
parentfb8312ebf4537033077917d0003f716206d0d23d
First pass at storing bookmarks

Form for saving bookmarks that looks like the delicious.com form.

Save a new notice with the right text, but attach a new notice_bookmark
table which marks this as a bookmark. Tags, URLs are kept the same.
plugins/Bookmark/BookmarkPlugin.php [new file with mode: 0644]
plugins/Bookmark/Notice_bookmark.php [new file with mode: 0644]
plugins/Bookmark/bookmarkform.php [new file with mode: 0644]
plugins/Bookmark/newbookmark.php [new file with mode: 0644]