r58518 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58517‎ | r58518 | r58519 >
Date:06:52, 4 November 2009
Author:dale
Status:deferred
Tags:
Comment:
* set $wgScriptModifiedMsgCheck to off by default
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -240,7 +240,7 @@
241241 }
242242 return true;
243243 }
244 - print "could not find: $js_class\n";
 244+ //print "could not find: $js_class\n";
245245 wfDebug( __METHOD__ . ' could not find js_class: ' . $js_class );
246246 return false; // could not find the class
247247 }
Index: trunk/phase3/includes/DefaultSettings.php
@@ -2807,7 +2807,7 @@
28082808 * Revision for generating the request id.
28092809 *
28102810 */
2811 -$wgScriptModifiedMsgCheck = true;
 2811+$wgScriptModifiedMsgCheck = false;
28122812
28132813 /*
28142814 * enable js2 Script System

Status & tagging log