jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Reedy: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 0fe60cc..2f8a46d 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1780,6 +1780,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: merged
Gerrit-Change-Id: I79e1a275446f77c7db93b0200222974da56ca1b7
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bartosz DziewoĆski <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits