Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-07-28 | Merge branch 'googleadsadminpanel' into testing | Evan Prodromou | |
2010-07-28 | add admin panel for Adsense | Evan Prodromou | |
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 | |
2010-07-19 | Change the cache window on notices from 61 to 200, the max number | Zach Copley | |
of notices available at one time through the API. Note: this will require a memcache restart. | |||
2010-07-16 | Suppress HTTP error headers for JSONP API output | Zach Copley | |
2010-07-14 | cache sitemap notice and user counts for 4h | Evan Prodromou | |
2010-07-13 | Exceptions are caught and continued on JSON, XML, Atom and RSS output in API | Evan Prodromou | |
2010-07-13 | handle missing profile for notices better in Rss10Action | Evan Prodromou | |
2010-07-13 | handle missing profile for notices better in NoticeList | Evan Prodromou | |
2010-07-13 | log exceptions in atom feeds, but don't let them kill the output | Evan Prodromou | |
2010-07-13 | push exception on missing profile down to Notice::getProfile() | Evan Prodromou | |
2010-07-13 | handle notices without profiles better in RSS output | Evan Prodromou | |
2010-07-12 | Commit hubprepqueuehandler.php -- fix for OStatus bulk output. | Brion Vibber | |
2010-07-12 | Commit hubprepqueuehandler.php -- fix for OStatus bulk output. | Brion Vibber | |
2010-07-12 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-07-12 | Ticket 2427: fix regression in plugin i18n | Brion Vibber | |
2010-07-12 | Ticket 2433: Skip locale fallback list check on Windows ('locale -a' ↵ | Brion Vibber | |
shell-out doesn't work there) | |||
2010-07-10 | remove debugging statement and add a bit of output to updatecounts | Evan Prodromou | |
2010-07-10 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |