From: Andrew Garrett Date: Wed, 11 Feb 2009 23:44:02 +0000 (+0000) Subject: RELEASE-NOTES and alias NUMBEROFACTIVEUSERS for magic word ACTIVEUSERS introduced... X-Git-Tag: 1.31.0-rc.0~42926 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=73c473b0e0b825d94c3b5f45cfcba134529306cf;p=lhc%2Fweb%2Fwiklou.git RELEASE-NOTES and alias NUMBEROFACTIVEUSERS for magic word ACTIVEUSERS introduced in r46822. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 43764fa956..41592c252f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -94,6 +94,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 17311) Add a note beside the gender selection menu to tell users that this information will be public * Localize time zone regions in Special:Preferences +* Add NUMBEROFACTIVEUSERS magic word, which is like NUMBEROFUSERS, but uses + the active users data from site_stats. === Bug fixes in 1.15 === * (bug 16968) Special:Upload no longer throws useless warnings. diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c59edb91ae..62128bf750 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -232,7 +232,7 @@ $magicWords = array( 'numberofarticles' => array( 1, 'NUMBEROFARTICLES' ), 'numberoffiles' => array( 1, 'NUMBEROFFILES' ), 'numberofusers' => array( 1, 'NUMBEROFUSERS' ), - 'activeusers' => array( 1, 'ACTIVEUSERS' ), + 'activeusers' => array( 1, 'ACTIVEUSERS', 'NUMBEROFACTIVEUSERS' ), 'numberofedits' => array( 1, 'NUMBEROFEDITS' ), 'numberofviews' => array( 1, 'NUMBEROFVIEWS' ), 'pagename' => array( 1, 'PAGENAME' ),