From: Jeroen De Dauw Date: Thu, 15 Dec 2011 23:40:02 +0000 (+0000) Subject: default deprecation notice limit to 1.17, so 1.18 and 1.19 notices are not shown... X-Git-Tag: 1.31.0-rc.0~25944 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=65f2772e50d49c08a097b0a0af40d6c7c8bb7e05;p=lhc%2Fweb%2Fwiklou.git 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: lists.wikimedia.org/pipermail/wikitech-l/2011-December/056959.html --- 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;