]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Fri, 31 Dec 2010 00:21:22 +0000 (16:21 -0800)]
don't show some bookmark elements if empty
Evan Prodromou [Thu, 30 Dec 2010 21:21:14 +0000 (13:21 -0800)]
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.
Evan Prodromou [Thu, 30 Dec 2010 20:15:34 +0000 (12:15 -0800)]
UUID-generation tools
Evan Prodromou [Thu, 30 Dec 2010 00:15:57 +0000 (16:15 -0800)]
0.9.7alpha1
Evan Prodromou [Thu, 30 Dec 2010 00:14:00 +0000 (16:14 -0800)]
update version to 0.9.7
Evan Prodromou [Wed, 29 Dec 2010 23:33:57 +0000 (15:33 -0800)]
Show <activity:subject> in Atom group notice feed
Version 0.9.6 and below of StatusNet assume anything in <author> is a
Person. So, we include an <activity:subject> element, which will be
checked first by those versions of the code, only for group feeds.
At some point we'll take this out, but it's useful for now.
Evan Prodromou [Wed, 29 Dec 2010 23:29:29 +0000 (15:29 -0800)]
Merge branch '0.9.x' into noactor
Evan Prodromou [Wed, 29 Dec 2010 22:53:38 +0000 (14:53 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Wed, 29 Dec 2010 22:52:43 +0000 (14:52 -0800)]
don't distribute when restoring archived delicious bookmarks
Evan Prodromou [Wed, 29 Dec 2010 22:24:30 +0000 (14:24 -0800)]
phpcs showbookmark.php
Evan Prodromou [Wed, 29 Dec 2010 22:22:41 +0000 (14:22 -0800)]
phpcs noticebyurl.php
Evan Prodromou [Wed, 29 Dec 2010 22:21:25 +0000 (14:21 -0800)]
phpcs importdelicious.php
Evan Prodromou [Wed, 29 Dec 2010 22:17:32 +0000 (14:17 -0800)]
phpcs Bookmark.php
Evan Prodromou [Wed, 29 Dec 2010 22:16:15 +0000 (14:16 -0800)]
phpcs BookmarkPlugin.php
Evan Prodromou [Wed, 29 Dec 2010 22:02:31 +0000 (14:02 -0800)]
Add link to delicious bookmark importer to profile settings
Evan Prodromou [Wed, 29 Dec 2010 22:02:04 +0000 (14:02 -0800)]
add hooks for the account-management tools
Evan Prodromou [Wed, 29 Dec 2010 21:51:59 +0000 (13:51 -0800)]
Web UI for importing delicious backup files
Evan Prodromou [Wed, 29 Dec 2010 21:28:32 +0000 (13:28 -0800)]
Bad method call in File_to_post
Evan Prodromou [Tue, 28 Dec 2010 23:36:25 +0000 (23:36 +0000)]
fixup date handling in showbookmark for PHP 5.2
Evan Prodromou [Tue, 28 Dec 2010 21:45:24 +0000 (13:45 -0800)]
show count of other bookmarks with link to stream
Evan Prodromou [Tue, 28 Dec 2010 21:44:49 +0000 (13:44 -0800)]
method to count notices linking to an URL
Evan Prodromou [Tue, 28 Dec 2010 21:44:18 +0000 (13:44 -0800)]
Delete file links when Notice is deleted
Evan Prodromou [Tue, 28 Dec 2010 21:42:44 +0000 (13:42 -0800)]
Merge branch '0.9.x' into socialbookmark
Evan Prodromou [Tue, 28 Dec 2010 20:58:10 +0000 (12:58 -0800)]
Page with a list of notices that link to an URL
Evan Prodromou [Tue, 28 Dec 2010 20:57:31 +0000 (12:57 -0800)]
Fixes from testing File::stream()
Evan Prodromou [Tue, 28 Dec 2010 19:58:55 +0000 (11:58 -0800)]
Stream of notices linking to an URL
Brion Vibber [Tue, 28 Dec 2010 19:37:38 +0000 (11:37 -0800)]
Merge branch 'master' into 0.9.x
Brion Vibber [Tue, 28 Dec 2010 19:34:02 +0000 (11:34 -0800)]
Prevent group creation by silenced users.
* adds Right::CREATEGROUP
* logic in Profile::hasRight() checks for silencing
* NewgroupAction checks for the permission before letting you see or process the form in the UI
* User_group::register() logic does a low-level check on the specified initial group admin, and rejects creation if that user doesn't have the right; guaranteeing that API methods etc will also have this restriction applied sensibly.
Evan Prodromou [Tue, 28 Dec 2010 06:58:13 +0000 (22:58 -0800)]
If notice has been deleted before, don't store URI again
Evan Prodromou [Tue, 28 Dec 2010 06:57:35 +0000 (22:57 -0800)]
import bookmarks from backups
Evan Prodromou [Tue, 28 Dec 2010 06:57:11 +0000 (22:57 -0800)]
Don't double-insert a bookmark
Evan Prodromou [Tue, 28 Dec 2010 06:38:36 +0000 (22:38 -0800)]
Merge branch '0.9.x' into socialbookmark
Evan Prodromou [Tue, 28 Dec 2010 06:37:34 +0000 (22:37 -0800)]
document events for activity import
Evan Prodromou [Tue, 28 Dec 2010 06:35:57 +0000 (22:35 -0800)]
pass through $idField and $createdField in Notice queries
Evan Prodromou [Tue, 28 Dec 2010 06:28:20 +0000 (22:28 -0800)]
add events for restoring activities
Evan Prodromou [Tue, 28 Dec 2010 06:16:34 +0000 (22:16 -0800)]
return saved notice to AtomPub for Bookmarks
Evan Prodromou [Tue, 28 Dec 2010 06:13:23 +0000 (22:13 -0800)]
Merge branch '0.9.x' into socialbookmark
Evan Prodromou [Tue, 28 Dec 2010 06:13:17 +0000 (22:13 -0800)]
Documentation for change in atompub events
Evan Prodromou [Tue, 28 Dec 2010 06:11:30 +0000 (22:11 -0800)]
include saved notice in atompub events
Evan Prodromou [Tue, 28 Dec 2010 06:09:29 +0000 (22:09 -0800)]
Make AtomPub work for bookmarks
Evan Prodromou [Tue, 28 Dec 2010 04:49:31 +0000 (20:49 -0800)]
Merge branch '0.9.x' into socialbookmark
Evan Prodromou [Tue, 28 Dec 2010 04:49:08 +0000 (20:49 -0800)]
Add a user parameter to atom pub api events
Evan Prodromou [Mon, 27 Dec 2010 20:57:03 +0000 (12:57 -0800)]
Better UI for bookmark popup
Evan Prodromou [Mon, 27 Dec 2010 20:08:55 +0000 (12:08 -0800)]
better layout for single-bookmark page
Evan Prodromou [Mon, 27 Dec 2010 19:29:16 +0000 (11:29 -0800)]
send and receive bookmarks by Salmon
Evan Prodromou [Mon, 27 Dec 2010 18:51:59 +0000 (10:51 -0800)]
New event for Salmon including target
Evan Prodromou [Mon, 27 Dec 2010 18:19:51 +0000 (10:19 -0800)]
Better job making an ActivityObject from an <atom:author>
Evan Prodromou [Mon, 27 Dec 2010 18:03:34 +0000 (10:03 -0800)]
Stop using <activity:subject> for atom feeds
Evan Prodromou [Mon, 27 Dec 2010 17:46:25 +0000 (09:46 -0800)]
Use outputTo() instead of asString() for including sub-elements
Evan Prodromou [Mon, 27 Dec 2010 17:25:26 +0000 (09:25 -0800)]
Don't output deprecated <activity:actor> element
Evan Prodromou [Mon, 27 Dec 2010 17:14:11 +0000 (09:14 -0800)]
Fix bookmark replies handling so doesn't overwrite
Evan Prodromou [Mon, 27 Dec 2010 05:38:28 +0000 (21:38 -0800)]
replace call to protected Ostatus_profile method
Evan Prodromou [Mon, 27 Dec 2010 05:25:26 +0000 (21:25 -0800)]
Fix bugs in BookmarkPlugin
Evan Prodromou [Mon, 27 Dec 2010 05:11:27 +0000 (21:11 -0800)]
Some fixes from debugging of bookmark plugin URI foramt
Tightened up the URI format, fixed some auto-loading issues,
and forced the url_crc32 column to be unsigned.
Evan Prodromou [Mon, 27 Dec 2010 05:10:54 +0000 (21:10 -0800)]
remove debugging outputter from delicious backup importer
Evan Prodromou [Mon, 27 Dec 2010 05:10:23 +0000 (21:10 -0800)]
UTC only and tighter date format for showbookmark
Evan Prodromou [Mon, 27 Dec 2010 05:08:20 +0000 (21:08 -0800)]
Memcache_DataObject checks for PEAR::isError() on results
Evan Prodromou [Sat, 25 Dec 2010 04:34:15 +0000 (20:34 -0800)]
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.
Evan Prodromou [Thu, 23 Dec 2010 17:42:42 +0000 (09:42 -0800)]
accept bookmarks over PuSH
Evan Prodromou [Wed, 22 Dec 2010 23:24:13 +0000 (15:24 -0800)]
Reformat bookmark output
Brion Vibber [Wed, 22 Dec 2010 23:20:07 +0000 (15:20 -0800)]
Break xbImportNode.js and geometa.js back out of util.js; the Makefile in js has been updated to combine them with util.js source when building util.min.js
Revert "combine our standard scripts into one big script"
This reverts parts of commit
0c5ca46ba3a070803d993b0244fcc69d33875ebd .
Brion Vibber [Wed, 22 Dec 2010 23:04:50 +0000 (15:04 -0800)]
Makefile to compress LinkPreview's js
Brion Vibber [Wed, 22 Dec 2010 22:55:13 +0000 (14:55 -0800)]
When queueing is off, restore runs immediately. Indicate that we've already finished processing on the success page in this case; otherwise continue to show the 'will take a few minutes' message.
Brion Vibber [Wed, 22 Dec 2010 21:56:19 +0000 (13:56 -0800)]
Don't trust text/xml mime types; generic content detection gives useless stuff like that on SVG images! Todo: replace the extension check in this case with better content-based checks.
Evan Prodromou [Wed, 22 Dec 2010 21:08:07 +0000 (13:08 -0800)]
Move bookmark CSS to its own file
Evan Prodromou [Wed, 22 Dec 2010 20:09:42 +0000 (12:09 -0800)]
Merge branch '0.9.x' into socialbookmark
Conflicts:
lib/activityobject.php
Evan Prodromou [Wed, 22 Dec 2010 20:07:13 +0000 (12:07 -0800)]
Revert "initialize ActivityObject::$extra"
This reverts commit
3e82000d578cf5f5935d972a26c84fe31768460a .
Evan Prodromou [Wed, 22 Dec 2010 20:05:40 +0000 (12:05 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Wed, 22 Dec 2010 20:03:14 +0000 (12:03 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Wed, 22 Dec 2010 20:03:05 +0000 (12:03 -0800)]
Initialize $extra member to empty array on ActivityObject
Evan Prodromou [Wed, 22 Dec 2010 20:02:50 +0000 (12:02 -0800)]
initialize ActivityObject::$extra
Brion Vibber [Wed, 22 Dec 2010 19:28:34 +0000 (11:28 -0800)]
Merge branch 'righttoleave' into 0.9.x
Evan Prodromou [Wed, 22 Dec 2010 19:25:47 +0000 (11:25 -0800)]
disable account deletion by default
Evan Prodromou [Wed, 22 Dec 2010 19:22:51 +0000 (11:22 -0800)]
Merge branch 'righttoleave' into 0.9.x
Brion Vibber [Wed, 22 Dec 2010 19:13:57 +0000 (11:13 -0800)]
Error handling cleanup on backup/restore:
* avoid PHP notice from using wrong variable
* show a visible error instead of blank screen if no file submitted with restore form
* avoid PHP strict warning from using calling "non-static" DOMDocument::loadXML statically
* suppress PHP warning from XML parse errors
Brion Vibber [Wed, 22 Dec 2010 19:06:45 +0000 (11:06 -0800)]
fix notice error
Brion Vibber [Wed, 22 Dec 2010 18:20:47 +0000 (10:20 -0800)]
Partial fix for ticket #2964: bad .po file entries
http://translatewiki.net/wiki/StatusNet:
Cb5746be52330331844dea750bf452c0618aecb3 -All_Rights_Reserved/pt-br
Brion Vibber [Wed, 22 Dec 2010 18:17:22 +0000 (10:17 -0800)]
Partial fix for ticket #2964: bad .po files
http://translatewiki.net/wiki/StatusNet:
08b929b29496be84ff75d266b5e60b426cff449f -Hey,_1$s._Someone_just_entered/ca
Evan Prodromou [Wed, 22 Dec 2010 17:35:45 +0000 (12:35 -0500)]
Notice_bookmark::saveNew() takes a Profile argument
Evan Prodromou [Tue, 21 Dec 2010 19:46:31 +0000 (14:46 -0500)]
Bookmarklet for Bookmark plugin
Evan Prodromou [Tue, 21 Dec 2010 19:43:03 +0000 (14:43 -0500)]
Bookmarklet for new bookmarks
Override the bookmarklet help page to add a new popup.
Evan Prodromou [Tue, 21 Dec 2010 17:25:23 +0000 (12:25 -0500)]
Layout on the bookmark form
Evan Prodromou [Tue, 21 Dec 2010 16:09:01 +0000 (11:09 -0500)]
Break up delicious import into a queue manager by bookmark
Evan Prodromou [Tue, 21 Dec 2010 15:32:35 +0000 (10:32 -0500)]
PHPCS Notice_bookmark
Evan Prodromou [Tue, 21 Dec 2010 15:22:50 +0000 (10:22 -0500)]
PHPCS newbookmark
Evan Prodromou [Tue, 21 Dec 2010 15:20:49 +0000 (10:20 -0500)]
PHPCS importbookmarks
Evan Prodromou [Tue, 21 Dec 2010 15:16:53 +0000 (10:16 -0500)]
PHPCS BookmarkForm
Evan Prodromou [Tue, 21 Dec 2010 15:13:20 +0000 (10:13 -0500)]
PHPCS BookmarkPlugin.php
Evan Prodromou [Tue, 21 Dec 2010 14:42:44 +0000 (09:42 -0500)]
Code standards for deliciousbackupimporter.php
Evan Prodromou [Mon, 20 Dec 2010 23:32:43 +0000 (18:32 -0500)]
drop previous in oembedhelperexception code
Evan Prodromou [Mon, 20 Dec 2010 23:28:21 +0000 (18:28 -0500)]
fixup exception constructor for php 5.2
Brion Vibber [Mon, 20 Dec 2010 22:23:15 +0000 (14:23 -0800)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Conflicts:
plugins/OStatus/classes/FeedSub.php
Brion Vibber [Mon, 20 Dec 2010 21:06:58 +0000 (13:06 -0800)]
*cough* don't commit the code that breaks your code that you used to test the debug code :D
Brion Vibber [Mon, 20 Dec 2010 21:05:17 +0000 (13:05 -0800)]
Slightly fancier debug code for PuSH hmac mismatches -- save the post to a temp file if feedsub/debug is on in config.
Brion Vibber [Mon, 20 Dec 2010 18:46:23 +0000 (10:46 -0800)]
Logging helper for bogus hmacs on PuSH in -- record the url & hub with the err msg to help tell what broke
Brion Vibber [Mon, 20 Dec 2010 18:46:23 +0000 (10:46 -0800)]
Logging helper for bogus hmacs on PuSH in -- record the url & hub with the err msg to help tell what broke
Evan Prodromou [Mon, 20 Dec 2010 18:39:07 +0000 (13:39 -0500)]
some corrections for double-posting of bookmarks
Evan Prodromou [Mon, 20 Dec 2010 18:38:24 +0000 (13:38 -0500)]
don't reinsert existing bookmark
Evan Prodromou [Mon, 20 Dec 2010 18:35:30 +0000 (13:35 -0500)]
reindent BookmarkPlugin
Evan Prodromou [Mon, 20 Dec 2010 18:35:21 +0000 (13:35 -0500)]
reindent importbookmarks.php