gnu-social/plugins/Bookmark
Evan Prodromou 6fc7e5b05b Use UUIDs for Bookmark unique ID
I was trying to generate URIs for Bookmarks based on (profile, crc32(url), created).

I failed at that. CRC32s are unsigned ints, and our schema code didn't like that.

On top of that, my code to encode and restore created timestamps was problematic.

So, I switched back to using a meaningless unique ID for Bookmarks.

One way to do this would be to use an auto-incrementing integer ID. However, we've been
kind of crabbed out a few times for exposing auto-incrementing integer IDs as URIs, so
I thought maybe using a random UUID would be a better way to do it.

So, this patch sets random UUIDs for URIs of bookmarks.
2010-12-30 13:21:14 -08:00
..
Bookmark.php Use UUIDs for Bookmark unique ID 2010-12-30 13:21:14 -08:00
BookmarkPlugin.php Use UUIDs for Bookmark unique ID 2010-12-30 13:21:14 -08:00
bookmark.css show count of other bookmarks with link to stream 2010-12-28 13:45:24 -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
bookmarkpopup.js Better UI for bookmark popup 2010-12-27 12:57:03 -08:00
bookmarkpopup.php Better UI for bookmark popup 2010-12-27 12:57:03 -08:00
deliciousbackupimporter.php remove debugging outputter from delicious backup importer 2010-12-26 21:10:54 -08:00
deliciousbookmarkimporter.php don't distribute when restoring archived delicious bookmarks 2010-12-29 14:52:43 -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