Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-30 | Fix for ticket #2286: [mobile] Text extends beyond border of repeat ↵ | Brion Vibber | |
confirmation dialog floater box on iPhone http://status.net/open-source/issues/2286 This bit of CSS was constricting the vertical size of the popup form for repeats: .notice-options form { width:16px; height:16px; } I can only assume this was originally meant to constrain the mini inline AJAX forms to the size of the clickable buttons, but it doesn't make a difference to how those are displayed on iPhone, Android, or Opera Mini. Removing the statement lets the popup form go to its natural size, covering the button. | |||
2010-07-14 | cache sitemap notice and user counts for 4h | Evan Prodromou | |
2010-07-12 | Commit hubprepqueuehandler.php -- fix for OStatus bulk output. | Brion Vibber | |
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 | 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-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 | Regression fix for Recaptcha on SSL registration page; their API is served ↵ | Brion Vibber | |
on a different hostname for SSL. | |||
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-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 | 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 | 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-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-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 | 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-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. | |||
2010-06-03 | remove debug statements from Sitemap plugin | Evan Prodromou | |
2010-06-01 | use sitemap_notice_count in sitemap index | Evan Prodromou | |
2010-06-01 | cache notice counts in utility table | Evan Prodromou | |
2010-06-01 | load Sitemap_notice_count | Evan Prodromou | |
2010-06-01 | make user counts use the database table | Evan Prodromou | |
2010-06-01 | Database tables to cache expensive query data | Evan Prodromou | |
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. | |||
2010-06-01 | mark user pages as being high priority | Evan Prodromou | |
2010-06-01 | mark notice pages as being archived | Evan Prodromou | |
2010-06-01 | note that sitemap actions are readonly | Evan Prodromou | |
2010-06-01 | add sitemap statement to robots.txt | Evan Prodromou | |
2010-06-01 | cache notice and user counts in sitemap index | Evan Prodromou | |
2010-06-01 | make sure notice and user sitemap are 'in' top level directory | Evan Prodromou | |
2010-06-01 | cache user data for user sitemap | Evan Prodromou | |
2010-06-01 | cache results of notice sitemap query | Evan Prodromou | |
2010-06-01 | use an array for notice sitemap | Evan Prodromou | |
2010-06-01 | max users, notices per sitemap = 50K | Evan Prodromou | |
2010-06-01 | show sitemapindex with user and notice sitemaps | Evan Prodromou | |
2010-06-01 | Move NOTICES_PER_MAP to SitemapPlugin | Evan Prodromou | |
2010-06-01 | bundle users by reg date | Evan Prodromou | |
2010-06-01 | better calculation for end date in notice sitemaps | Evan Prodromou | |
2010-06-01 | Start of an action for sitemap index | Evan Prodromou | |
2010-06-01 | change URLs for user sitemap | Evan Prodromou | |