From: Brion Vibber Date: Mon, 5 Dec 2005 08:19:52 +0000 (+0000) Subject: * (bug 4170) Decode HTML character escapes in sort key X-Git-Tag: 1.6.0~1011 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=43cc64eaa46460ae79bfd67e8a63e049a898ee16;p=lhc%2Fweb%2Fwiklou.git * (bug 4170) Decode HTML character escapes in sort key --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 98a77fb777..2dac2a04be 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -298,6 +298,7 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 1850) Additional fixes so existing local and remote images get a blue link even if there's no local description page * (bug 4169) Use $wgLegalTitleChars in pipe trick conversions +* (bug 4170) Decode HTML character escapes in sort key === Caveats === diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index e5c11e822c..d79a463fb2 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -258,8 +258,8 @@ class CategoryPage extends Article { } $cont_msg = ""; if ( $articles_start_char[$index] == $prev_start_char ) - $cont_msg = wfMsg('listingcontinuesabbrev'); - $r .= "

{$articles_start_char[$index]}$cont_msg

\n