Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-05 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-08-05 | Merge branch 'master' into testing | Brion Vibber | |
2010-08-04 | Fix for source attribution on notices; it was displaying the code instead of ↵ | Zach Copley | |
the source name sometimes. | |||
2010-08-03 | update tests to include 'mentioned' links | Evan Prodromou | |
2010-08-03 | re-add mentioned link lost in last merge | Evan Prodromou | |
2010-08-03 | Merge branch 'activityhooks' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Notice.php | |||
2010-08-03 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
2010-08-03 | output Atom dates in UTC | Evan Prodromou | |
2010-08-03 | correctly show <source> for atom feeds | Evan Prodromou | |
2010-08-03 | add actor info to tests | Evan Prodromou | |
2010-08-03 | more tests for activity generation | Evan Prodromou | |
2010-08-03 | add some more tests for replies and group posts | Evan Prodromou | |
2010-08-03 | initial unit tests for activity generation | Evan Prodromou | |
2010-08-03 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-02 | correct output for EndActivityInReplyTo event | Evan Prodromou | |
2010-08-02 | document activity entry hooks | Evan Prodromou | |
2010-08-02 | add some activity hooks | Evan Prodromou | |
2010-08-02 | Merge branch '2429' into 0.9.x | James Walker | |
2010-08-02 | Fix for #2429 - move OStatus XML writing to XMLStringer | James Walker | |
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 | oops. really embarassing typo (that explains some weird behaviour) | James Walker | |
2010-07-28 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Evan Prodromou | |