* (bug 13815) In the comment for page moves, use the colon-separator message instead...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 14 Jul 2008 21:43:27 +0000 (21:43 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 14 Jul 2008 21:43:27 +0000 (21:43 +0000)
commit32e0e290a6de4173957cbc937e72613476a5c8cb
treee057b293811965f7d8b22a8db5c162047aa03b46
parent098cfc3c3bf127ce936c53328a3c36c7d7ac5e77
* (bug 13815) In the comment for page moves, use the colon-separator message instead of a hardcoded colon.
* So that this works properly, don't escape HTML entities in edit summaries.  I don't see any good reason for them to be escaped there.  Of course, this may result in old edit summaries displaying slightly differently if for some reason they included an entity, but in that case there's at least a 50% chance that they intended it to not be escaped in the first place.
RELEASE-NOTES
includes/GlobalFunctions.php
includes/Linker.php
includes/Sanitizer.php
includes/Title.php