r110615 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110614‎ | r110615 | r110616 >
Date:20:54, 2 February 2012
Author:reedy
Status:resolved (Comments)
Tags:
Comment:
Re-arrange extensions

Remove last updated comments from fundraising
Modified paths:
  • /trunk/tools/make-wmf-branch/default.conf (modified) (history)

Diff [purge]

Index: trunk/tools/make-wmf-branch/default.conf
@@ -9,8 +9,6 @@
1010 'AntiBot',
1111 'AntiSpoof',
1212 'ApiSandbox',
13 - 'ArticleFeedback',
14 - 'ArticleFeedbackv5',
1513 'AssertEdit',
1614 'Babel',
1715 'CategoryTree',
@@ -21,6 +19,7 @@
2220 'cldr',
2321 'ClickTracking',
2422 'ClientSide',
 23+ 'CodeReview',
2524 'Collection',
2625 'CommunityApplications',
2726 'CommunityHiring',
@@ -36,6 +35,7 @@
3736 'DismissableSiteNotice',
3837 'DoubleWiki',
3938 'DumpHTML',
 39+ 'EditPageTracking',
4040 'EmailCapture',
4141 'ExpandTemplates',
4242 'ExtensionDistributor',
@@ -55,6 +55,8 @@
5656 'MWSearch',
5757 'MarkAsHelpful',
5858 'Math',
 59+ 'MoodBar',
 60+ 'Narayam',
5961 'NewUserMessage',
6062 'normal',
6163 'Nuke',
@@ -75,7 +77,7 @@
7678 'Renameuser',
7779 'RSS',
7880 'ScanSet',
79 - 'SecurePoll', // Maybe move to specials?
 81+ 'SecurePoll',
8082 'ShortUrl',
8183 'SimpleAntiSpam',
8284 'SimpleSurvey',
@@ -89,12 +91,14 @@
9092 'SwiftCloudFiles',
9193 'SyntaxHighlight_GeSHi',
9294 'timeline',
 95+ 'TitleBlacklist',
9396 'TitleKey',
9497 'TorBlock',
9598 'Translate',
9699 'TrustedXFF',
97100 'UnicodeConverter',
98101 'UploadBlacklist',
 102+ 'UploadWizard',
99103 'UserDailyContribs',
100104 'UserThrottle',
101105 'Vector',
@@ -103,6 +107,8 @@
104108 'wikidiff2',
105109 'wikihiero',
106110 'WikiEditor',
 111+ 'WikiLove',
 112+ 'WikimediaIncubator',
107113 'WikimediaMaintenance',
108114 'WikimediaMessages',
109115 'ZeroRatedMobileAccess',
@@ -113,23 +119,19 @@
114120 $specialExtensions = array(
115121
116122 // Fundraising
117 - 'CentralNotice' => '^/branches/wmf/1.18wmf1/extensions/CentralNotice', // Updated in 1.18wmf1
118 - 'ContributionReporting' => '^/branches/wmf/1.18wmf1/extensions/ContributionReporting', // NOT updated in 1.17wmf1
119 - 'ContributionTracking' => '^/branches/wmf/1.18wmf1/extensions/ContributionTracking', // Updated in 1.17wmf1
120 - 'DonationInterface' => '^/branches/wmf/1.18wmf1/extensions/DonationInterface', // NOT updated in 1.17wmf1
121 - 'FundraiserPortal' => '^/branches/wmf/1.18wmf1/extensions/FundraiserPortal', // NOT updated in 1.17wmf1
122 - 'LandingCheck' => '^/branches/wmf/1.18wmf1/extensions/LandingCheck', // Updated in 1.17wmf1
123 - 'VariablePage' => '^/branches/wmf/1.18wmf1/extensions/VariablePage', // NOT updated in 1.17wmf1
 123+ 'CentralNotice' => '^/branches/wmf/1.18wmf1/extensions/CentralNotice',
 124+ 'ContributionReporting' => '^/branches/wmf/1.18wmf1/extensions/ContributionReporting',
 125+ 'ContributionTracking' => '^/branches/wmf/1.18wmf1/extensions/ContributionTracking',
 126+ 'DonationInterface' => '^/branches/wmf/1.18wmf1/extensions/DonationInterface',
 127+ 'FundraiserPortal' => '^/branches/wmf/1.18wmf1/extensions/FundraiserPortal'
 128+ 'LandingCheck' => '^/branches/wmf/1.18wmf1/extensions/LandingCheck',
 129+ 'VariablePage' => '^/branches/wmf/1.18wmf1/extensions/VariablePage',
124130
125 - 'CodeReview' => '^/branches/wmf/1.18wmf1/extensions/CodeReview',
126 - 'EditPageTracking'=> '^/branches/wmf/1.18wmf1/extensions/EditPageTracking',
127 - 'MobileFrontend' => '^/branches/wmf/1.18wmf1/extensions/MobileFrontend',
128 - 'MoodBar' => '^/branches/wmf/1.18wmf1/extensions/MoodBar',
129 - 'Narayam' => '^/branches/wmf/1.18wmf1/extensions/Narayam',
130 - 'TitleBlacklist' => '^/branches/wmf/1.18wmf1/extensions/TitleBlacklist',
131 - 'UploadWizard' => '^/branches/wmf/1.18wmf1/extensions/UploadWizard',
132 - 'WikiLove' => '^/branches/wmf/1.18wmf1/extensions/WikiLove',
133 - 'WikimediaIncubator' => '^/branches/wmf/1.18wmf1/extensions/WikimediaIncubator',
 131+ // Features
 132+ 'ArticleFeedback => '^/branches/wmf/1.18wmf1/extensions/ArticleFeedback'',
 133+ 'ArticleFeedbackv5' => '^/branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5',
 134+
 135+ // Other
134136 );
135137
136138 $preservedItems = array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r110616Followup r110615...reedy21:00, 2 February 2012

Comments

#Comment by Catrope (talk | contribs)   20:58, 2 February 2012
+	'ArticleFeedback => '^/branches/wmf/1.18wmf1/extensions/ArticleFeedback'',

Syntax error? (Double single quote)

Status & tagging log