Introduce MovePage::moveSubpages(IfAllowed)
authorAryeh Gregor <ayg@aryeh.name>
Tue, 16 Apr 2019 13:51:04 +0000 (16:51 +0300)
committerBill Pirkle <bpirkle@wikimedia.org>
Wed, 22 May 2019 19:44:27 +0000 (14:44 -0500)
commit9510dbc4cee09ec0cec97325d99e44a5fc32b8f8
tree6b5cae5b96b78d30c8612a576f921ee63796d3b2
parent6071231e9009380a28805805d1e036a6767e1f2a
Introduce MovePage::moveSubpages(IfAllowed)

Title::moveSubpages() is now deprecated, and the one caller in core and
extensions was ported.

Change-Id: Ic1dc5a6f1a1bef89a35c13f0a72f6740c6a01c50
RELEASE-NOTES-1.34
includes/MovePage.php
includes/Title.php
includes/api/ApiMove.php
tests/phpunit/includes/MovePageTest.php