From 65f2772e50d49c08a097b0a0af40d6c7c8bb7e05 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 15 Dec 2011 23:40:02 +0000 Subject: [PATCH] default deprecation notice limit to 1.17, so 1.18 and 1.19 notices are not shown unless this setting is modified. fullow up to r106070 r105985. see here for motivation: http://lists.wikimedia.org/pipermail/wikitech-l/2011-December/056959.html --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1361cab225..97ea26b4d1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4066,7 +4066,7 @@ $wgDevelopmentWarnings = false; * development warnings will not be generated for deprecations added in releases * after the limit. */ -$wgDeprecationReleaseLimit = false; +$wgDeprecationReleaseLimit = '1.17'; /** Only record profiling info for pages that took longer than this */ $wgProfileLimit = 0.0; -- 2.20.1