summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-28Localisation updates from http://translatewiki.net0.9.xSiebrand Mazeland
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-05-27Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: lib/language.php plugins/OpenID/finishaddopenid.php
2010-05-27Merge branch 'master' of gitorious.org:statusnet/mainline into testingtestingBrion Vibber
2010-05-27Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-05-27Ticket #2329: fix for use of _m() translation functions from outside of ↵Brion Vibber
plugin directories
2010-05-27Pass auth user into Atom feed generators (needed for outputting favorited ↵Zach Copley
status in statusnet:notice_info tag)
2010-05-27added the inbox table to postgres upgrade scriptBrenda Wallace
2010-05-27added user_location_prefs to upgrade scriptBrenda Wallace
2010-05-26Remove settting/getting a 'verb' for Facebook stream entries / statusZach Copley
updates. Facebook has disabled the ability to store user preferences via their old REST API, causing our application to break. Also, verbs in status updates seem to be deprecated, and stream posts don't seem to have a verb.
2010-05-26Merge branch 'more-notice-info'Zach Copley
2010-05-26Add repeat info to statusnet:notice_info Atom elementZach Copley
2010-05-25WikiHowProfile plugin; pulls avatar from WikiHow profile pages when ↵Brion Vibber
registering or adding account with OpenID. (Full name, location, homepage, and bio are also on the profile page but not marked up in a way they can be easily retrieved yet.) OpenID plugin: Added events at OpenID account creation and update time to allow additional customizations for particular sites.
2010-05-25Small update to the README: Facebook has changed the name of one ofZach Copley
its application settings fields.
2010-05-25Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-05-25Hotpatch for infinite redirection-following loop seen processing URLs to ↵Brion Vibber
http://clojure.org/ -- if we end up with an unstable redirect target (final item in a redirect chain ends up redirecting us somewhere else when we visit it again), just save the last version we saw instead of trying to start over. Pretty much everything in File and File_redirection initial processing needs to be rewritten to be non-awful; this code is very hard to follow and very easy to make huge bugs. A fair amount of the complication is probably obsoleted by the redirection following being built into HTTPClient now.
2010-05-25Revert "Backing out locale switch change to see if this affects our mystery ↵Brion Vibber
memory leak." This reverts commit f98609204fb9b5966b9e4c9e4bf8bf605656c31c.
2010-05-25Backing out locale switch change to see if this affects our mystery memory leak.Brion Vibber
Revert "Locale switch cleanup: use common_switch_locale() which is safer for updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back." This reverts commit 74a89b1fc37067d91d31bd66922053361eb4e616.
2010-05-25Dequeue notice when we hit any Facebook error.Zach Copley
2010-05-25Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-05-25the sent column wasn't being populated, needed defaultBrenda Wallace
2010-05-24Accidentally used the wrong log level (LOG ERROR instead of LOG_ERR)Zach Copley
2010-05-24Clear up warnings I introduced by refactoring Facebook postingZach Copley
2010-05-24Upgrade Facebook posting:Zach Copley
- Use FQL to check for publish stream permission instead of old REST API - Better error handling, especially for error code 100 - More logging / better log messages
2010-05-24Upgrade to latest old REST API library (0.1.0)Zach Copley
2010-05-24Handle funky notice deletion cases more gracefully: if we already have a ↵Brion Vibber
deleted_notice entry, don't freak out when we try to save it again on the second try.
2010-05-22Hotpatch for Facebook mirror problems: drop messages when hitting rate limit ↵Brion Vibber
(err 341) instead of retrying forever. On unknown errors, now throwing an exception so it'll hit the message retry limits.
2010-05-22queue_item in _pg now matches mysqlBrenda Wallace
2010-05-22migration of data in queue_item to new tableBrenda Wallace
2010-05-22fixed up comment syntaxBrenda Wallace
2010-05-22Merge commit 'mainline/0.9.x' into 0.9.xBrenda Wallace
2010-05-22added verifier and verified_callback to postgres schema and update scriptBrenda Wallace
2010-05-21Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-05-21Add $config['queue']['stomp_enqueue_to'] override for which queue server to ↵Brion Vibber
send to. Must be set to a value that matches one of the entries in $config['queue']['stomp_server'] array, otherwise ignored.
2010-05-21Merge branch 'testing' into 0.9.xBrion Vibber
2010-05-21Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-05-21Add TweetDeck to notice sourcesZach Copley
2010-05-21Add TweetDeck to notice sourcesZach Copley
2010-05-21Avoid PHP notice about undefined array index when no avatar photo available ↵Brion Vibber
from Google profile
2010-05-21Disable SSL peer/hostname verification for HTTPClient unless we've ↵Brion Vibber
configured a trusted CA bundle like this: $config['http']['ssl_cafile'] = '/usr/lib/ssl/certs/ca-certificates.crt'; The previous state was failing on all HTTPS hits due to HTTP_Request2 library turning on the validation check but not specifying a CA file.
2010-05-21added comsumer_secret to consumer table on postgresBrenda Wallace
2010-05-21add comsumer_secret column to consumerBrenda Wallace
2010-05-20Added block link to subscription notification emails; block action can now ↵Brion Vibber
take a profile ID on the URL; added profile details to block page so there's an indication of who you're blocking before you pull the trigger. Fixed typo in RedirectingAction when no return-to data provided in form submission. RedirectingAction::returnToArgs() has been renamed to returnToPrevious() to avoid conflict with Action::returnToArgs() which returns arguments to be passed to other actions as return-to arguments. All callers should now be updated. More profile settings actions will now redirect through a login form if visited as a GET request, as would be expected from a bookmark, link sent in e-mail etc.
2010-05-19Quick fix for creating OpenID accounts authenticating against a MediaWiki ↵Brion Vibber
site; trim the 'User:' etc from the final path segment before generating a nickname from it. Avoids ending up with nicks like 'userbrion' on your first OpenID login!
2010-05-19Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-05-19Add config option for RequireValidatedEmail plugin to skip the check for ↵Brion Vibber
folks with a trusted OpenID association. Also added an event that other plugins or local config can use to override the checks.
2010-05-19Hotpatch to add additional debug statements to FacebookPlugin'sZach Copley
facebook posting code.
2010-05-19Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: plugins/OpenID/openidlogin.php
2010-05-19Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-05-19Locale switch cleanup: use common_switch_locale() which is safer for ↵Brion Vibber
updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back. Should help with problems where xmppdaemon would get stuck in wrong locale.