For r91123:
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 7 Sep 2011 17:55:37 +0000 (17:55 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 7 Sep 2011 17:55:37 +0000 (17:55 +0000)
commitcce7fcf367ffa507ca6a1acd4805dd8023b3bc2e
tree39f11c2ff36b175b2216930f5879b2654440338e
parent557a8dcc6a75cca8c88d5b4af3fa821d97910dfa
For r91123:
* Moved generateReason() to WikiPage. This fixes the PureWikiDeletion ext too.
* Make Checkpoint ext call getRawText() as doEdit() does. Aalso, WikiPage doesn't have fetchContent().
* Call getAutosummary() statically in doEdit().
* Fixed outdated code comment.
* Fixed title used in unit test.
includes/Article.php
includes/WikiPage.php
tests/phpunit/includes/ArticleTest.php