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-08-10
add last-modified header to sitemaps to keep them from getting regenerated
Evan Prodromou
2010-07-14
cache sitemap notice and user counts for 4h
Evan Prodromou
2010-07-10
remove debugging statement and add a bit of output to updatecounts
Evan Prodromou
2010-07-09
script to fill counts table from command line
Evan Prodromou
2010-07-05
create an index on user.created so sitemap generation is faster
Evan Prodromou
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-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
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
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