Mjbmr has uploaded a new change for review.

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

Change subject: Disable watch category membership by default
......................................................................

Disable watch category membership by default

Bug: T109633
Change-Id: I9e8cc026635d369c96cb93d4e90d50a67e35c2c8
---
M includes/DefaultSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/97/232697/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 34fe7ee..c939b84 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -4503,7 +4503,7 @@
        'gender' => 'unknown',
        'hideminor' => 0,
        'hidepatrolled' => 0,
-       'hidecategorization' => 0,
+       'hidecategorization' => 1,
        'imagesize' => 2,
        'math' => 1,
        'minordefault' => 0,
@@ -4535,7 +4535,7 @@
        'watchlisthideminor' => 0,
        'watchlisthideown' => 0,
        'watchlisthidepatrolled' => 0,
-       'watchlisthidecategorization' => 0,
+       'watchlisthidecategorization' => 1,
        'watchmoves' => 0,
        'watchrollback' => 0,
        'wllimit' => 250,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e8cc026635d369c96cb93d4e90d50a67e35c2c8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mjbmr <[email protected]>

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

Reply via email to