Kaldari has uploaded a new change for review.

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

Change subject: Turning on wgWikiGrokDebug on en BetaLabs and removing obsolete 
comment
......................................................................

Turning on wgWikiGrokDebug on en BetaLabs and removing obsolete comment

Change-Id: I13206ad1aea0b8292f82696ec084e74461e75d7b
---
M wmf-config/InitialiseSettings-labs.php
M wmf-config/mobile-labs.php
2 files changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/34/177134/1

diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 066f91b..63ac734 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -245,11 +245,14 @@
        'wmgMFEnableBetaDiff' => array(
                'default' => true,
        ),
-       // Remove this after https://gerrit.wikimedia.org/r/#/c/158512 is 
deployed
        'wmgMFEnableWikiGrok' => array(
                'default' => false,
                'enwiki' => true, // prototype version is for en.wiki only
        ),
+       'wmgWikiGrokDebug' => array(
+               'default' => false,
+               'enwiki' => true,
+       ),
 
        'wmgGeoDataDebug' => array(
                'default' => true,
diff --git a/wmf-config/mobile-labs.php b/wmf-config/mobile-labs.php
index 10b1c11..3665f0f 100644
--- a/wmf-config/mobile-labs.php
+++ b/wmf-config/mobile-labs.php
@@ -18,3 +18,4 @@
 $wgMFForceSecureLogin = false;
 $wgMFUseCentralAuthToken = $wmgMFUseCentralAuthToken;
 $wgMFEnableWikiGrok = $wmgMFEnableWikiGrok;
+$wgWikiGrokDebug = $wmgWikiGrokDebug;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I13206ad1aea0b8292f82696ec084e74461e75d7b
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>

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

Reply via email to