Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
2010-05-19 | Quick 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-19 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-05-19 | Add 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-19 | Hotpatch to add additional debug statements to FacebookPlugin's | Zach Copley | |
facebook posting code. | |||
2010-05-19 | Locale 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. | |||
2010-05-18 | Need to always emit statusnet:notice_info so it's available in profile feeds | Zach Copley | |
2010-05-18 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-18 | Allow OStatusPlugin to set the source attribution title | Zach Copley | |
2010-05-18 | - OStatusPlugin should return true if it doesn't need to handle source | Zach Copley | |
attribution - Remove stray break statement from NoticeList | |||
2010-05-18 | HTML entity encode source link URLs in plain XML output and add ↵ | Zach Copley | |
rel="nofollow" to them | |||
2010-05-18 | Add source link attr to statusnet:notice_info element in Atom output for notices | Zach Copley | |
2010-05-18 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-18 | Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵ | Zach Copley | |
notices | |||
2010-05-18 | Redirect non-SSL hits to login & register actions to SSL if 'always' or ↵ | Brion Vibber | |
'sometimes' SSL modes are kicked in. The forms would already submit to SSL, but people are happier if they start on a secure page! Note: this really should be done for sensitive/all URLs in index.php, but it seems a bit awkward to reconstruct the SSL version of the link atm. Cleanup todo! | |||
2010-05-18 | typo fix in en_GB localization (also updated @ translatewiki) | Brion Vibber | |
2010-05-17 | Include notice fragment on 'in context' links in Realtime plugin family. | Brion Vibber | |
2010-05-17 | Patch from g0: fix for conversation links in Realtime updates | Brion Vibber | |
Previously was using the reply-to URL, which didn't match with other displays. Now sends to the right conversation page. | |||
2010-05-14 | accept either salmon endpoint (until they're unified in the spec) | James Walker | |
2010-05-14 | allow hyphens in subdomains for webfinger addresses | James Walker | |
2010-05-13 | More direct text for registration licensing/tos checkbox for private and ↵ | Brion Vibber | |
all-rights-reserved sites. | |||
2010-05-12 | Fix keys() / keyTypes() mixup in SamplePlugin | Brion Vibber | |
2010-05-11 | Windows server fix: Use platform EOL in debug log file | Brion Vibber | |
2010-05-11 | Installer tweak for Windows: normalize line endings to platform standard in ↵ | Brion Vibber | |
generated config.php Added a comment that the writable directory checks are insufficient to catch ACL problems on Windows; need a better check for that. | |||
2010-05-08 | Fix for repeats from the API having null source attribution | Zach Copley | |
2010-05-07 | Allow plugins to load their styles for mobile view; fixes bad realtime ↵ | Brion Vibber | |
button layout |