Mattflaschen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/77474


Change subject: Set $wgLegacyJavaScriptGlobals false.
......................................................................

Set $wgLegacyJavaScriptGlobals false.

This is deprecated, and anything under code review should not be using
it.  This setting will help ensure that.

Change-Id: I75ad44c99f9e83238986753cd615947f6d00da11
---
M LocalSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/74/77474/1

diff --git a/LocalSettings.php b/LocalSettings.php
index 799d03f..60c4ae0 100644
--- a/LocalSettings.php
+++ b/LocalSettings.php
@@ -47,6 +47,7 @@
 $wgMainCacheType = CACHE_MEMCACHED;
 $wgMemCachedServers = array( '127.0.0.1:11211' );
 
+$wgLegacyJavaScriptGlobals = false;
 $wgEnableJavaScriptTest = true;
 
 $wgProfilerParams = array(

-- 
To view, visit https://gerrit.wikimedia.org/r/77474
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75ad44c99f9e83238986753cd615947f6d00da11
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to