r52126 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52125‎ | r52126 | r52127 >
Date:17:04, 18 June 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Update check blacklist
Modified paths:
  • /trunk/extensions/Translate/check-blacklist.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/check-blacklist.php
@@ -14,15 +14,29 @@
1515 'group' => 'core',
1616 'check' => 'variable',
1717 'message' => array(
18 - 'currentrev-asof',
19 - 'filehist-thumbtext',
20 - 'lastmodifiedatby',
21 - 'protect-expiring',
22 - 'rcnotefrom',
23 - 'revisionasof',
24 - 'confirmemail_body',
25 - 'history-feed-item-nocomment',
 18+ 'confirmemail_body', // Optional time parameters
 19+ 'currentrev-asof', // Optional time parameters
 20+ 'filehist-thumbtext', // Optional time parameters
 21+ 'history-feed-item-nocomment', // Optional time parameters
 22+ 'lastmodifiedatby', // Optional time parameters
 23+ 'protect-expiring', // Optional time parameters
 24+ 'rcnotefrom', // Optional time parameters
 25+ 'revision-info', // Optional time parameters
 26+ 'revisionasof', // Optional time parameters
2627 ),
2728 ),
28 -
 29+array(
 30+ 'group' => 'ext-abusefilter',
 31+ 'check' => 'variable',
 32+ 'message' => array(
 33+ 'abusefilter-reautoconfirm-none', // Optional username parameter for GENDER
 34+ )
 35+),
 36+array(
 37+ 'group' => 'ext-advancedrandom',
 38+ 'check' => 'links',
 39+ 'message' => array(
 40+ 'advancedrandom-desc', // Contains link parts that may need translations
 41+ )
 42+)
2943 );

Status & tagging log