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-02 | urgh. typo | James Walker | |
2010-08-02 | add support for Salmon's new "mentioned" rel value | James Walker | |
2010-08-02 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-07-31 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* add support for Danish | |||
2010-07-30 | Merge branch '2471' into 0.9.x | Brion Vibber | |
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-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 | 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-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 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-07-22 | accept mailto: URIs as OStatus identifiers | Evan Prodromou | |
2010-07-16 | Suppress HTTP error headers for JSONP API output | Zach Copley | |
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 | 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-06-28 | - Fix bugs with block and friendship API methods | Zach Copley | |
- Friendship API methods now use a Profile instead of User for target | |||
2010-06-28 | Update version and code name: 0.9.3 Half a World Away | Brion Vibber | |
2010-06-28 | Fix for PHP notice when given an integer degrees in decimalDegreesToDMS(); ↵ | Brion Vibber | |
using math instead of string manipulation to split integer portion from decimal remainder. | |||
2010-06-28 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-28 | Enhanced upload file type detection. If given an original filename, we'll ↵ | Brion Vibber | |
attempt to detect type from the extension if we were unable to make a definitive match from content. Generic octet-stream, zip, and MS Office type are explicitly singled out for re-checks, which fixes OpenOffice and MS Office documents to come up with the proper types when misdetected. File extensions can also be added to the upload type whitelist; they'll be normalized to types for the actual comparison, so only known extensions will work. | |||
2010-06-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-26 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-26 | Fix for bug #2382: releasing claim on failed queue item works again with ↵ | Brion Vibber | |
DB-based queues. Warning: DB-based queue doesn't currently implement discarding of items after a retry limit. Failed items will be retried until they succeed. | |||
2010-06-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidserver.php (cleaned up mismatched comment) | |||
2010-06-26 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-24 | Have API methods for search subclass ApiPrivateAuthAction | Zach Copley | |
2010-06-22 | - Add profile_info tag to Atom author | Zach Copley | |
- Normalize xmlns:statusnet links in the API | |||
2010-06-21 | Improve error message per discussion on ↵ | Siebrand Mazeland | |
http://translatewiki.net/wiki/Thread:Support/Unclear_message. Spotted by Peter17 and changed per suggestion of McDutchie with approval of Brion. | |||
2010-06-16 | Fix problem with AvatarLink in which it was sometimes leaving the width ↵ | Zach Copley | |
attribute empty | |||
2010-06-16 | - More useful group info from api/statusnet/group/show | Zach Copley | |
- Add statusnet:group_info tag to group Atom feeds | |||
2010-06-16 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-14 | fix URL regex for tags to use UTF-8 | Evan Prodromou | |
2010-06-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-11 | Fix for DB error reporting in installer (MySQL path) | Brion Vibber | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-11 | Fix a couple bad format entries in router setup (format param had 'xmljson' ↵ | Brion Vibber | |
instead of 'xml|json'). Warning: the format strings aren't actually being enforced here which is probably why they weren't caught earlier. Not quite sure why, it should be looked at! | |||
2010-06-09 | Revert "added notice.location to group by" | Brenda Wallace | |
This reverts commit 48dc899acb9a0ac87140353092dab1f5e67753d8. | |||
2010-06-07 | Merge branch 'integration' into testing | Brion Vibber | |