From 73c473b0e0b825d94c3b5f45cfcba134529306cf Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 11 Feb 2009 23:44:02 +0000 Subject: [PATCH] RELEASE-NOTES and alias NUMBEROFACTIVEUSERS for magic word ACTIVEUSERS introduced in r46822. --- RELEASE-NOTES | 2 ++ languages/messages/MessagesEn.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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' ), -- 2.20.1