Recommit my changes to EditPage without the regressions:
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 26 Aug 2008 15:45:32 +0000 (15:45 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 26 Aug 2008 15:45:32 +0000 (15:45 +0000)
commitb03a2c72074d41dd7454a9b15e1e2b7a9ccf99c5
treeff4ab4c296d942a6428111d0b38eaf794c70c160
parentd0f5178dc7991facd1ae41f32dd9e33f498c71de
Recommit my changes to EditPage without the regressions:
* Content was double encoded by the call to htmlspecialchars and the use of Xml::textarea
* showFormBeforeText was returning instead of outputting (This caused saves to fail since there was no edittime)
* As a little extra no-one noticed, accidentally $encodedtext was left in showTextbox2 rather than $this->textbox2.
includes/EditPage.php