Index: branches/REL1_4/phase3/includes/DefaultSettings.php |
— | — | @@ -446,8 +446,8 @@ |
447 | 447 | |
448 | 448 | $wgAllowAnonymousMinor = false; # Allow anonymous users to mark changes as 'minor' |
449 | 449 | |
450 | | -$wgSysopUserBans = false; # Allow sysops to ban logged-in users |
451 | | -$wgSysopRangeBans = false; # Allow sysops to ban IP ranges |
| 450 | +$wgSysopUserBans = true; # Allow sysops to ban logged-in users |
| 451 | +$wgSysopRangeBans = true; # Allow sysops to ban IP ranges |
452 | 452 | $wgDefaultBlockExpiry = '24 hours'; # default expiry time |
453 | 453 | # strtotime format, or "infinite" for an infinite block |
454 | 454 | $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire |
Index: branches/REL1_4/phase3/RELEASE-NOTES |
— | — | @@ -465,6 +465,7 @@ |
466 | 466 | * SQL debug log fixlets |
467 | 467 | * (bug 1815) Fix namespace in old revision display with mismatched title |
468 | 468 | * (bug 1788) Fix link duplication when edit/upload comment includes newlines |
| 469 | +* Change default on $wgSysopUserBans and $wgSysopRangeBans to true |
469 | 470 | |
470 | 471 | |
471 | 472 | === Caveats === |