https://bugzilla.wikimedia.org/show_bug.cgi?id=39780
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-09-02 22:17:54 UTC --- (In reply to comment #0) > When an IPv6 addresses are globally rangeblocked, the error message shown when > someone on a g-blocked IPv6 range only shows the local individual address, not > the range, such as the proxy block at > http://www.4proxy.de/index.php?q=aHR0cDovL3d3dy5tZWRpYXdpa2kub3JnL3cvaW5kZXgucGhwP3RpdGxlPVNwZWNpYWw6VXNlckxvZ2luJmFtcDtyZXR1cm50bz1NZWRpYVdpa2klM0FNb2Rlcm4rQXBpenphJmFtcDtyZXR1cm50b3F1ZXJ5PWFjdGlvbiUzRGVkaXQmYW1wO3R5cGU9c2lnbnVw. > > This is not unique to proxies. 'globalblocking-ipblocked' => "'''Your IP address has been blocked on all wikis.''' The block was made by $1 ($2). The reason given is ''$3''. * Start of block: $4 * Expiry of block: $5 You can contact $1 to discuss the block. You cannot use the \"{{int:emailuser}}\" feature unless a valid e-mail address is specified in your [[Special:Preferences|account preferences]] and you have not been blocked from using it. Your current IP address is $6. Please include all above details in any queries you make.", return $result = array( 'globalblocking-ipblocked', $blockingUser, $display_wiki, $block->gb_reason, $blockTimestamp, $blockExpiry, $ip ); $6 is being used in a different context in the modified message apparently on mediawiki.org, so of course it's not going to show theh range The parameters passed back with the message don't suggest there is a range of ip addresses. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
