* Reintroduce user page move permission as per r41465, generally useful regardless...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 11 Oct 2008 08:26:01 +0000 (08:26 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 11 Oct 2008 08:26:01 +0000 (08:26 +0000)
commitf69bee7798f1ac80325be362a3510a4d06aba7b0
tree05f6b5db4aee6a809c5f42fe1eade34a175aa59d
parent057eb1971f4e549bcb2794aca38943c967d92dc1
* Reintroduce user page move permission as per r41465, generally useful regardless of whether the Renameuser extension is in use. Do the check in Title::getUserPermissionsErrorsInternal(), so that the move page tab won't be displayed on user pages for users who can't move them.
* Use error message text suitable for humans. Be specific about whether the source or the destination is the problem, say what the namespace is for those people who don't get namespaces, don't introduce unnecessary jargon words like "root" for a page that isn't a subpage.
* Fixed incorrect display of movenotallowed for immobile namespaces, use the new specific error messages.
includes/DefaultSettings.php
includes/Title.php
languages/messages/MessagesEn.php