jenkins-bot has submitted this change and it was merged.

Change subject: Set $wgSpamBlacklistEventLogging to true on testwiki
......................................................................


Set $wgSpamBlacklistEventLogging to true on testwiki

Change-Id: I6e12a3bf7784b4af135edd0404346169930753c7
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 5 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index b5d7bc9..d0cc04a 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -766,6 +766,7 @@
                ],
        ];
        $wgLogSpamBlacklistHits = true;
+       $wgSpamBlacklistEventLogging = $wmgSpamBlacklistEventLogging;
 }
 
 include( $IP . '/extensions/TitleBlacklist/TitleBlacklist.php' );
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 2f6619f..2af0322 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11733,6 +11733,10 @@
        'private' => false,
        'fishbowl' => false, // not needed, private editing...
 ],
+'wmgSpamBlacklistEventLogging' => [
+       'default' => false,
+       'testwiki' => true,
+],
 
 'wmgUseGlobalTitleBlacklist' => [
        'default' => true,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6e12a3bf7784b4af135edd0404346169930753c7
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to