summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-31Localisation updates from http://translatewiki.netSiebrand Mazeland
* add support for Danish
2010-07-30Fixes for messages after review by Brion.Siebrand Mazeland
2010-07-30* Address i18n related FIXMEs after talk with Brion.Siebrand Mazeland
* Tweak message
2010-07-29allow schema to work on more than one connection (namely, the Status_network DB)James Walker
2010-07-29removing redundant constructorJames Walker
2010-07-29Merge branch 'master' into 0.9.xZach Copley
Conflicts: classes/Notice.php
2010-07-29Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xJames Walker
2010-07-29oops. really embarassing typo (that explains some weird behaviour)James Walker
2010-07-29Fix for issue ID 2290: make sure errors are returned in the rightZach Copley
format, and use callback for errors when the request is JSONP
2010-07-29Initial fix for #2479: New post should be displayed on timeline only if it ↵Brion Vibber
belongs there (AJAX post) Previously we pushed out your latest post into the currently visible timeline regardless of whether it belonged there or not. This could be pretty confusing! Currently we don't have clearly machine-readable info on the page and returned notice HTML to determine whether it belongs, but we can do a couple checks easily which I've added: * public timeline (always show) * 'and friends' timeline (show for your own page only) * profile timeline (show for your own page only) Other places that should be added in the future: * group timelines if it's a group your posting to * tag timelines if the post contains the tag * reply & friends timelines for people you've mentioned Currently those aren't easy since the mention/group target links in the notice HTML are using the canonical form with user or group ID, while the available navigation links we can use to identify the current page use the names.
2010-07-29Return HTTP 403 instead of 400 when silenced users try to post via APIZach Copley
2010-07-29Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-07-29* mark a few message for translationSiebrand Mazeland
* add translator documentation
2010-07-29* add FIXME for messages that may need i18n.Siebrand Mazeland
* trailing whitespace removed.
2010-07-29* add translator documentationSiebrand Mazeland
* mark strings for translation * add FIXME for unclear/confusing message
2010-07-29* add string for translation with translator documentationSiebrand Mazeland
* add FIXMEs for strings that may need i18n, but leaving decision to other dev(s)
2010-07-29* mark two untranslatable server exceptions as translatableSiebrand Mazeland
* number parameters when multiple are user in a message * update translator documentation
2010-07-28Update po filesSiebrand Mazeland
2010-07-28Update potSiebrand Mazeland
2010-07-28Number parametersSiebrand Mazeland
2010-07-28Localisation updates from http://translatewiki.netSiebrand Mazeland
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