* CategoryPage.php: fix the "category-empty" message per comment on r91518, it was...
authorRobin Pepermans <robin@users.mediawiki.org>
Thu, 11 Aug 2011 19:58:23 +0000 (19:58 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Thu, 11 Aug 2011 19:58:23 +0000 (19:58 +0000)
commit165519fdf56b19d827d3b0311e4ea2b16b2e4f49
tree56d603d25191906af7ae91ad9375c54f052e54f6
parent3224372562ca79109ca9ade6f6403b44c4adf5be
* CategoryPage.php: fix the "category-empty" message per comment on r91518, it was outside the bodyContent. And do not convert interface text.
* Parser.php: Apparently that was a much bigger bug: do not convert interface text going through the parser either.
* Preferences.php: Do not convert the user signature.
For this bug in action, see e.g. http://sr.wikipedia.org/sr-ec/Посебно:Подешавањ?uselang=en (e.g. "Username" -> "Усернаме")
RELEASE-NOTES-1.19
includes/CategoryPage.php
includes/Preferences.php
includes/parser/Parser.php