summaryrefslogtreecommitdiff
path: root/plugins/Sitemap/Sitemap_notice_count.php
AgeCommit message (Collapse)Author
2010-10-03i18n/L10n review, plugin credits added.Siebrand Mazeland
2010-07-14cache sitemap notice and user counts for 4hEvan Prodromou
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-01cache notice counts in utility 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.