From: Roan Kattouw Date: Fri, 2 Jun 2017 18:33:54 +0000 (-0700) Subject: Enable $wgStructuredChangeFiltersEnableSaving by default X-Git-Tag: 1.31.0-rc.0~3045^2 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=f27f6cf79c1d4e1d431817d94287508bf5660af7;p=lhc%2Fweb%2Fwiklou.git Enable $wgStructuredChangeFiltersEnableSaving by default We'll probably get rid of the feature flag altogether in a few weeks, for now let's just turn it on by default. Bug: T164128 Change-Id: Ifa12c33a619e1fb3d9fff05ef1b98a9b537c5dea --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f7f52e5130..5b7ca3ecc9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6765,7 +6765,7 @@ $wgUseRCPatrol = true; /** * Whether to allow users to save their RecentChanges filters */ -$wgStructuredChangeFiltersEnableSaving = false; +$wgStructuredChangeFiltersEnableSaving = true; /** * Use new page patrolling to check new pages on Special:Newpages