* Converted UserMailer stuff to return a Status object instead of true-or-WikiError
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Dec 2010 13:27:05 +0000 (13:27 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Dec 2010 13:27:05 +0000 (13:27 +0000)
commit4d19be865b5b37e26b6cbaef9dd7ed60ada42537
tree3c9f88b9755b65d5b339b3182b3b7a0bd152cb5d
parentda469e3abe8a5824e02605e0393dcf4f2354490a
* Converted UserMailer stuff to return a Status object instead of true-or-WikiError
* Made WikiError::isError() compatible with Status objects
* Added Status::getMessage() for backward compatibility

Extensions using WikiError::isError() to detect a failure of UserMailer::send() and realted methods should still work like before
includes/Preferences.php
includes/Status.php
includes/User.php
includes/UserMailer.php
includes/WikiError.php
includes/specials/SpecialConfirmemail.php
includes/specials/SpecialEmailuser.php
includes/specials/SpecialUserlogin.php
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc