r82575 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82574‎ | r82575 | r82576 >
Date:21:24, 21 February 2011
Author:krinkle
Status:reverted
Tags:
Comment:
Add missing to mw.config
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoaderStartUpModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoaderStartUpModule.php
@@ -37,7 +37,7 @@
3838 $wgArticlePath, $wgScriptPath, $wgServer, $wgContLang,
3939 $wgVariantArticlePath, $wgActionPaths, $wgUseAjax, $wgVersion,
4040 $wgEnableAPI, $wgEnableWriteAPI, $wgDBname, $wgEnableMWSuggest,
41 - $wgSitename, $wgFileExtensions, $wgExtensionAssetsPath;
 41+ $wgSitename, $wgFileExtensions, $wgExtensionAssetsPath, $wgProto;
4242
4343 // Pre-process information
4444 $separatorTransTable = $wgContLang->separatorTransformTable();
@@ -86,6 +86,7 @@
8787 'wgFileCanRotate' => BitmapHandler::canRotate(),
8888 'wgAvailableSkins' => Skin::getSkinNames(),
8989 'wgExtensionAssetsPath' => $wgExtensionAssetsPath,
 90+ 'wgProto' => $wgProto,
9091 );
9192 if ( $wgUseAjax && $wgEnableMWSuggest ) {
9293 $vars['wgMWSuggestTemplate'] = SearchEngine::getMWSuggestTemplate();

Follow-up revisions

RevisionCommit summaryAuthorDate
r90193Removed $wgProto. Previously, setting this undocumented global variable to an...tstarling05:13, 16 June 2011
r96640Remove wgProto from mw.config...krinkle01:03, 9 September 2011

Status & tagging log