Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-01 | use an array for notice sitemap | Evan Prodromou | |
2010-06-01 | max users, notices per sitemap = 50K | Evan Prodromou | |
2010-06-01 | show sitemapindex with user and notice sitemaps | Evan Prodromou | |
2010-06-01 | Move NOTICES_PER_MAP to SitemapPlugin | Evan Prodromou | |
2010-06-01 | bundle users by reg date | Evan Prodromou | |
2010-06-01 | better calculation for end date in notice sitemaps | Evan Prodromou | |
2010-06-01 | Start of an action for sitemap index | Evan Prodromou | |
2010-06-01 | change URLs for user sitemap | Evan Prodromou | |
2010-06-01 | move USERS_PER_MAP to plugin | Evan Prodromou | |
2010-06-01 | correct element name and namespace for sitemapactions | Evan Prodromou | |
2010-06-01 | better query for notices by date | Evan Prodromou | |
2010-06-01 | Add a Notice sitemap | Evan Prodromou | |
2010-06-01 | user sitemap | Evan Prodromou | |
2010-06-01 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-06-01 | Mapstraction plugin fix: set icon dimensions (24x24 px); Google Maps ↵ | Brion Vibber | |
provider otherwise defaults to stretching them to a funny shape instead of showing square avatars. | |||
2010-06-01 | Ticket #2330: fix Google Maps provider for Mapstraction plugin | Brion Vibber | |
2010-05-31 | Added DarterosStatus to notice sources | Zach Copley | |
2010-05-28 | OpenID: add option to enable asking for a username to append to the trusted ↵ | Brion Vibber | |
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. | |||
2010-05-28 | Merge branch 'master' into testing | Brion Vibber | |
2010-05-28 | Ticket 2329 followup: my clever 'let it use the default' was foiled by PHP ↵ | Brion Vibber | |
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'.) | |||
2010-05-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Zach Copley | |
2010-05-28 | Bugfix: api/statuses/destroy.:format was outputting deleted notice | Zach Copley | |
twice, causing parsers to fail. | |||
2010-05-27 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-27 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-05-27 | Ticket #2329: fix for use of _m() translation functions from outside of ↵ | Brion Vibber | |
plugin directories | |||
2010-05-27 | Pass auth user into Atom feed generators (needed for outputting favorited ↵ | Zach Copley | |
status in statusnet:notice_info tag) | |||
2010-05-26 | Remove settting/getting a 'verb' for Facebook stream entries / status | Zach 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-26 | Merge branch 'more-notice-info' | Zach Copley | |
2010-05-26 | Add repeat info to statusnet:notice_info Atom element | Zach Copley | |
2010-05-25 | WikiHowProfile 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-25 | Small update to the README: Facebook has changed the name of one of | Zach Copley | |
its application settings fields. | |||
2010-05-25 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-05-25 | Hotpatch 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-25 | Revert "Backing out locale switch change to see if this affects our mystery ↵ | Brion Vibber | |
memory leak." This reverts commit f98609204fb9b5966b9e4c9e4bf8bf605656c31c. | |||
2010-05-25 | Backing 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-25 | Dequeue notice when we hit any Facebook error. | Zach Copley | |
2010-05-24 | Accidentally used the wrong log level (LOG ERROR instead of LOG_ERR) | Zach Copley | |
2010-05-24 | Clear up warnings I introduced by refactoring Facebook posting | Zach Copley | |
2010-05-24 | Upgrade 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-24 | Upgrade to latest old REST API library (0.1.0) | Zach Copley | |
2010-05-24 | Handle 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-22 | Hotpatch 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-21 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-05-21 | Add $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-21 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-05-21 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-21 | Add TweetDeck to notice sources | Zach Copley | |
2010-05-21 | Avoid PHP notice about undefined array index when no avatar photo available ↵ | Brion Vibber | |
from Google profile | |||
2010-05-21 | Disable 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-20 | Added 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. |