r49465 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49464‎ | r49465 | r49466 >
Date:15:01, 14 April 2009
Author:dale
Status:deferred
Tags:
Comment:
turned off the scriptLoader by default (so it works on non-patched mediaWiki installs where the scriptLoader has not yet been moved to the core)
Modified paths:
  • /trunk/extensions/MetavidWiki/includes/MV_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MetavidWiki/includes/MV_Settings.php
@@ -26,7 +26,8 @@
2727
2828 //script loader settings:
2929 $mvgJSDebug=false;
30 -$wgEnableScriptLoader = true; //if the script loader is on at all
 30+$wgEnableScriptLoader = false; //if the script loader is on
 31+
3132 $wgEnableScriptLoaderJsFile = true; //if you can use the script loader with js files (rather than only js classes)
3233 $wgEnableScriptMinify = true;
3334

Status & tagging log