r46637 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46636‎ | r46637 | r46638 >
Date:11:07, 31 January 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Some updates for meta message groups
Modified paths:
  • /trunk/extensions/Translate/groups/MediaWikiExtensions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php
@@ -275,6 +275,7 @@
276276 'ext-lookupuser',
277277 'ext-multiupload',
278278 'ext-parserfunctions',
 279+ 'ext-poem',
279280 'ext-randomimage',
280281 'ext-spamblacklist',
281282 'ext-stringfunctions',
@@ -308,6 +309,7 @@
309310 protected $wikihowextensions = array(
310311 'ext-antispoof',
311312 'ext-blocktitles',
 313+ 'ext-checkuser',
312314 'ext-cite',
313315 'ext-confirmedit',
314316 'ext-formatemail',
@@ -320,6 +322,7 @@
321323 'ext-renameuser',
322324 'ext-spamblacklist',
323325 'ext-spamdifftool',
 326+ 'ext-syntaxhighlightgeshi',
324327 'ext-youtubeauthsub',
325328 );
326329
@@ -346,7 +349,7 @@
347350 protected $classes = null;
348351
349352 protected $wmfextensions = array(
350 - 'ext-abusefilter', // test.wikimedia.org
 353+ 'ext-abusefilter', // test.wikipedia.org
351354 'ext-antibot', // anti spam and such (usually all wikis)
352355 'ext-antispoof',
353356 'ext-assertedit', // bots
@@ -384,6 +387,8 @@
385388 'ext-opensearchxml',
386389 'ext-oversight',
387390 'ext-parserfunctions',
 391+ 'ext-poem',
 392+ 'ext-povwatch', // test.wikipedia.org
388393 'ext-proofreadpage', // Wikisource
389394 'ext-quiz',
390395 'ext-renameuser',
@@ -432,6 +437,7 @@
433438 'ext-openid',
434439 'ext-parserfunctions',
435440 'ext-renameuser',
 441+ 'ext-stringfunctions',
436442 );
437443
438444 protected function init() {

Status & tagging log