Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-07-09 | script to fill counts table from command line | Evan Prodromou | |
2010-07-08 | Handle the case where a screen name has shifted from one Twitter ID to another | Zach Copley | |
2010-07-05 | create an index on user.created so sitemap generation is faster | Evan Prodromou | |
2010-06-29 | Updated OMB_Yadis_XRDS for compatibility with php-openid 2.2.2: ↵0.9.3 | Brion Vibber | |
Auth_Yadis_XRDS::parseXRDS() is now declared static, and PHP 5.3 demands it say so on the subclass too. Compat fix branch for upstream: http://gitorious.org/libomb/libomb-statusnet/commit/6589dc073f93b65564931e1ab5865a34a0b228aa | |||
2010-06-29 | Update to last upstream version of libomb: coding style updates, static call ↵ | Brion Vibber | |
fix, improved handling of invalid XRD URIs. | |||
2010-06-29 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-29 | Updates to README w/ summary changelist | Brion Vibber | |
2010-06-29 | Fix regression in OStatus remote group subscribe -- a bug was previously ↵ | Brion Vibber | |
masked silently (call to nonexistent getProfileUrl() method on User_group -- now replaced with homeUrl() which does the thing we wanted here) | |||
2010-06-29 | Update the (formerly) Janrain OpenID library to 2.2.2 -- bug fixes including ↵ | Brion Vibber | |
PHP 5.3 compatibility fix. Upstream release was tagged at: http://github.com/openid/php-openid/commit/a287b2d85e753c84b3b883ed8ee3ffe8692c8477 | |||
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 | Fix regression in 92ded7c6cb56056a89bc8b3caabd08049104898e: spewed PHP ↵ | Brion Vibber | |
notices when checking for enclosures due to uninitialized variables. | |||
2010-06-28 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-06-28 | Update version and code name: 0.9.3 Half a World Away | Brion Vibber | |
2010-06-28 | Add notice source for StatusNet Desktop | Zach Copley | |
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-28 | Test cases for MediaFile::getUploadedFileType() with OpenOffice, MS Office, ↵ | Brion Vibber | |
and PDF sample files (as saved from OpenOffice 3.2) Only 3 of 16 cases pass on my dev box with default config. Ouch! | |||
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-24 | Regression fix for Recaptcha on SSL registration page; their API is served ↵ | Brion Vibber | |
on a different hostname for SSL. | |||
2010-06-23 | Fix for ticket http://status.net/open-source/issues/2380 "Autofocus | Zach Copley | |
shouldn't override scroll" -- Thanks @michaeltwofish! | |||
2010-06-22 | - Add profile_info tag to Atom author | Zach Copley | |
- Normalize xmlns:statusnet links in the API | |||
2010-06-21 | Update pot file. | Siebrand Mazeland | |
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-21 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-06-21 | quick-fix for localization typo per #2366 (also fixed upstream in translatewiki) | Brion Vibber | |
2010-06-20 | RecaptchaPlugin: fix for missing captcha on iPhone/Android. | Brion Vibber | |
MobileProfile serves pages out to iPhone and Android as application/xhtml+xml, which doesn't work with the default we we were loading recaptcha (as it used document.write). Switched to filling out a <div> from the AJAX API, which doesn't use document.write in the XHTML context. Tested that view & submission works ok in following browsers: Mobile: iPhone 3.1, Android 2.1, iPad 3.2 (this last doesn't trigger mobile theme tweaks) Ubuntu 10.04: Firefox 3.6.3, Chrome 6 Mac 10.6: Safari 5/OS X 10.6.4 Windows 7: IE 8, Opera 10.56 | |||
2010-06-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-18 | Catch a couple of missing XML namespace declarations on API XML output. ↵ | Brion Vibber | |
Missing NS declarations were breaking XML parsing for some clients since beaecb18d5b92b913473dfffd545dc436f50cf66 | |||
2010-06-17 | Include source client's related URL (if any) in source attribution for | Zach Copley | |
Atom notice feeds | |||
2010-06-17 | adding a Status_network::updateKeys() method, since DB_DataObject update ↵ | James Walker | |
doesn't do keys. | |||
2010-06-16 | Fix problem with AvatarLink in which it was sometimes leaving the width ↵ | Zach Copley | |
attribute empty | |||
2010-06-16 | Merge branch 'master' of gitorious.org:statusnet/mainline | Zach Copley | |
* 'master' of gitorious.org:statusnet/mainline: Switch OpenID server's redirects from 307 to 303 to avoid prompt for form data resubmission if we were sent here from a POST request, such as when verifying the site for the first time doing an OpenID login from Drupal. | |||
2010-06-17 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
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 'testing' into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidserver.php | |||
2010-06-16 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-16 | Switch OpenID server's redirects from 307 to 303 to avoid prompt for form ↵ | Brion Vibber | |
data resubmission if we were sent here from a POST request, such as when verifying the site for the first time doing an OpenID login from Drupal. | |||
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-13 | admin panel for setting site-claim metadata | Evan Prodromou | |
2010-06-13 | show site claim keys on top page | Evan Prodromou | |
2010-06-11 | Fix for DB error reporting in installer (MySQL path) | Brion Vibber | |