Bartosz Dziewoński has uploaded a new change for review.

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


Change subject: Explicitly set 'watchcreations' and 'watchdefault' options to 
false
......................................................................

Explicitly set 'watchcreations' and 'watchdefault' options to false

They're changing to true in core per bug 45020.

Bug: 45020
Change-Id: I79e1a275446f77c7db93b0200222974da56ca1b7
---
M wmf-config/CommonSettings.php
1 file changed, 4 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 647400e..501423b 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1768,6 +1768,10 @@
 $wgDefaultUserOptions['thumbsize'] = $wmgThumbsizeIndex;
 $wgDefaultUserOptions['showhiddencats'] = $wmgShowHiddenCats;
 
+// WMF is not hardcore enough to enable these. See bug 36316 about it.
+$wgDefaultUserOptions['watchcreations'] = 0;
+$wgDefaultUserOptions['watchdefault'] = 0;
+
 if ( $wgDBname == 'strategywiki' ) {
        require_once( 
"$IP/extensions/StrategyWiki/ActiveStrategy/ActiveStrategy.php" );
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I79e1a275446f77c7db93b0200222974da56ca1b7
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

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

Reply via email to