Hard-deprecate Title::moveTo and friends
authorAryeh Gregor <ayg@aryeh.name>
Tue, 16 Apr 2019 13:51:04 +0000 (16:51 +0300)
committerBill Pirkle <bpirkle@wikimedia.org>
Tue, 28 May 2019 16:52:36 +0000 (11:52 -0500)
commited625e11cd84f560fb00fb12b58accf5b7eb8698
tree3e47e688c2818479eb1a74d12e50113028e5b086
parentf4de088e6322d969b88edeb1c417549849c3803d
Hard-deprecate Title::moveTo and friends

moveSubpages wasn't officially deprecated at all before this release,
but there were no callers in codesearch outside core, so it should be
safe to hard-deprecate.

Bug: T208775
Change-Id: Icea9f1dc45d8bd8c96cc159d631f18c394aab4b7
RELEASE-NOTES-1.34
includes/MovePage.php
includes/Title.php
includes/specials/SpecialMovepage.php
tests/phpunit/includes/MovePageTest.php
tests/phpunit/includes/TitleMethodsTest.php
tests/phpunit/includes/TitleTest.php