Tweaks to r41902 "(bug 14634) Show range blocks for IPs"
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 13 Oct 2008 01:44:22 +0000 (01:44 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 13 Oct 2008 01:44:22 +0000 (01:44 +0000)
commit426e9e7378c14632c5f3e43c2c1dc8932d465543
tree1d35cff8caba271fa84fe105f57b7db29ac07309
parent7c130df66fa7c38927109174ee4e99c0906177a9
Tweaks to r41902 "(bug 14634) Show range blocks for IPs"
* Remove the "scan range blocks" checkbox -- doing the range check is sane default behavior, and should Just Work. :)
* Paranoia SQL escaping. We may "know" that the strings will never include something escapable, but then again someone might make a mistake one day. By ensuring we escape them, we have one less thing to worry about, and one less thing to double-check every time we look at this code.

Note that a search for a particular range block currently does not turn up larger range blocks that include it, which it probably should.
includes/specials/SpecialIpblocklist.php
languages/messages/MessagesEn.php