Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-02 | Remove 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-02 | fix #2478 - ensure all XRD documents get proper content-type headers | James Walker | |
2010-08-02 | urgh. typo | James Walker | |
2010-08-02 | add support for Salmon's new "mentioned" rel value | James Walker | |
2010-08-02 | move to rel="salmon" (per latest spec) | James Walker | |
2010-08-02 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-08-01 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-01 | Tweak 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-31 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* add support for Danish | |||
2010-07-30 | Merge branch '2286' into 0.9.x | Brion Vibber | |
2010-07-30 | Merge branch '2471' into 0.9.x | Brion Vibber | |
2010-07-30 | Fix 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-30 | Fix 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-30 | Fixes 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-29 | allow schema to work on more than one connection (namely, the Status_network DB) | James Walker | |
2010-07-29 | removing redundant constructor | James Walker | |
2010-07-29 | Merge branch 'master' into 0.9.x | Zach Copley | |
Conflicts: classes/Notice.php | |||
2010-07-29 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | James Walker | |
2010-07-29 | oops. really embarassing typo (that explains some weird behaviour) | James Walker | |
2010-07-29 | Fix for issue ID 2290: make sure errors are returned in the right | Zach Copley | |
format, and use callback for errors when the request is JSONP | |||
2010-07-29 | Initial 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-29 | Return HTTP 403 instead of 400 when silenced users try to post via API | Zach Copley | |
2010-07-29 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-07-29 | * mark a few message for translation | Siebrand 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 documentation | Siebrand Mazeland | |
* mark strings for translation * add FIXME for unclear/confusing message | |||
2010-07-29 | * add string for translation with translator documentation | Siebrand 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 translatable | Siebrand Mazeland | |
* number parameters when multiple are user in a message * update translator documentation | |||
2010-07-28 | Update po files | Siebrand Mazeland | |
2010-07-28 | Update pot | Siebrand Mazeland | |
2010-07-28 | Number parameters | Siebrand Mazeland | |
2010-07-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-07-28 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-07-28 | Merge branch 'master' into testing | Brion Vibber | |
2010-07-28 | backwards compatibility for old tags format in hasTag | James Walker | |
2010-07-28 | try/catch just in case.. | James Walker | |
2010-07-28 | don't try to save empty tags | James Walker | |
2010-07-28 | SQL script to update status_network table | James Walker | |
2010-07-28 | script to normalize status_network tags | James Walker | |
2010-07-28 | leaving tags column in (for now) | James Walker | |
2010-07-27 | Merge branch 'master' into testing | James Walker | |
2010-07-26 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-07-22 | accept mailto: URIs as OStatus identifiers | Evan Prodromou | |
2010-07-22 | Quick 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-21 | Revert "Revert "Change the cache window on notices from 61 to 200, the max ↵ | Zach Copley | |
number"" This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86. | |||
2010-07-20 | normalizing tags for status_network | James Walker | |
2010-07-19 | Make some messages gender neutral. | Eric Helgeson | |
2010-07-19 | Revert "Change the cache window on notices from 61 to 200, the max number" | Zach Copley | |
This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc. | |||
2010-07-19 | Provisional OAuth, OpenID token check timing attack patches | Brion Vibber | |