Cleanup to statistics:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 23 Jan 2012 16:27:13 +0000 (16:27 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 23 Jan 2012 16:27:13 +0000 (16:27 +0000)
commitf5b75f1e987c0276d791e70edecc0783d3f56a49
treec1d9f985b1da9761a52e3c6bb5433d7b022ba8f4
parent2f1f0abc6b0e520a4b2ddb202b69e7ace985bb07
Cleanup to statistics:
* Removed 'pcache_miss_invalid' from stats.php and clear_stats.php, no longer used
* Added missing 'job-insert' and 'job-pop' to clear_stats.php
* Added missing call to wfIncrStats( 'pcache_miss_absent' ) when there's no key in ParserCacge::get()
* Removed useless 'pcache_not_possible' stat from OutputPage::addWikiTextTitle() since that function is mostly used for interface messages
includes/OutputPage.php
includes/parser/ParserCache.php
maintenance/clear_stats.php
maintenance/stats.php