r12969 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12968‎ | r12969 | r12970 >
Date:03:58, 7 February 2006
Author:vibber
Status:old
Tags:
Comment:
* (bug 4842) Fix 'show number of watching users' with enhanced RC
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -534,6 +534,7 @@
535535 $r .= $users;
536536
537537 if($block[0]->numberofWatchingusers > 0) {
 538+ global $wgContLang;
538539 $r .= wfMsg('number_of_watching_users_RCview', $wgContLang->formatNum($block[0]->numberofWatchingusers));
539540 }
540541 $r .= "<br />\n";
Index: trunk/phase3/RELEASE-NOTES
@@ -600,6 +600,7 @@
601601 * (bug 4875) Define a div containing the shared image description
602602 * (bug 4860) Expose Title->userCan() as Hooks
603603 * (bug 4828) Fix genitive month-name variable for cs, pl, uk
 604+* (bug 4842) Fix 'show number of watching users' with enhanced RC
604605
605606
606607 === Caveats ===

Status & tagging log