summaryrefslogtreecommitdiff
path: root/plugins/Sitemap/SitemapPlugin.php
AgeCommit message (Collapse)Author
2010-07-05create an index on user.created so sitemap generation is fasterEvan Prodromou
2010-06-13admin panel for setting site-claim metadataEvan Prodromou
2010-06-13show site claim keys on top pageEvan 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-01add sitemap statement to robots.txtEvan Prodromou
2010-06-01make sure notice and user sitemap are 'in' top level directoryEvan Prodromou
2010-06-01max users, notices per sitemap = 50KEvan Prodromou
2010-06-01Move NOTICES_PER_MAP to SitemapPluginEvan Prodromou
2010-06-01change URLs for user sitemapEvan Prodromou
2010-06-01move USERS_PER_MAP to pluginEvan Prodromou
2010-06-01better query for notices by dateEvan Prodromou
2010-06-01Add a Notice sitemapEvan Prodromou
2010-06-01user sitemapEvan Prodromou