* Display all errors in showForm() instead of only the first one
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 1 Jan 2012 15:31:12 +0000 (15:31 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 1 Jan 2012 15:31:12 +0000 (15:31 +0000)
commitb4bebc021cf749b0caf042db38cceb141f2f9bd3
tree9a2f244cf3f57abb4240b9cdf5939fd3e50d5934
parent9a97ae018a5b93c49c3e445d89b7b44e21d4f281
* Display all errors in showForm() instead of only the first one
* First do some checks and then delete the target page instead of the opposite so we don't delete a page for no purpose if a problem arises
* Changed some empty() checks to count()
* Use Title::quickUserCan() to see whether to show the checkbox to delete the page or not instead of User::isAllowed()
includes/specials/SpecialMovepage.php