Made active users concept have some meaning by decoupling it from recent changes...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 18 Jul 2010 07:15:27 +0000 (07:15 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 18 Jul 2010 07:15:27 +0000 (07:15 +0000)
commitab662057d5a41cf194cf67f0cb6b21a402013e08
treeb4f76ac0d77a69722e9179c3bc6db05f7384327e
parentab0055309056826359f019d3d93fb0dd6b4fb3f1
Made active users concept have some meaning by decoupling it from recent changes length.

Introduced wgActiveUserDays, which defaults to 30 days as used on wmf.
This way the number can be more easily compared between wikis.
We no longer lie to users if the actual rc length is longer than the limit.
includes/DefaultSettings.php
includes/SiteStats.php
includes/specials/SpecialActiveusers.php
includes/specials/SpecialStatistics.php