r19524 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19523‎ | r19524 | r19525 >
Date:19:38, 20 January 2007
Author:robchurch
Status:old
Tags:
Comment:
* (bug 8712) Expose user groups as a JavaScript global [patch c/o AzaToth]
* Tweak release notes from hashar's last commmit
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -310,6 +310,7 @@
311311 'wgArticleId' => $wgTitle->getArticleId(),
312312 'wgIsArticle' => $wgOut->isArticle(),
313313 'wgUserName' => $wgUser->isAnon() ? NULL : $wgUser->getName(),
 314+ 'wgUserGroups' => $wgUser->isAnon() ? NULL : $wgUser->getGroups(),
314315 'wgUserLanguage' => $wgLang->getCode(),
315316 'wgContentLanguage' => $wgContLang->getCode(),
316317 'wgBreakFrames' => $wgBreakFrames,
Index: trunk/phase3/RELEASE-NOTES
@@ -127,7 +127,8 @@
128128 * Renamed constructor methods to PHP 5 __construct reserved name
129129 * (bug 8715) Warn users when editing an interface message whether or not the message page exists
130130 * ar: fix the 'create a new page' on search page when no exact match found
131 -* (bug 8703) li: corrected 'talk' in namespace names.
 131+* (bug 8703) Corrected Talk namespace name for Limburgish (li)
 132+* (bug 8712) Expose user groups as a JavaScript global
132133
133134 == Languages updated ==
134135
@@ -141,6 +142,7 @@
142143 * Indonesian (id)
143144 * Japanese (ja)
144145 * Korean (ko)
 146+* Limburgish (li)
145147 * Ripuarian (ksh)
146148 * Limburgish (li)
147149 * Lithuanian (lt)