Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add source link attr to statusnet:notice_info element in Atom output for notices | Zach Copley | |
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-06 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-05 | Implement since_id and max_id param handling for /api/favorites | Zach Copley | |
2010-05-05 | XMPP debugging: log the message source when discarding empty or unrecognized ↵ | Brion Vibber | |
messages. | |||
2010-05-05 | Quick fix for DirectionDetector: only apply <span class="rtl"> once; if it's ↵ | Brion Vibber | |
already there in an incoming message (eg via OStatus), don't reapply it. Modified from patch from Everplays | |||
2010-05-05 | Clean up reference usage warnings in DirectionDetector plugin | Brion Vibber | |
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-04 | Avoid spewing giant debug backtrace into exception in certain OStatus ↵ | Brion Vibber | |
subscription failure cases. The code pattern 'new XXXException($e)' to chain exceptions doesn't actually work as intended, as exceptions are actually expecting a string message here. This caused an implicit string conversion from HTTP_Request2_Exception, which is a PEAR_Exception, which defines an absurdly detailed __toString() method including a giant HTML table with a backtrace if you happen to be on a web request. Simply passing $e->getMessage() instead clears this up, as we'll get the nice short message like 'Couldn't connect to tcp://blahblah:80' | |||
2010-05-04 | Add Emacs Identica-mode to notice sources | Zach Copley | |
2010-05-04 | Add Emacs Identica-mode to notice sources | Zach Copley | |
2010-05-04 | correct config.php.sample documentation of sendfile | Craig Andrews | |
2010-05-03 | When handling incoming mail, skip everything after a blank line if we ↵ | Craig Andrews | |
already have content | |||
2010-05-03 | Pull localization updates from 0.9.x branch0.9.2 | Brion Vibber | |
2010-05-03 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-03 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-03 | Updated README to include one-liner about fixed installer in the noteable ↵ | Zach Copley | |
changes section | |||
2010-05-03 | Update release date | Brion Vibber | |
2010-05-02 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-01 | Revert "Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings ↵show | Brion Vibber | |
running under PHP 5.3." This reverts commit 9fd02a4f11881b3e0e1b3029c7c9e85a799c5ced. Looks like there's some changes I missed in there and getting this in'll involve updating some other packages. Will poke it after 0.9.2. | |||
2010-04-30 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2010-04-30 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-30 | Update translator documentation for OpenID plugin. | Siebrand Mazeland | |
2010-04-30 | Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under ↵ | Brion Vibber | |
PHP 5.3. | |||
2010-04-30 | Update XMPPHP to last upstream release (r77), includes an XML quoting fix. | Brion Vibber | |
2010-04-30 | Update Dutch translation for OpenID plugin. | Siebrand Mazeland | |
2010-04-30 | Re-add OpenID/locale/nl/LC_MESSAGES/OpenID.po which was accidentally removed ↵ | Siebrand Mazeland | |
in Commit:d811f14bedc260adcfdd0eb8216eba06e9610144 Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-30 | Remove .po source files. Using pot files. | Siebrand Mazeland | |
2010-04-30 | Update gettext localisation files. | Siebrand Mazeland | |
2010-04-30 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
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 | Pull localization updates from 0.9.x | Brion Vibber | |
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-28 | add rsd to the list of login actions | Brion Vibber | |
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309 Conflicts: index.php | |||
2010-04-27 | add rsd to the list of login actions | Craig Andrews | |
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309 | |||
2010-04-27 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-26 | Only shorten when notice length exceeds max length | Craig Andrews | |
2010-04-24 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
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-23 | Merge branch 'master' into testing | Brion Vibber | |