r35798 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35797‎ | r35798 | r35799 >
Date:15:12, 3 June 2008
Author:demon
Status:old
Tags:
Comment:
Clean up DefaultSettings.php documentation for (now useless) $wgRateLimitsExcludedGroups
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2838,10 +2838,10 @@
28392839 /**
28402840 * Array of groups which should never trigger the rate limiter
28412841 *
2842 - * @deprecated as of 1.13, use $wgGroupPermissions[]['noratelimit']
2843 - * instead.
 2842+ * Removed as of 1.13, use $wgGroupPermissions[]['noratelimit'] instead.
 2843+ * User::isPingLimitable() uses it now.
28442844 */
2845 -$wgRateLimitsExcludedGroups = array();
 2845+# $wgRateLimitsExcludedGroups = array();
28462846
28472847 /**
28482848 * On Special:Unusedimages, consider images "used", if they are put

Follow-up revisions

RevisionCommit summaryAuthorDate
r35825Revert r35794, r35795, r35797, r35798 for now....brion22:43, 3 June 2008

Status & tagging log