r93408 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93407‎ | r93408 | r93409 >
Date:18:26, 28 July 2011
Author:reedy
Status:ok
Tags:
Comment:
Kill ArticleAssessmentPilot from 1.17wmf1, and don't make it when making a wmf branch
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/ArticleAssessmentPilot (deleted) (history)
  • /trunk/tools/make-wmf-branch/default.conf (modified) (history)

Diff [purge]

Index: trunk/tools/make-wmf-branch/default.conf
@@ -1,6 +1,6 @@
22 <?php
33
4 -# You can override variables in this file by creating a file in the same
 4+# You can override variables in this file by creating a file in the same
55 # directory called local.conf
66
77 $normalExtensions = array(
@@ -100,7 +100,6 @@
101101 $specialExtensions = array(
102102 'LiquidThreads_alpha' => '^/branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha',
103103 'LiquidThreads' => '^/branches/wmf/1.16wmf4/extensions/LiquidThreads',
104 - 'ArticleAssessmentPilot' => '^/branches/wmf/1.16wmf4/extensions/ArticleAssessmentPilot',
105104 'CentralNotice' => '^/branches/wmf/1.16wmf4/extensions/CentralNotice',
106105 'ContributionReporting' => '^/branches/wmf/1.16wmf4/extensions/ContributionReporting',
107106 'ContributionTracking' => '^/branches/wmf/1.16wmf4/extensions/ContributionTracking',
@@ -133,16 +132,16 @@
134133
135134 // memcached->APC in LanguageConverter. TODO: Ask Tim if this is needed
136135 array( 'rev' => 60970, 'base' => '^/branches/wmf/1.16wmf3' ),
137 -
 136+
138137 // Suppress logging DB reconnections if more than 5 mins have elapsed
139138 array( 'rev' => 67177, 'base' => '^/branches/wmf/1.16wmf4' ),
140 -
 139+
141140 // Reduce cache size for RepoGroup cache
142141 array( 'rev' => 69199, 'base' => '^/branches/wmf/1.16wmf4' ),
143 -
 142+
144143 // Protect against fatals in Profiler.php
145144 array( 'rev' => 76243, 'base' => '^/branches/wmf/1.16wmf4' ),
146 -
 145+
147146 // thumb.php hack for thumbs of temp files
148147 array( 'rev' => 77266, 'base' => '^/branches/wmf/1.16wmf4' ),
149148 );

Status & tagging log