- 25 Jun, 2010 1 commit
-
-
Zach Copley authored
-
- 24 Jun, 2010 1 commit
-
-
Brion Vibber authored
Regression fix for Recaptcha on SSL registration page; their API is served on a different hostname for SSL.
-
- 22 Jun, 2010 1 commit
-
-
Zach Copley authored
- Normalize xmlns:statusnet links in the API
-
- 21 Jun, 2010 1 commit
-
-
Brion Vibber authored
-
- 20 Jun, 2010 1 commit
-
-
Brion Vibber authored
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
-
- 18 Jun, 2010 1 commit
-
-
Brion Vibber authored
Catch a couple of missing XML namespace declarations on API XML output. Missing NS declarations were breaking XML parsing for some clients since beaecb18
-
- 17 Jun, 2010 2 commits
-
-
Zach Copley authored
Atom notice feeds
-
Zach Copley authored
-
- 16 Jun, 2010 3 commits
-
-
Zach Copley authored
* '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.
-
Zach Copley authored
- Add statusnet:group_info tag to group Atom feeds
-
Brion Vibber authored
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.
-
- 14 Jun, 2010 1 commit
-
-
Evan Prodromou authored
-
- 13 Jun, 2010 2 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 11 Jun, 2010 2 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
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!
-
- 10 Jun, 2010 2 commits
-
-
Brion Vibber authored
Ticket #2350: fix for incorrect FOAF sioc:follows entries for users who are followed by, but don't themselves follow the user whose FOAF we're displaying.
-
Brion Vibber authored
Ticket #2349: fix for Geonames semantic reference URLs in FOAF output (corrects a typo in the patch added in 4463768b)
-
- 04 Jun, 2010 5 commits
-
-
Zach Copley authored
-
Evan Prodromou authored
Only show local public notices in sitemap. Only do counts for them in the sitemap index, and only show them in the notice sitemap.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 03 Jun, 2010 7 commits
-
-
Zach Copley authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Zach Copley authored
- Reformat whitespace
-
Brion Vibber authored
Installer tweak to aid with IIS setup: if config.php exists, but is both empty and writable, let the installer proceed and overwrite it.
-
- 01 Jun, 2010 10 commits
-
-
Evan Prodromou authored
Conflicts: plugins/Sitemap/SitemapPlugin.php plugins/Sitemap/noticesitemap.php plugins/Sitemap/sitemapindex.php plugins/Sitemap/usersitemap.php
-
Brion Vibber authored
Fix memory leak in Inbox::addToInbox() (usage of raw DB_DataObject::staticGet, which leaks memory into a process-global cache). On my test setup, this fixes inbox delivery to 10,000 local recipients from background queuedaemon running with a 32mb memory limit, completes the job within a minute from start.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
We need to bundle counts of notices and users by date. This can be expensive for large sites. So, new tables are added to cache the results of these queries, which don't change after the date is over.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-