Last modified: 2010-05-15 15:41:16 UTC
Please add "Page views per day" to Special:Popularpages or Special:Statistics. You can use my patch.
Created attachment 2087 [details] adds page views per day to Popularpages Or tell me how I can check this in.
You should provide patches in unified format: diff -u ...
Created attachment 2091 [details] unified patch to add page views per day to Popularpages
This doesn't look like it would work on Postgres since it uses MySQL-specific SQL functions. Use MediaWiki's timestamp-handling functions for compatibility.
just a note for myself: You can take over the code from SpecialAncientPages.php
brion: "patch looks like it just gives you an average over the entire existence period of the article (which may be wildly inaccurate), and probably is horribly inefficient" *** This bug has been marked as a duplicate of bug 21921 ***