Index: trunk/phase3/includes/Skin.php |
— | — | @@ -310,6 +310,7 @@ |
311 | 311 | 'wgArticleId' => $wgTitle->getArticleId(), |
312 | 312 | 'wgIsArticle' => $wgOut->isArticle(), |
313 | 313 | 'wgUserName' => $wgUser->isAnon() ? NULL : $wgUser->getName(), |
| 314 | + 'wgUserGroups' => $wgUser->isAnon() ? NULL : $wgUser->getGroups(), |
314 | 315 | 'wgUserLanguage' => $wgLang->getCode(), |
315 | 316 | 'wgContentLanguage' => $wgContLang->getCode(), |
316 | 317 | 'wgBreakFrames' => $wgBreakFrames, |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -127,7 +127,8 @@ |
128 | 128 | * Renamed constructor methods to PHP 5 __construct reserved name |
129 | 129 | * (bug 8715) Warn users when editing an interface message whether or not the message page exists |
130 | 130 | * 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 |
132 | 133 | |
133 | 134 | == Languages updated == |
134 | 135 | |
— | — | @@ -141,6 +142,7 @@ |
142 | 143 | * Indonesian (id) |
143 | 144 | * Japanese (ja) |
144 | 145 | * Korean (ko) |
| 146 | +* Limburgish (li) |
145 | 147 | * Ripuarian (ksh) |
146 | 148 | * Limburgish (li) |
147 | 149 | * Lithuanian (lt) |