r47170 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47169‎ | r47170 | r47171 >
Date:23:44, 11 February 2009
Author:werdna
Status:resolved (Comments)
Tags:
Comment:
RELEASE-NOTES and alias NUMBEROFACTIVEUSERS for magic word ACTIVEUSERS introduced in r46822.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -232,7 +232,7 @@
233233 'numberofarticles' => array( 1, 'NUMBEROFARTICLES' ),
234234 'numberoffiles' => array( 1, 'NUMBEROFFILES' ),
235235 'numberofusers' => array( 1, 'NUMBEROFUSERS' ),
236 - 'activeusers' => array( 1, 'ACTIVEUSERS' ),
 236+ 'activeusers' => array( 1, 'ACTIVEUSERS', 'NUMBEROFACTIVEUSERS' ),
237237 'numberofedits' => array( 1, 'NUMBEROFEDITS' ),
238238 'numberofviews' => array( 1, 'NUMBEROFVIEWS' ),
239239 'pagename' => array( 1, 'PAGENAME' ),
Index: trunk/phase3/RELEASE-NOTES
@@ -94,6 +94,8 @@
9595 * (bug 17311) Add a note beside the gender selection menu to tell users that
9696 this information will be public
9797 * Localize time zone regions in Special:Preferences
 98+* Add NUMBEROFACTIVEUSERS magic word, which is like NUMBEROFUSERS, but uses
 99+ the active users data from site_stats.
98100
99101 === Bug fixes in 1.15 ===
100102 * (bug 16968) Special:Upload no longer throws useless warnings.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46822Add ACTIVEUSERS magic-word, complement to NUMBEROFUSERS.werdna22:16, 4 February 2009

Comments

#Comment by Aaron Schulz (talk | contribs)   23:05, 17 February 2009

Just NUMBEROFACTIVEUSERS in r47392

Status & tagging log