r8111 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r8110‎ | r8111 | r8112 >
Date:11:55, 7 April 2005
Author:vibber
Status:old
Tags:
Comment:
* Change default on $wgSysopUserBans and $wgSysopRangeBans to true
Modified paths:
  • /branches/REL1_4/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_4/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/includes/DefaultSettings.php
@@ -446,8 +446,8 @@
447447
448448 $wgAllowAnonymousMinor = false; # Allow anonymous users to mark changes as 'minor'
449449
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
452452 $wgDefaultBlockExpiry = '24 hours'; # default expiry time
453453 # strtotime format, or "infinite" for an infinite block
454454 $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire
Index: branches/REL1_4/phase3/RELEASE-NOTES
@@ -465,6 +465,7 @@
466466 * SQL debug log fixlets
467467 * (bug 1815) Fix namespace in old revision display with mismatched title
468468 * (bug 1788) Fix link duplication when edit/upload comment includes newlines
 469+* Change default on $wgSysopUserBans and $wgSysopRangeBans to true
469470
470471
471472 === Caveats ===

Status & tagging log