Rebuild CatTrack Database
Whittle away at Category:Film articles needing an image
Build/Test/Implement a bot to move reviews from {{}} to {{}}
Re-write to use recentchanges table.
Example: Output for User:Example
This was an idea I played with a while back. Basically, I was playing around with X!'s (awesome) edit counter tool and was given an error that the request I'd given had taken up too much memory. I found out that this happened because X!'s tool pulls all of an editor's edits into memory, and then computes the edit time graphs (the bars that indicate how many edits you've made to which namespaces by moth). I decided it'd be nice to see if I could do this entirely on the database side, saving Toolserver resources. I did, and it's faster too! I haven't gotten X! to use it yet, though.