default deprecation notice limit to 1.17, so 1.18 and 1.19 notices are not shown...
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Thu, 15 Dec 2011 23:40:02 +0000 (23:40 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Thu, 15 Dec 2011 23:40:02 +0000 (23:40 +0000)
includes/DefaultSettings.php

index 1361cab..97ea26b 100644 (file)
@@ -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;