Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php |
— | — | @@ -324,58 +324,60 @@ |
325 | 325 | protected $classes = null; |
326 | 326 | |
327 | 327 | protected $wmfextensions = array( |
328 | | - 'ext-inputbox', // used on all wikis by all users |
329 | | - 'ext-wikimediamessages', |
| 328 | + 'ext-antibot', // anti spam and such (usually all wikis) |
| 329 | + 'ext-antispoof', |
| 330 | + 'ext-assertedit', // bots |
| 331 | + 'ext-boardvote', // used rarely |
| 332 | + 'ext-categorytree', |
| 333 | + 'ext-centralauth', |
| 334 | + 'ext-centralnotice', // used rarely |
| 335 | + 'ext-charinsert', |
| 336 | + 'ext-checkuser', |
330 | 337 | 'ext-cite', |
331 | 338 | 'ext-citespecial', |
| 339 | + 'ext-codereview', // MediaWiki.org |
| 340 | + 'ext-collection', // Wikibooks |
332 | 341 | 'ext-confirmedit', |
333 | 342 | 'ext-confirmeditfancycaptcha', |
334 | | - 'ext-categorytree', |
| 343 | + 'ext-contributionreporting', // temporary for fundraiser |
| 344 | + 'ext-contributiontracking', // temporary for fundraiser |
| 345 | + 'ext-crossnamespacelinks', |
335 | 346 | 'ext-dismissablesitenotice', |
| 347 | + 'ext-doublewiki', // Wikisource |
| 348 | + 'ext-drafts', // Betatest on test.wikipedia.org |
336 | 349 | 'ext-expandtemplates', |
337 | | - 'ext-parserfunctions', |
338 | | - 'ext-crossnamespacelinks', |
339 | | - 'ext-ogghandler', |
| 350 | + 'ext-extensiondistributor', // MediaWiki.org |
| 351 | + 'ext-gadgets', |
| 352 | + 'ext-globalblocking', |
340 | 353 | 'ext-imagemap', |
341 | | - 'ext-labeledsectiontransclusion', |
| 354 | + 'ext-inputbox', |
| 355 | + 'ext-intersection', |
| 356 | + 'ext-labeledsectiontransclusion', // Wikisource |
342 | 357 | 'ext-mwsearch', |
343 | | - 'ext-contributionreporting', // temporary for fundraiser |
344 | | - 'ext-contributiontracking', // temporary for fundraiser |
345 | | - 'ext-sitematrix', |
346 | | - 'ext-gadgets', |
347 | | - 'ext-centralauth', |
348 | | - 'ext-collection', // wikibooks |
349 | | - 'ext-charinsert', // limited UI use (Special:Version and errors in usage mostly) |
350 | | - 'ext-syntaxhighlightgeshi', |
351 | | - 'ext-timeline', |
352 | | - 'ext-wikihiero', |
| 358 | + 'ext-newusermessage', |
| 359 | + 'ext-nuke', |
353 | 360 | 'ext-oai', |
354 | | - 'ext-newusermessage', |
355 | | - 'ext-doublewiki', |
356 | | - 'ext-intersection', |
357 | | - 'ext-proofreadpage', |
| 361 | + 'ext-ogghandler', |
| 362 | + 'ext-opensearchxml', |
| 363 | + 'ext-oversight', |
| 364 | + 'ext-parserfunctions', |
| 365 | + 'ext-proofreadpage', // Wikisource |
358 | 366 | 'ext-quiz', |
| 367 | + 'ext-renameuser', |
| 368 | + 'ext-simpleantispam', |
| 369 | + 'ext-sitematrix', |
359 | 370 | 'ext-scanset', |
360 | | - 'ext-skinperpage', |
361 | | - 'ext-trustedxff', |
362 | | - 'ext-antibot', // anti spam and such (usually all wikis) |
363 | | - 'ext-antispoof', |
364 | | - 'ext-opensearchxml', |
| 371 | + 'ext-skinperpage', // Wikimediafoundation.org |
365 | 372 | 'ext-spamblacklist', |
366 | | - 'ext-simpleantispam', |
| 373 | + 'ext-syntaxhighlightgeshi', |
| 374 | + 'ext-timeline', |
367 | 375 | 'ext-titleblacklist', |
368 | 376 | 'ext-titlekey', |
369 | 377 | 'ext-torblock', |
| 378 | + 'ext-trustedxff', |
370 | 379 | 'ext-usernameblacklist', |
371 | | - 'ext-checkuser', // sysop or higher only |
372 | | - 'ext-globalblocking', |
373 | | - 'ext-nuke', |
374 | | - 'ext-oversight', |
375 | | - 'ext-renameuser', |
376 | | - 'ext-assertedit', // bots |
377 | | - 'ext-centralnotice', // used rarely |
378 | | - 'ext-codereview', // only on mediawiki.org |
379 | | - 'ext-boardvote', // used rarely |
| 380 | + 'ext-wikihiero', |
| 381 | + 'ext-wikimediamessages', |
380 | 382 | ); |
381 | 383 | |
382 | 384 | protected function init() { |