r93360 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93359‎ | r93360 | r93361 >
Date:04:53, 28 July 2011
Author:aaron
Status:deferred
Tags:
Comment:
r2091 from private repo
Modified paths:
  • /trunk/tools/mwmultiversion/wmf-config/CommonSettings.php (modified) (history)

Diff [purge]

Index: trunk/tools/mwmultiversion/wmf-config/CommonSettings.php
@@ -85,12 +85,13 @@
8686
8787 $DP = $IP;
8888
 89+wfProfileOut( "$fname-init" );
 90+wfProfileIn( "$fname-host" );
 91+
 92+$secure = getenv( 'MW_SECURE_HOST' );
8993 # This must be set *after* the DefaultSettings.php inclusion
9094 $wgDBname = $multiVersion->getDatabase();
9195
92 -wfProfileOut( "$fname-init" );
93 -wfProfileIn( "$fname-host" );
94 -
9596 # wmf-config directory (in common/)
9697 $wmfConfigDir = "$IP/../wmf-config";
9798
@@ -183,7 +184,6 @@
184185 require( "$wmfConfigDir/db.php" );
185186 require( "$wmfConfigDir/mc.php" );
186187
187 -$secure = getenv( 'MW_SECURE_HOST' );
188188
189189 # Protocol settings for urls
190190 if ( !$secure && $wmgHTTPSExperiment ) {
@@ -278,7 +278,7 @@
279279 $wgRCMaxAge = 30*86400;
280280
281281 $wgUseTeX = true;
282 -$wgTexvc = "/usr/local/apache/uncommon/$wgVersionNumber/bin";
 282+$wgTexvc = "/usr/local/apache/uncommon/$wgVersionNumber/bin/texvc";
283283 $wgTmpDirectory = '/tmp';
284284 $wgLegalTitleChars = "+ %!\"$&'()*,\\-.\\/0-9:;=?@A-Z\\\\^_`a-z~\\x80-\\xFF";
285285
@@ -2290,7 +2290,7 @@
22912291 if ( $wmgUseMoodBar ) {
22922292 require_once( "$IP/extensions/MoodBar/MoodBar.php" );
22932293 $wgMoodBarCutoffTime = '20110725221004';
2294 - $wgMoodBarConfig['privacyUrl'] = 'http://wikimediafoundation.org/wiki/Feedback_policy';
 2294+ $wgMoodBarConfig['privacyUrl'] = 'http://wikimediafoundation.org/wiki/Feedback';
22952295 }
22962296
22972297 if ( $wmgUseSubPageList3 ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r2091Clearing linkscc for article on rollbacke2308:28, 28 November 2003

Status & tagging log