https://bugzilla.wikimedia.org/show_bug.cgi?id=30883

Jeremy Baron <bugzilla+org.wikime...@tuxmachine.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla+org.wikimedia@tuxm
                   |                            |achine.com

--- Comment #12 from Jeremy Baron <bugzilla+org.wikime...@tuxmachine.com> 
2011-09-15 04:29:01 UTC ---
Short version: don't see a bug here, seems to (at least for my testcases)
behave as Brion says.

This seems pretty simple to me:

this wikitext:
> * [[foo?bar]]
> * [[foo&bar]]
> * [[foo&amp;bar]]
> * [[foo%20bar22]]
> * [[foo_bar22]]
> * [[foo%26bar]]

is rendered into this <ul>:
> <ul><li> <a href="/w/index.php?title=Foo%3Fbar&amp;action=edit&amp;redlink=1" 
> class="new" title="Foo?bar (page does not exist)">foo?bar</a>
> </li><li> <a 
> href="/w/index.php?title=Foo%26bar&amp;action=edit&amp;redlink=1" class="new" 
> title="Foo&amp;bar (page does not exist)">foo&amp;bar</a>
> </li><li> <a 
> href="/w/index.php?title=Foo%26bar&amp;action=edit&amp;redlink=1" class="new" 
> title="Foo&amp;bar (page does not exist)">foo&amp;bar</a>
> </li><li> <a 
> href="/w/index.php?title=Foo_bar22&amp;action=edit&amp;redlink=1" class="new" 
> title="Foo bar22 (page does not exist)">foo bar22</a>
> </li><li> <a 
> href="/w/index.php?title=Foo_bar22&amp;action=edit&amp;redlink=1" class="new" 
> title="Foo bar22 (page does not exist)">foo_bar22</a>
> </li><li> <a 
> href="/w/index.php?title=Foo%26bar&amp;action=edit&amp;redlink=1" class="new" 
> title="Foo&amp;bar (page does not exist)">foo&amp;bar</a>
> </li></ul>

which my browser renders as:
> * foo?bar
> * foo&bar
> * foo&bar
> * foo bar22
> * foo_bar22
> * foo&bar

http://en.wikipedia.org/wiki/Special:ExpandTemplates?input=*+%5B%5Bfoo%3Fbar%5D%5D%0D%0A*+%5B%5Bfoo%26bar%5D%5D%0D%0A*+%5B%5Bfoo%26amp%3Bbar%5D%5D%0D%0A*+%5B%5Bfoo%2520bar22%5D%5D%0D%0A*+%5B%5Bfoo_bar22%5D%5D%0D%0A*+%5B%5Bfoo%2526bar%5D%5D

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to