- 14 Feb, 2011 1 commit
-
-
- 11 Feb, 2011 12 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
Fix for failure/exception on subscription/subscriber lists when deleted profiles are stuck in cached list. Workaround for deleted profiles still appearing in cached subscriptions/subscribers lists: if we couldn't fetch them, don't include them in the ArrayWrapper. ArrayWrapper doesn't deal well with null entries, which aren't meant to happen in how it works. This code has recently changed from dying directly with a PHP fatal error in that case to throwing an exception, which allows tracking down the caller. It looks like there might be some cases where profiles and their matching subscriptions get deleted, but the subscription entries don't get properly cleared from cache... that still bears further investigation. The regular code path looks ok; calls Subscription::cancel() from code called in Profile::delete(); but if they're batch-deleted instead of one row at a time, that could fail to trigger.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 10 Feb, 2011 8 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
Fix for ticket #3039: TwitterBridge was incorrectly sending repeats of Twitter-bound messages if the repeater has sending of things to Twitter disabled. A repeat/retweet is roughly equivalent to an active direct post, so should follow the posting rules, rather than always sending over as we do for fave notifications.
-
Zach Copley authored
* 'master' of gitorious.org:statusnet/mainline: Show aside primary on settings pages for all themes. correct error in README on default for deletion
-
Zach Copley authored
-
Samantha Doherty authored
-
Evan Prodromou authored
-
Evan Prodromou authored
Output from 0.9.6 PuSH feeds seems to have a rump <author> but no <activity:actor>. It was overwriting valid and useful data set up at subscribe time. This fix tries to avoid overwriting data. However, it may prevent updates that delete data. Bug: 3028
-
Zach Copley authored
w/deprecation warnings. Also add statusnet:profile_info back into author/actor.
-
- 09 Feb, 2011 13 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
Partial revert of 073f3e99: restores the original non-hashbang URLs for twitter users as the remote profile. Should fix issue #3027: twitter user avatars not getting imported. Due to the change in URI, all twitter users that had been previously seen were getting new profile entries, which tried to save the same avatar. This would fail as Avatar.url has a unique index. Note: now anything new seen in the last couple days in production will still potentially conflict.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
Tweak to use site/server fallback when no plugins/sslserver or site/sslserver and generating plugin CSS
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
Revert jQuery Form to r2.17 -- the latest fails with our Meteor stuff the way it tweaks document.domain (which also causes other AJAX-related problems and needs to be destroyed one of these days...)
-
Zach Copley authored
initialized via config.php
-
- 08 Feb, 2011 6 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
Conflicts: plugins/Facebook/facebookaction.php plugins/Facebook/facebookhome.php plugins/Facebook/facebookutil.php
-
Evan Prodromou authored
The ShowmessageAction was using the MailboxAction to do its display of a single direct message. Since we redid the nickname management, this was breaking (MailboxAction requires a nickname argument, ShowmessageAction does not, and nickname validation that used to quietly fail now throws an exception). I've moved the message list processing to its own widget class, so the need to subclass MailboxAction has disappeared. I've rewritten this action to use the MessageListItem widget, and it works fine now.
-