Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 '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 | |
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-11 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-06-10 | Ticket #2350: fix for incorrect FOAF sioc:follows entries for users who are ↵ | Brion Vibber | |
followed by, but don't themselves follow the user whose FOAF we're displaying. | |||
2010-06-10 | Ticket #2349: fix for Geonames semantic reference URLs in FOAF output ↵ | Brion Vibber | |
(corrects a typo in the patch added in 4463768b) | |||
2010-06-09 | Revert "added notice.location to group by" | Brenda Wallace | |
This reverts commit 48dc899acb9a0ac87140353092dab1f5e67753d8. | |||
2010-06-08 | added missing author | Brenda Wallace | |
2010-06-08 | added missing authors | Brenda Wallace | |
2010-06-08 | added missing authors | Brenda Wallace | |
2010-06-08 | added 2 missing authors, foudn automatically in git logs | Brenda Wallace | |
2010-06-07 | Merge branch 'integration' into testing | Brion Vibber | |
2010-06-07 | Basic custom CSS and theme uploading features. 'local' subdir can now be ↵ | Brion Vibber | |
customized to a distinct directory and URL path to make it easier to separate custom themes for a multi-site farm running a common code base. Currently only one custom theme may be uploaded per site, saved with the name 'custom' and stored into the local/themes subdirectory. Administrators can upload a .ZIP archive containing a theme through the design admin panel; its contents are validated to ensure that only legit files are saved, and a 5M size quota is enforced. Theme upload requires the zip extension for PHP; if not present, theme uploading is disabled by default. Uploading and the custom CSS can be controlled via $config['theme_upload']['enabled'] and $config['custom_css']['enabled']. Configurable directory/path/server for 'local' subdirectory (currently only as used for themes; local plugins not yet switched over) Can set $config['local']['dir'] etc; not currently exposed in the admin panels. Per-site directories on a separate themes server could be set up such as: $config['local']['dir'] = '/path/to/themes/local/' . $_nickname; $config['local']['server'] = 'themes.example.com'; $config['local']['path'] = '/local/' . $_nickname; $config['local']['ssl'] = 'never'; | |||
2010-06-07 | break up the giant form function in design admin panel into individual ↵ | Brion Vibber | |
sections to make it a little more manageable | |||
2010-06-07 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-07 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openid.php | |||
2010-06-07 | OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing ↵ | Brion Vibber | |
sites. Keeps latency down for other things enqueued while we work... | |||
2010-06-04 | Add gNewBook to notice sources | Zach Copley | |
2010-06-04 | Only show local public notices in sitemap | Evan Prodromou | |
Only show local public notices in sitemap. Only do counts for them in the sitemap index, and only show them in the notice sitemap. | |||
2010-06-04 | use DB_DataObject_Cast objects in a couple of different places in the code | Evan Prodromou | |
2010-06-04 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-06-04 | memcache_dataobject supports some DB_DataObject_Cast objects as values | Evan Prodromou | |
2010-06-03 | Option to divert PuSH items directly to the target site's queue when local | Brion Vibber | |
2010-06-03 | Meteor realtime plugin: use persistent connections by default when pushing ↵ | Brion Vibber | |
updates from our queue threads | |||
2010-06-03 | Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, ↵ | Brion Vibber | |
Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers. Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC. |