- 01 Jun, 2010 7 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
Mapstraction plugin fix: set icon dimensions (24x24 px); Google Maps provider otherwise defaults to stretching them to a funny shape instead of showing square avatars.
-
Brion Vibber authored
-
- 31 May, 2010 1 commit
-
-
Zach Copley authored
-
- 28 May, 2010 5 commits
-
-
Brion Vibber authored
OpenID: add option to enable asking for a username to append to the trusted provider's base URL. Good for hooking up with sites like WikiHow, where usernames are appended to a base URL to get a profile URL which is used as the provider. $config['openid']['append_username'] = true; or check 'Append a username to base URL' in OpenID admin panel.
-
Brion Vibber authored
-
Brion Vibber authored
Ticket 2329 followup: my clever 'let it use the default' was foiled by PHP gettext module not quite exposing a compatible interface as the backend gettext library. (Most funcs squash null domain parameter into '' empty string, which isn't interpreted as 'use the current default'.)
-
Zach Copley authored
-
Zach Copley authored
twice, causing parsers to fail.
-
- 27 May, 2010 4 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Zach Copley authored
Pass auth user into Atom feed generators (needed for outputting favorited status in statusnet:notice_info tag)
-
- 26 May, 2010 4 commits
-
-
Zach Copley authored
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.
-
Zach Copley authored
-
Zach Copley authored
-
Brion Vibber authored
WikiHowProfile plugin; pulls avatar from WikiHow profile pages when 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.
-
- 25 May, 2010 6 commits
-
-
Zach Copley authored
its application settings fields.
-
Brion Vibber authored
-
Brion Vibber authored
Hotpatch for infinite redirection-following loop seen processing URLs to 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.
-
Brion Vibber authored
This reverts commit f9860920.
-
Brion Vibber authored
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 74a89b1f.
-
Zach Copley authored
-
- 24 May, 2010 5 commits
-
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
- 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
-
Zach Copley authored
-
Brion Vibber authored
Handle funky notice deletion cases more gracefully: if we already have a deleted_notice entry, don't freak out when we try to save it again on the second try.
-
- 23 May, 2010 1 commit
-
-
Brion Vibber authored
Hotpatch for Facebook mirror problems: drop messages when hitting rate limit (err 341) instead of retrying forever. On unknown errors, now throwing an exception so it'll hit the message retry limits.
-
- 21 May, 2010 7 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
Must be set to a value that matches one of the entries in $config['queue']['stomp_server'] array, otherwise ignored.
-
Evan Prodromou authored
-
Brion Vibber authored
-
Zach Copley authored
-
Brion Vibber authored
-
Brion Vibber authored
Disable SSL peer/hostname verification for HTTPClient unless we've 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.
-