Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php |
— | — | @@ -275,6 +275,7 @@ |
276 | 276 | 'ext-lookupuser', |
277 | 277 | 'ext-multiupload', |
278 | 278 | 'ext-parserfunctions', |
| 279 | + 'ext-poem', |
279 | 280 | 'ext-randomimage', |
280 | 281 | 'ext-spamblacklist', |
281 | 282 | 'ext-stringfunctions', |
— | — | @@ -308,6 +309,7 @@ |
309 | 310 | protected $wikihowextensions = array( |
310 | 311 | 'ext-antispoof', |
311 | 312 | 'ext-blocktitles', |
| 313 | + 'ext-checkuser', |
312 | 314 | 'ext-cite', |
313 | 315 | 'ext-confirmedit', |
314 | 316 | 'ext-formatemail', |
— | — | @@ -320,6 +322,7 @@ |
321 | 323 | 'ext-renameuser', |
322 | 324 | 'ext-spamblacklist', |
323 | 325 | 'ext-spamdifftool', |
| 326 | + 'ext-syntaxhighlightgeshi', |
324 | 327 | 'ext-youtubeauthsub', |
325 | 328 | ); |
326 | 329 | |
— | — | @@ -346,7 +349,7 @@ |
347 | 350 | protected $classes = null; |
348 | 351 | |
349 | 352 | protected $wmfextensions = array( |
350 | | - 'ext-abusefilter', // test.wikimedia.org |
| 353 | + 'ext-abusefilter', // test.wikipedia.org |
351 | 354 | 'ext-antibot', // anti spam and such (usually all wikis) |
352 | 355 | 'ext-antispoof', |
353 | 356 | 'ext-assertedit', // bots |
— | — | @@ -384,6 +387,8 @@ |
385 | 388 | 'ext-opensearchxml', |
386 | 389 | 'ext-oversight', |
387 | 390 | 'ext-parserfunctions', |
| 391 | + 'ext-poem', |
| 392 | + 'ext-povwatch', // test.wikipedia.org |
388 | 393 | 'ext-proofreadpage', // Wikisource |
389 | 394 | 'ext-quiz', |
390 | 395 | 'ext-renameuser', |
— | — | @@ -432,6 +437,7 @@ |
433 | 438 | 'ext-openid', |
434 | 439 | 'ext-parserfunctions', |
435 | 440 | 'ext-renameuser', |
| 441 | + 'ext-stringfunctions', |
436 | 442 | ); |
437 | 443 | |
438 | 444 | protected function init() { |