MaxSem has uploaded a new change for review.
https://gerrit.wikimedia.org/r/50957
Change subject: Actually disable MobileFrontend->EventLogging integration in
Labs
......................................................................
Actually disable MobileFrontend->EventLogging integration in Labs
Change-Id: I8c83772308141566d26ed55ad2e7d9024cb8ea83
---
M wmf-config/InitialiseSettings-labs.php
M wmf-config/mobile-labs.php
M wmf-config/mobile.php
3 files changed, 4 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/57/50957/1
diff --git a/wmf-config/InitialiseSettings-labs.php
b/wmf-config/InitialiseSettings-labs.php
index 683f19b..09eff3f 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -217,6 +217,9 @@
'wmgMFPhotoUploadEndpoint' => array(
'default' => '',
),
+ 'wmgMFLogEvents' => array(
+ 'default' => false,
+ ),
# Completely disable wikidata on the beta cluster
# There is no configuration for it yet
diff --git a/wmf-config/mobile-labs.php b/wmf-config/mobile-labs.php
index 4ede9a2..e5432e0 100644
--- a/wmf-config/mobile-labs.php
+++ b/wmf-config/mobile-labs.php
@@ -8,6 +8,3 @@
// Reuse most of production settings
require_once( __DIR__ . '/mobile.php' );
-
-// Disabled on deployment-prep until there's EventLogging up and running
-$wgMFLogEvents = false;
diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php
index 1773797..70bc113 100644
--- a/wmf-config/mobile.php
+++ b/wmf-config/mobile.php
@@ -141,8 +141,7 @@
// See bug 41141 though, we may wish to disable on some sites.
$wgMFTrademarkSitename = true;
-// Enable event logging on beta (ori-l; 10-Nov-2012)
-$wgMFLogEvents = true;
+$wgMFLogEvents = $wmgMFLogEvents;
// Enable Schemas for event logging (jdlrobson; 07-Feb-2012)
if ( $wgMFLogEvents && $wmgUseEventLogging ) {
--
To view, visit https://gerrit.wikimedia.org/r/50957
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c83772308141566d26ed55ad2e7d9024cb8ea83
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits