index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
Sitemap
Age
Commit message (
Collapse
)
Author
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
2010-06-01
move USERS_PER_MAP to plugin
Evan Prodromou
2010-06-01
correct element name and namespace for sitemapactions
Evan Prodromou
2010-06-01
better query for notices by date
Evan Prodromou
2010-06-01
Add a Notice sitemap
Evan Prodromou
2010-06-01
user sitemap
Evan Prodromou