r60643 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60642‎ | r60643 | r60644 >
Date:05:08, 5 January 2010
Author:tstarling
Status:ok
Tags:
Comment:
Clarify comment on $wgBlockCIDRLimit, larger not below (r58377)
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1302,7 +1302,7 @@
13031303 $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire
13041304 $wgBlockAllowsUTEdit = false; # Default setting for option on block form to allow self talkpage editing whilst blocked
13051305 $wgSysopEmailBans = true; # Allow sysops to ban users from accessing Emailuser
1306 -$wgBlockCIDRLimit = 16; # Blocks below the /16 set of IPs will not be allowed
 1306+$wgBlockCIDRLimit = 16; # Blocks larger than a /16 (64k addresses) will not be allowed
13071307
13081308 # Pages anonymous user may see as an array, e.g.:
13091309 # array ( "Main Page", "Wikipedia:Help");

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58377(bug 3340) Allow configuring of /16 limit on range blocksdemon21:41, 30 October 2009

Status & tagging log