(bug 33321. Sort of) Adding a line to MediaWiki:Sidebar that contains a pipe, but...
authorBrian Wolff <bawolff@users.mediawiki.org>
Thu, 5 Jan 2012 15:34:26 +0000 (15:34 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Thu, 5 Jan 2012 15:34:26 +0000 (15:34 +0000)
commit3cc7feefd11691d54ae350a76259c70688c63675
tree7da355aaebca7a1901d751be525d5a6b2001f5e6
parent616ff7b66c8672d515974bdaeede97f40245872b
(bug 33321. Sort of) Adding a line to MediaWiki:Sidebar that contains a pipe, but doesn't
have any pipes after being transformed by MessageCache, causes exception on
all pages.

This can happen with lines like:
**{{#if:yes|Something}}

Thank you to liangent for figuring out how to escape a | without {{!}} existing and &#124; not working.
RELEASE-NOTES-1.19
includes/Skin.php
tests/phpunit/skins/SideBarTest.php