* Changing PageArchive::undelete() and undeleteRevisions() to return false rather...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 18 Jan 2008 19:38:28 +0000 (19:38 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 18 Jan 2008 19:38:28 +0000 (19:38 +0000)
commit0ffedad161f316283c9958262a29eeace15e5082
tree5667324c6f43a984e282f35d627fca19dd5b8583
parent152463e335bec70154082f6116a123d5f4fef243
* Changing PageArchive::undelete() and undeleteRevisions() to return false rather than an error code
* Refactoring ApiUndelete to use ApiBase::dieUsageMsg()
* Adding new messages to ApiBase::$messageMap
includes/SpecialUndelete.php
includes/api/ApiBase.php
includes/api/ApiUndelete.php