Expand the default watchlist time from 3 to 7 days
authorJames D. Forrester <jforrester@wikimedia.org>
Tue, 10 Jul 2018 23:08:58 +0000 (16:08 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Tue, 10 Jul 2018 23:08:58 +0000 (16:08 -0700)
Bug: T194414
Change-Id: I682161b93ea018dc1f552b6ac1a0555c162e7339

RELEASE-NOTES-1.32
includes/DefaultSettings.php

index 2b37f5e..179e970 100644 (file)
@@ -28,6 +28,7 @@ production.
   be blocked.
 * The archive table's ar_rev_id field is now unique.
 * Special:BotPasswords now requires reauthentication.
+* (T194414) The default watchlist view time has been increased from 3 to 7 days.
 
 === New features in 1.32 ===
 * (T112474) Generalized the ResourceLoader mechanism for overriding modules
index 2fa3b72..2642884 100644 (file)
@@ -4865,7 +4865,7 @@ $wgDefaultUserOptions = [
        'watchdefault' => 1,
        'watchdeletion' => 0,
        'watchuploads' => 1,
-       'watchlistdays' => 3.0,
+       'watchlistdays' => 7.0,
        'watchlisthideanons' => 0,
        'watchlisthidebots' => 0,
        'watchlisthideliu' => 0,