r92751 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92750‎ | r92751 | r92752 >
Date:16:36, 21 July 2011
Author:aaron
Status:ok
Tags:
Comment:
Merge updates from live version
Modified paths:
  • /trunk/tools/mwmultiversion/wmf-config/CommonSettings.php (modified) (history)

Diff [purge]

Index: trunk/tools/mwmultiversion/wmf-config/CommonSettings.php
@@ -824,6 +824,11 @@
825825 $wgUseTidy = false;
826826 }
827827
 828+if ( $wgUseContactPageFundraiser ) {
 829+ include( "$IP/extensions/ContactPageFundraiser/ContactPage.php" );
 830+ $wgContactUser = 'Storiescontact';
 831+}
 832+
828833 if ( $wgDBname == 'foundationwiki' ) {
829834 include( "$IP/extensions/FormPreloadPostCache/FormPreloadPostCache.php" );
830835 include( "$IP/extensions/SkinPerPage/SkinPerPage.php" );
@@ -834,8 +839,6 @@
835840 include( "$IP/extensions/ContributionReporting/ContributionReporting.php" );
836841 include( "$wmfConfigDir/reporting-setup.php" );
837842
838 - include( "$IP/extensions/ContactPageFundraiser/ContactPage.php" );
839 - $wgContactUser = 'Storiescontact';
840843 $wgUseTidy = false;
841844
842845 $wgAllowedTemplates = array(
@@ -1185,8 +1188,8 @@
11861189
11871190 // Newer entries
11881191 if( $wgDBname == 'zhwiki' ) $wgCacheEpoch = '20060528093500'; # parser bug?
1189 -if( $wgDBname == 'lawikibooks' ) $wgCacheEpoch = '20060610090000'; # sidebar bug
1190 -if ( $wmgHTTPSExperiment ) $wgCacheEpoch = '20110714183000';
 1192+if( $wgDBname == 'lawikibooks' ) $wgCacheEpoch = '20060610090000'; # sidebar bug
 1193+if ( $wmgHTTPSExperiment ) $wgCacheEpoch = '20110718202400';
11911194
11921195 #$wgThumbnailEpoch = '20060227114700'; # various rsvg and imagemagick fixes
11931196 $wgThumbnailEpoch = '20051227114700'; # various rsvg and imagemagick fixes
@@ -1773,7 +1776,7 @@
17741777 }
17751778
17761779 function wfNoDeleteMainPage( &$title, &$user, $action, &$result ) {
1777 - global $wgMessageCache, $wgDBname;
 1780+ global $wgMessageCache;
17781781 if ( $action !== 'delete' && $action !== 'move' ) {
17791782 return true;
17801783 }
@@ -1827,6 +1830,10 @@
18281831
18291832 $wgCollectionPortletForLoggedInUsersOnly = $wmgCollectionPortletForLoggedInUsersOnly;
18301833 $wgCollectionArticleNamespaces = $wmgCollectionArticleNamespaces;
 1834+
 1835+ if ( $wmgCollectionHierarchyDelimiter ) {
 1836+ $wgCollectionHierarchyDelimiter = $wmgCollectionHierarchyDelimiter;
 1837+ }
18311838 }
18321839
18331840 // Testing internally
@@ -2085,11 +2092,12 @@
20862093 $wgArticleFeedbackCategories = $wmgArticleFeedbackCategories;
20872094 $wgArticleFeedbackLotteryOdds = $wmgArticleFeedbackLotteryOdds;
20882095 $wgArticleFeedbackTrackingVersion = 1;
 2096+ $wgArticleFeedbackBlacklistCategories = array( 'Article Feedback Blacklist' );
20892097
20902098 $wgArticleFeedbackTracking = array(
20912099 'buckets' => array(
2092 - 'track' => 1.35,
2093 - 'ignore' => 98.65,
 2100+ 'track' => 0.386,
 2101+ 'ignore' => 99.614,
20942102 //'track'=>0, 'ignore' => 100
20952103 ),
20962104 'version' => 8,

Status & tagging log