r80640 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80639‎ | r80640 | r80641 >
Date:19:50, 20 January 2011
Author:catrope
Status:ok
Tags:
Comment:
Update make-wmf-branch script for the 1.17wmf1 branch. For this, I've done an inventory of
* new extensions that were deployed but not listed here
* extensions that aren't used on the cluster anymore and have been or will shortly be disabled there
* extensions that need to be copied from 1.16wmf4 (might be incomplete). Put all fundraising extensions in here for safety
* live hacks committed to 1.16wmf4 that weren't listed here (there are still a bunch of uncommitted live hacks in the local copy on the cluster)
Modified paths:
  • /trunk/tools/make-wmf-branch/default.conf (modified) (history)

Diff [purge]

Index: trunk/tools/make-wmf-branch/default.conf
@@ -6,7 +6,6 @@
77 $normalExtensions = array(
88 'AbuseFilter',
99 'ActiveAbstract',
10 - 'AjaxTest',
1110 'AntiBot',
1211 'AntiSpoof',
1312 'AssertEdit',
@@ -19,9 +18,10 @@
2019 'ClientSide',
2120 'CodeReview',
2221 'Collection',
 22+ 'CommunityApplications',
 23+ 'CommunityHiring',
2324 'CommunityVoice',
2425 'ConditionalShowSection',
25 - 'Configure',
2626 'ConfirmEdit',
2727 'ContactPage',
2828 'ContactPageFundraiser',
@@ -31,25 +31,20 @@
3232 'DismissableSiteNotice',
3333 'DonationInterface',
3434 'DoubleWiki',
35 - 'Drafts',
3635 'DumpHTML',
3736 'ExpandTemplates',
3837 'ExtensionDistributor',
39 - 'ExternalPages',
40 - 'FixedImage',
4138 'FormPreloadPostCache',
4239 'FundraiserPortal',
4340 'Gadgets',
44 - 'GeoLite',
4541 'GlobalBlocking',
4642 'GlobalUsage',
47 - 'HoneypotIntegration',
4843 'ImageMap',
4944 'InputBox',
5045 'intersection',
5146 'LabeledSectionTransclusion',
 47+ 'LandingCheck',
5248 'LocalisationUpdate',
53 - 'MiniDonation',
5449 'MWReleases',
5550 'MWSearch',
5651 'NewUserMessage',
@@ -77,6 +72,7 @@
7873 'skins',
7974 'SlippyMap',
8075 'SpamBlacklist',
 76+ 'StrategyWiki', // needed? Ask Andrew
8177 'StringFunctionsEscaped',
8278 'SyntaxHighlight_GeSHi',
8379 'Throttle',
@@ -89,17 +85,26 @@
9086 'UnicodeConverter',
9187 'UploadBlacklist',
9288 'UploadWizard',
 89+ 'VariablePage', // still used? Ask Arthur or Kaldari
9390 'wikidiff',
9491 'wikidiff2',
9592 'wikihiero',
9693 'WikimediaMessages',
 94+ 'WikimediaMobile',
9795 );
9896
9997 $specialExtensions = array(
100 - 'LiquidThreads_alpha' => '^/branches/wmf/1.16wmf3/extensions/LiquidThreads_alpha',
101 - 'LiquidThreads' => '^/branches/wmf/1.16wmf3/extensions/LiquidThreads',
102 - 'FlaggedRevs' => '^/branches/wmf/1.16wmf3/extensions/FlaggedRevs',
103 - 'UsabilityInitiative' => '^/branches/wmf/1.16wmf3/extensions/UsabilityInitiative',
 98+ 'LiquidThreads_alpha' => '^/branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha',
 99+ 'LiquidThreads' => '^/branches/wmf/1.16wmf4/extensions/LiquidThreads',
 100+ 'FlaggedRevs' => '^/branches/wmf/1.16wmf4/extensions/FlaggedRevs', // Needed? Chad will find out
 101+ 'ArticleAssessmentPilot' => '^/branches/wmf/1.16wmf4/extensions/ArticleAssessmentPilot',
 102+ 'CentralNotice' => '^/branches/wmf/1.16wmf4/extensions/CentralNotice',
 103+ 'ContributionReporting' => '^/branches/wmf/1.16wmf4/extensions/ContributionReporting',
 104+ 'ContributionTracking' => '^/branches/wmf/1.16wmf4/extensions/ContributionTracking',
 105+ 'DonationInterface' => '^/branches/wmf/1.16wmf4/extensions/DonationInterface',
 106+ 'FundraiserPortal' => '^/branches/wmf/1.16wmf4/extensions/FundraiserPortal',
 107+ 'LandingCheck' => '^/branches/wmf/1.16wmf4/extensions/LandingCheck',
 108+ 'VariablePage' => '^/branches/wmf/1.16wmf4/extensions/VariablePage',
104109 );
105110
106111 $preservedItems = array(
@@ -110,7 +115,7 @@
111116 'maintenance/storage/testRctComplete.php',
112117 'maintenance/storage/make-all-blobs',
113118
114 - # Not needed because we copy from 1.16wmf3 for now
 119+ # Not needed because we copy from 1.16wmf4 for now
115120 #'extensions/FlaggedRevs/maintenance/wikimedia-periodic-update.sh',
116121 );
117122
@@ -124,12 +129,20 @@
125130 # Needs conflict resolution
126131 # array( 'rev' => 56394, 'base' => '^/branches/wmf/1.16wmf3' ),
127132
 133+ // memcached->APC in LanguageConverter. TODO: Ask Tim if this is needed
128134 array( 'rev' => 60970, 'base' => '^/branches/wmf/1.16wmf3' ),
129 -
130 - # Not needed for a copy from 1.16wmf3, may be needed for a future copy from trunk
131 - #array( 'rev' => 62002, 'base' => '^/branches/wmf/1.16wmf3' ),
132135
 136+ // Suppress logging DB reconnections if more than 5 mins have elapsed
 137+ array( 'rev' => 67177, 'base' => '^/branches/wmf/1.16wmf4' ),
 138+
 139+ // Reduce cache size for RepoGroup cache
133140 array( 'rev' => 69199, 'base' => '^/branches/wmf/1.16wmf4' ),
 141+
 142+ // Protect against fatals in Profiler.php
 143+ array( 'rev' => 76243, 'base' => '^/branches/wmf/1.16wmf4' ),
 144+
 145+ // thumb.php hack for thumbs of temp files
 146+ array( 'rev' => 77266, 'base' => '^/branches/wmf/1.16wmf4' ),
134147 );
135148
136149 $dryRun = false;

Follow-up revisions

RevisionCommit summaryAuthorDate
r80658Update per r80640raymond21:59, 20 January 2011
r80661Followup r80640: remove comments about asking people; I've asked, and both sh...catrope23:29, 20 January 2011

Status & tagging log