summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-07-14cache sitemap notice and user counts for 4hEvan Prodromou
2010-07-12Commit hubprepqueuehandler.php -- fix for OStatus bulk output.Brion Vibber
2010-07-10remove debugging statement and add a bit of output to updatecountsEvan Prodromou
2010-07-10Merge branch 'master' of gitorious.org:statusnet/mainlineEvan Prodromou
2010-07-09script to fill counts table from command lineEvan Prodromou
2010-07-08Handle the case where a screen name has shifted from one Twitter ID to anotherZach Copley
2010-07-05create an index on user.created so sitemap generation is fasterEvan Prodromou
2010-06-29Fix 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-26Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: plugins/OpenID/openidserver.php (cleaned up mismatched comment)
2010-06-26Merge branch 'master' into testingBrion Vibber
2010-06-24Regression fix for Recaptcha on SSL registration page; their API is served ↵Brion Vibber
on a different hostname for SSL.
2010-06-20RecaptchaPlugin: 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-16Merge branch 'master' into testingBrion Vibber
2010-06-16Switch 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-14Merge branch 'master' into testingBrion Vibber
2010-06-13admin panel for setting site-claim metadataEvan Prodromou
2010-06-13show site claim keys on top pageEvan Prodromou
2010-06-11Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-06-11Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-06-10Ticket #2349: fix for Geonames semantic reference URLs in FOAF output ↵Brion Vibber
(corrects a typo in the patch added in 4463768b)
2010-06-07Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-06-07Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: plugins/OpenID/openid.php
2010-06-07OStatus 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-04Only show local public notices in sitemapEvan 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-03Option to divert PuSH items directly to the target site's queue when localBrion Vibber
2010-06-03Meteor realtime plugin: use persistent connections by default when pushing ↵Brion Vibber
updates from our queue threads
2010-06-03Skip 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-03remove debug statements from Sitemap pluginEvan Prodromou
2010-06-01use sitemap_notice_count in sitemap indexEvan Prodromou
2010-06-01cache notice counts in utility tableEvan Prodromou
2010-06-01load Sitemap_notice_countEvan Prodromou
2010-06-01make user counts use the database tableEvan Prodromou
2010-06-01Database tables to cache expensive query dataEvan 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-01mark user pages as being high priorityEvan Prodromou
2010-06-01mark notice pages as being archivedEvan Prodromou
2010-06-01note that sitemap actions are readonlyEvan Prodromou
2010-06-01add sitemap statement to robots.txtEvan Prodromou
2010-06-01cache notice and user counts in sitemap indexEvan Prodromou
2010-06-01make sure notice and user sitemap are 'in' top level directoryEvan Prodromou
2010-06-01cache user data for user sitemapEvan Prodromou
2010-06-01cache results of notice sitemap queryEvan Prodromou
2010-06-01use an array for notice sitemapEvan Prodromou
2010-06-01max users, notices per sitemap = 50KEvan Prodromou
2010-06-01show sitemapindex with user and notice sitemapsEvan Prodromou
2010-06-01Move NOTICES_PER_MAP to SitemapPluginEvan Prodromou
2010-06-01bundle users by reg dateEvan Prodromou
2010-06-01better calculation for end date in notice sitemapsEvan Prodromou
2010-06-01Start of an action for sitemap indexEvan Prodromou
2010-06-01change URLs for user sitemapEvan Prodromou
2010-06-01move USERS_PER_MAP to pluginEvan Prodromou