https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106393
Revision: 106393 Author: jeroendedauw Date: 2011-12-15 23:40:02 +0000 (Thu, 15 Dec 2011) Log Message: ----------- 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 Modified Paths: -------------- trunk/phase3/includes/DefaultSettings.php Modified: trunk/phase3/includes/DefaultSettings.php =================================================================== --- trunk/phase3/includes/DefaultSettings.php 2011-12-15 23:38:59 UTC (rev 106392) +++ trunk/phase3/includes/DefaultSettings.php 2011-12-15 23:40:02 UTC (rev 106393) @@ -4066,7 +4066,7 @@ * 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; _______________________________________________ MediaWiki-CVS mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
