Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: lib/language.php plugins/OpenID/finishaddopenid.php | |||
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-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 'testing' into 0.9.x | Brion Vibber | |
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 'testing' into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidlogin.php | |||
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 | 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 | 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-17 | added notice.location to group by | Brenda Wallace | |
2010-05-17 | fix the column modify on stuff for postgres. change serial to bigserial | Brenda Wallace | |
2010-05-15 | added missing field to the group by. this makes postgres happy | Brenda Wallace | |
2010-05-15 | comment out the extra bit, cos there's always mysql-only stuff in therre. | Brenda Wallace | |
this isn't a very good idea | |||
2010-05-15 | caitalise the sql keywords | Brenda Wallace | |
2010-05-15 | indexes now working in postgres schemas | Brenda Wallace | |
2010-05-15 | removed sneaky debug echo that shouldn't be there | Brenda Wallace | |
2010-05-15 | sorted enums and auto_increments on postgres. | Brenda Wallace | |
Still needs inline indexes on table creation | |||
2010-05-14 | Merge branch 'testing' into 0.9.x | 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 | Fix for repeats from the API having null source attribution | Zach Copley | |
2010-05-06 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-06 | Allow OStatusPlugin to set the source attribution title | Zach Copley | |
2010-05-06 | - OStatusPlugin should return true if it doesn't need to handle source | Zach Copley | |
attribution - Remove stray break statement from NoticeList | |||
2010-05-06 | HTML entity encode source link URLs in plain XML output and add ↵ | Zach Copley | |
rel="nofollow" to them | |||
2010-05-06 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-06 | Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵ | Zach Copley | |
notices | |||
2010-05-05 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot | |||
2010-05-05 | XMPP debugging: log the message source when discarding empty or unrecognized ↵ | Brion Vibber | |
messages. | |||
2010-05-04 | Handle timeout more gracefully in background pings | Brion Vibber | |
Added a 2-second default timeout for XMLRPC/extended pings, configurable as [ping,timeout]. No longer repeating the entire ping section if we had an HTTP error during a submission. For now, dropping the bad item and continuing on with others. (Todo: individual retry and cleaner discards of blacklisted broken-for-now sites.) | |||
2010-05-03 | When handling incoming mail, skip everything after a blank line if we ↵ | Craig Andrews | |
already have content | |||
2010-04-29 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-29 | Update codename in common.php | Brion Vibber | |
2010-04-29 | Update release notes and version number for 0.9.2 | Zachary Copley | |
2010-04-29 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: index.php | |||
2010-04-29 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-28 | Fix charset setting for plugin localizations; default setting was blanking ↵ | Brion Vibber | |
out non-ASCII chars. Needed for eg Bulgarian translation of Facebook plugin, was previously showing all as ???s. Now works yay! | |||
2010-04-23 | Test cases and fixes for Atom and RSS content decoding. | Brion Vibber | |
Fix extraction of Atom <content type="text"> and <content type="html">; we were failing to escape plaintext source data to HTML, and doing an extraneous double-deescape on HTML source resulting in breakage of notices containing text that looks like HTML. Only <content type="xhtml"> was working correctly previously. Fixes for RSS2 content processing: we were failing to load <content:encoded> at all due to using wrong element name, and were applying an extraneous de-escape for <description> rather than the escaping that is required to turn plaintext into HTML. (Per spec, <description> must be plaintext.) | |||
2010-04-22 | Add docs for public_timeline | Zach Copley | |
2010-04-22 | Some initial Doxygen-based documentation for the API | Zach Copley | |
2010-04-21 | add 'always' parameter to common_shorten_links | Craig Andrews | |