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

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


Change subject: Set 'watchcreations' and 'watchdefault' options to true
......................................................................

Set 'watchcreations' and 'watchdefault' options to true

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/04/89604/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 21cd1ff5..5b64171 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -3998,8 +3998,8 @@
        'uselivepreview' => 0,
        'usenewrc' => 0,
        'vector-simplesearch' => 1,
-       'watchcreations' => 0,
-       'watchdefault' => 0,
+       'watchcreations' => 1,
+       'watchdefault' => 1,
        'watchdeletion' => 0,
        'watchlistdays' => 3.0,
        'watchlisthideanons' => 0,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I458783f02813ff023b2d142b57b44e5ec3ba30b9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
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