* (bug 14646) Fix some double-escaping of HTML in feed output
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 6 Jul 2008 20:19:04 +0000 (20:19 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 6 Jul 2008 20:19:04 +0000 (20:19 +0000)
commit2e2141866b10b4681d260f1f03c840d86c8c39c3
tree38eca0a9340a1f0450e24ddff1bd9d4b7b3d8d92
parent0ab84bc20a46c19aac4430c2d4b81d2251fd7212
* (bug 14646) Fix some double-escaping of HTML in feed output

Log entry action text was being double-escaped by running HTML through the comment parser.
Log action text is now output as straight HTML.

The link for long diffs was also coming out wrong on English Wikipedia due to overloading of messages.
Switched from 'differenes' (which is a label text which had gotten turned into an HTML link there) to 'showdiff', which is a plaintext button label. (Might consider making it a separate message which is a little more descriptive.)
RELEASE-NOTES
includes/FeedUtils.php
includes/LogPage.php