Nemo bis has uploaded a new change for review.

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


Change subject: Preference "Email me when a page or file on my watchlist is 
changed" explicitly false
......................................................................

Preference "Email me when a page or file on my watchlist is changed" explicitly 
false

As per bug 45020, let's stop blocking core development.

Bug: 45022
Change-Id: Iad6d13509a96fe8f5d918483c196e3eb27f30b85
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 1 deletion(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 13247aa..f756579 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1763,8 +1763,9 @@
        $wgDefaultUserOptions['watchcreations'] = 1;
 }
 
-// WMF is not hardcore enough to enable this. See bug 36316 about it.
+// Temporary override: WMF is not hardcore enough to enable this. See bug 
36316, 45022 about it.
 $wgDefaultUserOptions['watchdefault'] = 0;
+$wgDefaultUserOptions['enotifwatchlistpages'] = 0;
 
 if ( $wgDBname == 'strategywiki' ) {
        require_once( 
"$IP/extensions/StrategyWiki/ActiveStrategy/ActiveStrategy.php" );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad6d13509a96fe8f5d918483c196e3eb27f30b85
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <federicol...@tiscali.it>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to