Remove Article static methods deprecated in 1.24
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 26 Oct 2017 16:22:01 +0000 (12:22 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 26 Oct 2017 16:22:01 +0000 (12:22 -0400)
commit7d93d1d1cda438d05f5a05ae17da36fe41ac27bb
tree04523261c1e99f3bad2ebee27098779cd5ba2b89
parent09b6dddae2a21c8b03efae46539cca47086f5574
Remove Article static methods deprecated in 1.24

The Article::selectFields(), Article::onArticleCreate(),
Article::onArticleDelete(), and Article::onArticleEdit() methods have
been deprecated in favor of the correponding WikiPage methods since
1.24. Remove them.

Change-Id: I30f3d88f8d28ccaebf5a858058e183112d29a1a7
RELEASE-NOTES-1.31
includes/page/Article.php
tests/phpunit/includes/page/ArticleTest.php