Return some more verbose error messages when editing fails using the API. Added wfDep...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Wed, 9 Jun 2010 19:52:11 +0000 (19:52 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Wed, 9 Jun 2010 19:52:11 +0000 (19:52 +0000)
commit26fa8cb9f1068264eb5599ea526eb29861a7e30a
tree45533fa25e36d4cebcf2ebd2cdb65813c590cd5a
parent02de59b6828940ac5f64c43593a748e2d78e2751
Return some more verbose error messages when editing fails using the API. Added wfDeprecated to Article::updateArticle() and used the Status result from Article::doEdit directly in EditPage::internalAttemptSave.
includes/Article.php
includes/EditPage.php
includes/api/ApiEditPage.php