Fixes for SkinLegacy::specialPagesList():
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 10 Oct 2011 15:21:56 +0000 (15:21 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 10 Oct 2011 15:21:56 +0000 (15:21 +0000)
commit6f31ae468ce7ad42782385a8b366bcbd31ddf807
tree32b76e4733c79090268b7e688587b2ac0920655c
parente4bb18434e04c5027043178117587eb58d5b5690
Fixes for SkinLegacy::specialPagesList():
* Use XmlSelect, Html::rawElement() and Xml::submitButton() to make sure things are correctly escaped
* Get a Title object instead of using $wgContLang->specialPage()
* Redirect to index.php and changed the name of the <select> to title to use the common way instead of linking to redirect.php?wpDropDown=...
includes/SkinLegacy.php