Revert "Revert "Make enhanced recent changes and extended watchlist default""
authorJforrester <jforrester@wikimedia.org>
Tue, 21 Oct 2014 19:55:26 +0000 (19:55 +0000)
committerJforrester <jforrester@wikimedia.org>
Tue, 21 Oct 2014 19:55:26 +0000 (19:55 +0000)
This reverts commit 820ec3930d694f06fc62e652daea7506f3027162.

Config bugs are fixed in the config repo. :-)

Change-Id: Ifc955aaf75395b61230750e47edbd5f623da2985

RELEASE-NOTES-1.25
includes/DefaultSettings.php

index 862b132..647138e 100644 (file)
@@ -18,6 +18,9 @@ production.
   for 'languageScripts'.
 * Added a new hook, "ContentAlterParserOutput", to allow extensions to modify the
   parser output for a content object before links update.
+* (bug 35785) Enhanced recent changes and extended watchlist are now default.
+  Documentation: https://meta.wikimedia.org/wiki/Help:Enhanced_recent_changes
+  and https://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions.
 * (bug 67341) SVG images will no longer be base64-encoded when being embedded
   in CSS. This results in slight size increase before gzip compression (due to
   percent-encoding), but up to 20% decrease after it.
index f2453e8..8a8d291 100644 (file)
@@ -4274,7 +4274,7 @@ $wgDefaultUserOptions = array(
        'enotifrevealaddr' => 0,
        'enotifusertalkpages' => 1,
        'enotifwatchlistpages' => 1,
-       'extendwatchlist' => 0,
+       'extendwatchlist' => 1,
        'fancysig' => 0,
        'forceeditsummary' => 0,
        'gender' => 'unknown',
@@ -4300,7 +4300,7 @@ $wgDefaultUserOptions = array(
        'thumbsize' => 5,
        'underline' => 2,
        'uselivepreview' => 0,
-       'usenewrc' => 0,
+       'usenewrc' => 1,
        'watchcreations' => 1,
        'watchdefault' => 1,
        'watchdeletion' => 0,