summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-02Merge branch '2429' into 0.9.xJames Walker
2010-08-02Fix for #2429 - move OStatus XML writing to XMLStringerJames Walker
2010-08-02Remove the 'Enable Twitter import' checkbox from Twitter admin panel by ↵Brion Vibber
default; can be re-added with setting: addPlugin('TwitterBridge', array('adminImportControl' => true, ....)); Added a note on the label that it requires manual daemon setup. (Note that by default the admin panel won't be shown, so it's no biggie to be hiding this for now.)
2010-08-02fix #2478 - ensure all XRD documents get proper content-type headersJames Walker
2010-08-02urgh. typoJames Walker
2010-08-02add support for Salmon's new "mentioned" rel valueJames Walker
2010-08-02move to rel="salmon" (per latest spec)James Walker
2010-08-02Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-08-01Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-08-01Tweak message per suggestion of The Evil IP Address[1].Siebrand Mazeland
[1] http://translatewiki.net/w/i.php?title=Thread:Translating_talk:StatusNet/to_their_attention%3F&oldid=2220913
2010-07-31Localisation updates from http://translatewiki.netSiebrand Mazeland
* add support for Danish
2010-07-30Merge branch '2286' into 0.9.xBrion Vibber
2010-07-30Merge branch '2471' into 0.9.xBrion Vibber
2010-07-30Fix for ticket #2286: [mobile] Text extends beyond border of repeat ↵Brion Vibber
confirmation dialog floater box on iPhone http://status.net/open-source/issues/2286 This bit of CSS was constricting the vertical size of the popup form for repeats: .notice-options form { width:16px; height:16px; } I can only assume this was originally meant to constrain the mini inline AJAX forms to the size of the clickable buttons, but it doesn't make a difference to how those are displayed on iPhone, Android, or Opera Mini. Removing the statement lets the popup form go to its natural size, covering the button.
2010-07-30Fix for ticket #2471: install.php returns unsuccessfully but doesn't display ↵Brion Vibber
error message if PHP < 5.2.6 is used http://status.net/open-source/issues/2471 Old bit of code didn't get updated for new installer
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-28oops. really embarassing typo (that explains some weird behaviour)James Walker
2010-07-28Merge branch 'testing' of gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-07-28Merge branch 'googleadsadminpanel' into testingEvan Prodromou
2010-07-28add admin panel for AdsenseEvan Prodromou
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