Revert r106393; I do not find it acceptible for MediaWiki to ship by-default strangli...
authorDaniel Friesen <dantman@users.mediawiki.org>
Mon, 13 Feb 2012 00:35:35 +0000 (00:35 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Mon, 13 Feb 2012 00:35:35 +0000 (00:35 +0000)
Extension authors are supposed to be notified of deprecated code they are using that may disappear. This config variable was added so that devs who had an explicit reason to hide specific ranges of deprecation notices from MediaWiki (as opposed to all MediaWiki deprecation notices, or all php deprecation notices) not as a method of hiding notices that people are supposed to see from everyone.
Any dev who wants to should shoot themselves in the foot, that's their job. It is NOT our job to shoot everyone in the foot because some devs are too lazy to shoot themselves.

includes/DefaultSettings.php

index 2375c99..aa589eb 100644 (file)
@@ -4121,7 +4121,7 @@ $wgDevelopmentWarnings = false;
  * development warnings will not be generated for deprecations added in releases
  * after the limit.
  */
-$wgDeprecationReleaseLimit = '1.17';
+$wgDeprecationReleaseLimit = false;
 
 /** Only record profiling info for pages that took longer than this */
 $wgProfileLimit = 0.0;