https://bugzilla.wikimedia.org/show_bug.cgi?id=30236
--- Comment #6 from Roan Kattouw <[email protected]> 2011-08-09 16:51:07 UTC --- (In reply to comment #5) > So the problem is that wfExpandUrl is called for {{fullurl:}} calls, but it > doesn't support relative urls yet. > > Roan is working on that in trunk. No, that's not the problem, and it's not fixed in trunk. {{fullurl:}} does, and MUST, output protocol-relative URLs to prevent cache pollution. And constructs like [//foo bar] work just fine. However, there is a difference between how the parser parses [[http://foo bar]] (literal [, external link, literal ]) and [[//foo bar]] (internal link). I'll investigate this at some point this week. It probably needs to be fixed in the parser, and a new parser test. -- 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
