Revision: 52126
Author:   siebrand
Date:     2009-06-18 17:04:39 +0000 (Thu, 18 Jun 2009)

Log Message:
-----------
Update check blacklist

Modified Paths:
--------------
    trunk/extensions/Translate/check-blacklist.php

Modified: trunk/extensions/Translate/check-blacklist.php
===================================================================
--- trunk/extensions/Translate/check-blacklist.php      2009-06-18 17:04:13 UTC 
(rev 52125)
+++ trunk/extensions/Translate/check-blacklist.php      2009-06-18 17:04:39 UTC 
(rev 52126)
@@ -14,15 +14,29 @@
        'group' => 'core',
        'check' => 'variable',
        'message' => array(
-               'currentrev-asof',
-               'filehist-thumbtext',
-               'lastmodifiedatby',
-               'protect-expiring',
-               'rcnotefrom',
-               'revisionasof',
-               'confirmemail_body',
-               'history-feed-item-nocomment',
+               'confirmemail_body', // Optional time parameters
+               'currentrev-asof', // Optional time parameters
+               'filehist-thumbtext', // Optional time parameters
+               'history-feed-item-nocomment', // Optional time parameters
+               'lastmodifiedatby', // Optional time parameters
+               'protect-expiring', // Optional time parameters
+               'rcnotefrom', // Optional time parameters
+               'revision-info', // Optional time parameters
+               'revisionasof', // Optional time parameters
        ),
 ),
-
+array(
+       'group' => 'ext-abusefilter',
+       'check' => 'variable',
+       'message' => array(
+                'abusefilter-reautoconfirm-none', // Optional username 
parameter for GENDER
+       )
+),
+array(
+       'group' => 'ext-advancedrandom',
+       'check' => 'links',
+       'message' => array(
+                'advancedrandom-desc', // Contains link parts that may need 
translations
+       )
+)
 );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to