Hi,
Had an idea for an extention for one of my private wikis that would manipulate the statistics.
ie. not incrementing the counter in certain situations (not for logged in users, or not when a certain url-parameter is set).
But that is when I found out no hook (that I could find) is present in the statistics updater, thuss making it impossible without hard-coding to do anything with it.
The relevant code is in Article.php : line 3242 and on, which calls the SiteStatsUpdate() class defined in SiteStats.php : line 181 and on.
(line numbers based on mediawiki 1.16.0beta3.tar.gz)
Version: unspecified
Severity: enhancement