From cee4990f2a23dd688fe08627e648bffc9165dadf Mon Sep 17 00:00:00 2001 From: Jforrester Date: Tue, 21 Oct 2014 19:55:26 +0000 Subject: [PATCH] Revert "Revert "Make enhanced recent changes and extended watchlist default"" This reverts commit 820ec3930d694f06fc62e652daea7506f3027162. Config bugs are fixed in the config repo. :-) Change-Id: Ifc955aaf75395b61230750e47edbd5f623da2985 --- RELEASE-NOTES-1.25 | 3 +++ includes/DefaultSettings.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index 862b132a4e..647138e560 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -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. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f2453e842a..8a8d2912b1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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, -- 2.20.1