r113603 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113602‎ | r113603 | r113604 >
Date:00:07, 12 March 2012
Author:siebrand
Status:ok
Tags:
Comment:
Update check blacklist.
Modified paths:
  • /trunk/extensions/Translate/check-blacklist.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/check-blacklist.php
@@ -82,6 +82,20 @@
8383 )
8484 ),
8585 array(
 86+ 'group' => 'core-1.17',
 87+ 'check' => 'variable',
 88+ 'message' => array(
 89+ 'perfcachedts', // Optional time parameters
 90+ ),
 91+),
 92+array(
 93+ 'group' => 'core-1.18',
 94+ 'check' => 'variable',
 95+ 'message' => array(
 96+ 'perfcachedts', // Optional time parameters
 97+ ),
 98+),
 99+array(
86100 'group' => 'ext-abusefilter',
87101 'check' => 'variable',
88102 'message' => array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r113706Follow-up r113603: Use correct keys.siebrand02:35, 13 March 2012

Status & tagging log