summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-28Merge branch 'testing' into 0.9.xBrion Vibber
2010-07-28Merge branch 'master' into testingBrion Vibber
2010-07-28backwards compatibility for old tags format in hasTagJames Walker
2010-07-28try/catch just in case..James Walker
2010-07-28don't try to save empty tagsJames Walker
2010-07-28SQL script to update status_network tableJames Walker
2010-07-28script to normalize status_network tagsJames Walker
2010-07-28leaving tags column in (for now)James Walker
2010-07-27Merge branch 'master' into testingJames Walker
2010-07-26Merge branch 'master' of gitorious.org:statusnet/mainlineEvan Prodromou
2010-07-22accept mailto: URIs as OStatus identifiersEvan Prodromou
2010-07-22Quick fix for IE7 via sammy: remove redundant media specifiers from base ↵Brion Vibber
style @import in main themes. The <link>s already specify screen/etc media, so all it was doing was breaking. There are still some issues, but most things seem to work-ish as long as Realtime plugins are off.
2010-07-21Revert "Revert "Change the cache window on notices from 61 to 200, the max ↵Zach Copley
number"" This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86.
2010-07-20normalizing tags for status_networkJames Walker
2010-07-19Make some messages gender neutral.Eric Helgeson
2010-07-19Revert "Change the cache window on notices from 61 to 200, the max number"Zach Copley
This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc.
2010-07-19Provisional OAuth, OpenID token check timing attack patchesBrion Vibber
2010-07-19Change the cache window on notices from 61 to 200, the max numberZach Copley
of notices available at one time through the API. Note: this will require a memcache restart.
2010-07-16Suppress HTTP error headers for JSONP API outputZach Copley
2010-07-14cache sitemap notice and user counts for 4hEvan Prodromou
2010-07-13Exceptions are caught and continued on JSON, XML, Atom and RSS output in APIEvan Prodromou
2010-07-13handle missing profile for notices better in Rss10ActionEvan Prodromou
2010-07-13handle missing profile for notices better in NoticeListEvan Prodromou
2010-07-13log exceptions in atom feeds, but don't let them kill the outputEvan Prodromou
2010-07-13push exception on missing profile down to Notice::getProfile()Evan Prodromou
2010-07-13handle notices without profiles better in RSS outputEvan Prodromou
2010-07-12Commit hubprepqueuehandler.php -- fix for OStatus bulk output.Brion Vibber
2010-07-12Commit hubprepqueuehandler.php -- fix for OStatus bulk output.Brion Vibber
2010-07-12Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-07-12Ticket 2427: fix regression in plugin i18nBrion Vibber
2010-07-12Ticket 2433: Skip locale fallback list check on Windows ('locale -a' ↵Brion Vibber
shell-out doesn't work there)
2010-07-10remove debugging statement and add a bit of output to updatecountsEvan Prodromou
2010-07-10Merge branch 'master' of gitorious.org:statusnet/mainlineEvan Prodromou
2010-07-09script to fill counts table from command lineEvan Prodromou
2010-07-08Handle the case where a screen name has shifted from one Twitter ID to anotherZach Copley
2010-07-05create an index on user.created so sitemap generation is fasterEvan Prodromou
2010-07-01Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-06-29Updated OMB_Yadis_XRDS for compatibility with php-openid 2.2.2: ↵0.9.3Brion Vibber
Auth_Yadis_XRDS::parseXRDS() is now declared static, and PHP 5.3 demands it say so on the subclass too. Compat fix branch for upstream: http://gitorious.org/libomb/libomb-statusnet/commit/6589dc073f93b65564931e1ab5865a34a0b228aa
2010-06-29Update to last upstream version of libomb: coding style updates, static call ↵Brion Vibber
fix, improved handling of invalid XRD URIs.
2010-06-29Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-06-29Updates to README w/ summary changelistBrion Vibber
2010-06-29Fix regression in OStatus remote group subscribe -- a bug was previously ↵Brion Vibber
masked silently (call to nonexistent getProfileUrl() method on User_group -- now replaced with homeUrl() which does the thing we wanted here)
2010-06-29Update the (formerly) Janrain OpenID library to 2.2.2 -- bug fixes including ↵Brion Vibber
PHP 5.3 compatibility fix. Upstream release was tagged at: http://github.com/openid/php-openid/commit/a287b2d85e753c84b3b883ed8ee3ffe8692c8477
2010-06-28- Fix bugs with block and friendship API methodsZach Copley
- Friendship API methods now use a Profile instead of User for target
2010-06-28Fix regression in 92ded7c6cb56056a89bc8b3caabd08049104898e: spewed PHP ↵Brion Vibber
notices when checking for enclosures due to uninitialized variables.
2010-06-28Merge branch 'master' into 0.9.xBrion Vibber
2010-06-28Update version and code name: 0.9.3 Half a World AwayBrion Vibber
2010-06-28Add notice source for StatusNet DesktopZach Copley
2010-06-28Fix for PHP notice when given an integer degrees in decimalDegreesToDMS(); ↵Brion Vibber
using math instead of string manipulation to split integer portion from decimal remainder.
2010-06-28Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber