[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2014-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #17 from C. Scott Ananian --- This will have to be fixed in parsoid as well as PHP; they share the same URL character classes. It would probably be better to special case a match at the front of the string against http://vernon.mau

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2014-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 Liangent changed: What|Removed |Added Version|1.16.x |1.24-git -- You are receiving this mail be

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2012-11-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 Nemo_bis changed: What|Removed |Added Status|ASSIGNED|NEW -- Configure bugmail: https://bugzilla

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 Liangent changed: What|Removed |Added Priority|Low |Normal --- Comment #16 from Liangent 2012-

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 Chris Steipp changed: What|Removed |Added CC||cste...@wikimedia.org --- Comment #15 f

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2012-01-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 Sumana Harihareswara changed: What|Removed |Added Keywords|need-review |reviewed CC|

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #13 from Allen Stambaugh 2011-12-08 20:59:00 UTC --- (In reply to comment #12) > So you are proposing to replace [] when following // or @. It may not be enough to replace the brackets surrounding the IPv6 address because a colon

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #12 from Platonides 2011-12-07 23:02:01 UTC --- So you are proposing to replace [] when following // or @. We could add something like (\[(?:[0-9a-fA-F])|:){2,10}\])* to mExtLinkBracketedRegex after wfUrlProtocols() (that would st

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-12-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #11 from Allen Stambaugh 2011-12-07 02:32:02 UTC --- (In reply to comment #10) > (In reply to comment #9) > Wikitext is written in text. Replacing [ and ] with something else which > doesn't conflict could work but... How do you ch

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-12-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #10 from Platonides 2011-12-06 21:28:12 UTC --- (In reply to comment #9) > > I am not sure what you mean. Are you referring to my php script? (Corrected > lines 11-16 below.) Wikitext is written in text. Replacing [ and ] with so

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-12-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #9 from Allen Stambaugh 2011-12-03 04:36:16 UTC --- (In reply to comment #7) > That doesn't help, since you would still need to detect IPv6 addresses written > with normal brackets. I am not sure what you mean. Are you referring t

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #8 from Platonides 2011-11-26 21:47:53 UTC --- The patch by Peter looks the way to go, but I'm afraid adding brackets to EXT_LINK_URL_CLASS would allow too much recursion. And that wouldn't stop at the ] of a url. The change to the

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #7 from Platonides 2011-11-26 20:28:40 UTC --- That doesn't help, since you would still need to detect IPv6 addresses written with normal brackets. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-11-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 --- Comment #6 from Allen Stambaugh 2011-11-24 08:52:19 UTC --- Created attachment 9543 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9543 PHP script to demonstrate how an IPv6 hostname can be modified. The PHP code I posted in my pr

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 Allen Stambaugh changed: What|Removed |Added CC||allen4na...@gmail.com --- Comment #5

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-08-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 Dan Collins changed: What|Removed |Added Keywords||need-parsertest CC|

[Bug 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2010-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261 Liangent changed: What|Removed |Added Summary|MediaWiki cannot convert|MediaWiki cannot recognize