summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-07Fix for repeats from the API having null source attributionZach Copley
2010-05-06Merge branch 'testing' into 0.9.xBrion Vibber
2010-05-07Allow plugins to load their styles for mobile view; fixes bad realtime ↵Brion Vibber
button layout
2010-05-06Remove errant double HTML entity encoding in API source attributionZach Copley
2010-05-06Allow OStatusPlugin to set the source attribution titleZach Copley
2010-05-06- OStatusPlugin should return true if it doesn't need to handle sourceZach Copley
attribution - Remove stray break statement from NoticeList
2010-05-06HTML entity encode source link URLs in plain XML output and add ↵Zach Copley
rel="nofollow" to them
2010-05-06Add source link attr to statusnet:notice_info element in Atom output for noticesZach Copley
2010-05-06Refactor and centralize notice source link calculationZach Copley
2010-05-06Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵Zach Copley
notices
2010-05-06Ticket #2184: recognize Palm Pre / WebOS browsers for MobileProfileBrion Vibber
One-line addition of 'webos' to the keywords list.
2010-05-05Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot
2010-05-06Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-05-05Implement since_id and max_id param handling for /api/favoritesZach Copley
2010-05-05XMPP debugging: log the message source when discarding empty or unrecognized ↵Brion Vibber
messages.
2010-05-05Quick 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-05Clean up reference usage warnings in DirectionDetector pluginBrion Vibber
2010-05-04Handle timeout more gracefully in background pingsBrion 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-04Avoid 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-04Add Emacs Identica-mode to notice sourcesZach Copley
2010-05-04Add Emacs Identica-mode to notice sourcesZach Copley
2010-05-04correct config.php.sample documentation of sendfileCraig Andrews
2010-05-03When handling incoming mail, skip everything after a blank line if we ↵Craig Andrews
already have content
2010-05-03Pull localization updates from 0.9.x branch0.9.2Brion Vibber
2010-05-03Merge branch 'testing' into 0.9.xBrion Vibber
2010-05-03Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-05-03Updated README to include one-liner about fixed installer in the noteable ↵Zach Copley
changes section
2010-05-03Update release dateBrion Vibber
2010-05-02Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-05-01Revert "Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings ↵showBrion 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-30Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2010-04-30Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-30Update translator documentation for OpenID plugin.Siebrand Mazeland
2010-04-30Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under ↵Brion Vibber
PHP 5.3.
2010-04-30Update XMPPHP to last upstream release (r77), includes an XML quoting fix.Brion Vibber
2010-04-30Update Dutch translation for OpenID plugin.Siebrand Mazeland
2010-04-30Re-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-30Remove .po source files. Using pot files.Siebrand Mazeland
2010-04-30Update gettext localisation files.Siebrand Mazeland
2010-04-30Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-29Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-29Update codename in common.phpBrion Vibber
2010-04-29Update release notes and version number for 0.9.2Zachary Copley
2010-04-29Pull localization updates from 0.9.xBrion Vibber
2010-04-29Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: index.php
2010-04-29Merge branch 'master' into testingBrion Vibber
2010-04-28Fix 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-28add rsd to the list of login actionsBrion Vibber
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309 Conflicts: index.php
2010-04-27add rsd to the list of login actionsCraig Andrews
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309
2010-04-27Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>