* (bug 30711) WikiPage::replaceSection() now always the current text when adding...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 26 Dec 2011 14:45:58 +0000 (14:45 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 26 Dec 2011 14:45:58 +0000 (14:45 +0000)
commit6d10567e62f58f2ee61cc843369e211168aa3122
tree0d26a35ada832d6a63cd05476f28396fb1e6b9fe
parentb5066db9633c45949c1c68aff12042a3216b228e
* (bug 30711) WikiPage::replaceSection() now always the current text when adding a new section
* Made WikiPage::replaceSection() use getRawText() to get the current text
* Made EditPage::showDiff() also use the current text when diffing for adding a new section
* Removed the "You are editing an old version" when section=new since the oldid parameter has no effect new due to the above
includes/EditPage.php
includes/WikiPage.php