https://bugzilla.wikimedia.org/show_bug.cgi?id=34362
--- Comment #4 from [email protected] 2012-02-14 03:32:03 UTC --- (In reply to comment #2) > (In reply to comment #0) > > "<ipbanononly>" appears instead of "anononly" in Special:GlobalBlock. > > This looks fine on trunk I don't have a trunk build; I have r77687. I'm going to try to install the latest build. (In reply to comment #3) > Two things: > 1) The code "$ip_pattern = substr( $hex_ip, 0, 4 ) . '%';" in > getGlobalBlockingBlock is not very useful for IPv6 > 2) The schema only gives 32 chars for ipv6 hex addresses. However IP::toHex() > adds a v6- prefix, so the column width is too low. This causes the values to > be > truncated and the blocks don't work. It looks like, then, we'll need to make a separate table in the schema for IPv6... -- 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
