* Inverted the precedence between section edition and revision undoing, now undo...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 30 Dec 2011 20:43:08 +0000 (20:43 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 30 Dec 2011 20:43:08 +0000 (20:43 +0000)
commit0107859d41f0bfba98025a1109a8bb2e47ba6265
tree140267b7f1d458aad57c094297cf20de912a661e
parent0a28aedebd434e9760c39d6530a7e124f4f994e3
* Inverted the precedence between section edition and revision undoing, now undo and undoafter will be ignored if the section (or even wpSection) is provided to be consistent the remaining of the interface
* Modified EditPage::getContent() to load the original content only when really needed
* Don't put the 'missing-article' in the textbox when a non-existing revision is provided, instead display it above the form
* Always diff to the current version when showing a conflict or a spam filter match
* Factorised code to get the current text on edit conflict
* Compare the correct text in EditPage::internalAttemptSave()
* Some little coding style fixes
includes/EditPage.php