* (bug 5149) When autoblocks are enabled, retroactively apply an autoblock to the...
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 8 Nov 2006 09:54:06 +0000 (09:54 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 8 Nov 2006 09:54:06 +0000 (09:54 +0000)
commit8671e7cda835dbb832bcfb86b0e994e5ce0df88f
tree19daacd3b51969772cd2a5feae4a388ffb779aa1
parentf22cd6bd5db066797d6b7e36e8feb22147e71442
* (bug 5149) When autoblocks are enabled, retroactively apply an autoblock to the most recently used IP of a user when they are blocked.
* Add an index on (rc_user_text,rc_timestamp) on the recentchanges table. This will make CheckUser.php and the new retroactive autoblock functionality faster.
RELEASE-NOTES
includes/Block.php
includes/User.php
languages/messages/MessagesEn.php
maintenance/archives/patch-rc_user_text-index.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc