* Allow blocks on anonymous users only.
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 10 Jul 2006 06:30:03 +0000 (06:30 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 10 Jul 2006 06:30:03 +0000 (06:30 +0000)
commit1d9922db6442dec82e4be07c45c2e8a3a2035602
tree9d6b4eecd0aa771ee77b99201c57147b09105d0b
parente67cbd5a945e6ff2d985334c757d7126e055bd17
* Allow blocks on anonymous users only.
* Allow or disallow account creation from blocked IP addressess on a per-block basis.
* Prevent duplicate blocks.
* Fixed the problem of expiry and unblocking erroneously affecting multiple blocks.
* Fixed confusing lack of error message when a blocked user attempts to create an account.
* Fixed inefficiency of Special:Ipblocklist in the presence of large numbers of blocks; added indexes and implemented an indexed pager.
RELEASE-NOTES
includes/Block.php
includes/SpecialBlockip.php
includes/SpecialIpblocklist.php
includes/SpecialUserlogin.php
includes/User.php
languages/Messages.php
maintenance/archives/patch-ipb_anon_only.sql [new file with mode: 0644]
maintenance/mysql5/tables.sql
maintenance/tables.sql
maintenance/updaters.inc