Allow moving category pages
authorJackmcbarn <jackmcbarn@gmail.com>
Mon, 5 May 2014 18:22:53 +0000 (14:22 -0400)
committerReedy <reedy@wikimedia.org>
Fri, 9 May 2014 17:12:25 +0000 (18:12 +0100)
commitf14e48f4f9bd83d190464b4e9b8844046f51a192
treed18907176c906e9cb42b3caf8cfd429ed21ea04b
parent467ea6e54ccb51be27a2a5dc95bf4025230bec43
Allow moving category pages

Allow category pages to be moved. This is to preserve attribution of the
page only and does not cause pages in the category to recategorize to the
new one. A warning explains this when such a move is attempted. The new
right move-categorypages is required to do this, which is assigned to user
and sysop by default (the same as other move-related rights). The message
category-move-redirect-override can be used to cause custom text to be
placed on the "old" category page in lieu of a redirect.

Bug: 28569
Bug: 5451
Change-Id: Ic93616a54c8e98e3dc71daee3c92c466d64daffc
includes/DefaultSettings.php
includes/Namespace.php
includes/Title.php
includes/User.php
includes/specials/SpecialMovepage.php
languages/i18n/en.json
languages/i18n/qqq.json
maintenance/language/messageTypes.inc
maintenance/language/messages.inc
tests/phpunit/includes/MWNamespaceTest.php