Start moving page move logic out of Title
authorKunal Mehta <legoktm@gmail.com>
Mon, 15 Sep 2014 02:16:22 +0000 (19:16 -0700)
committerKunal Mehta <legoktm@gmail.com>
Mon, 15 Sep 2014 02:29:53 +0000 (19:29 -0700)
commit77698193f9f5d92e059a393471e9b7b14ac58dd3
treecdaf88b2c0ac917e57c250f4bb4eb8b6cc79bc9e
parente0ff770adee0695b94e6c22d9d9007e836374b70
Start moving page move logic out of Title

This moves most of the Title::moveTo() function into a new MovePage
class, and the entirety of the Title::moveToInternal() function.

No actual code was changed except for requiring a User object in
function arguments instead of relying up on $wgUser, and changes
to "$this" as necessary.

Change-Id: I5479fa8f3920a51ddf789d55edae7dd0d9b24382
includes/AutoLoader.php
includes/MovePage.php [new file with mode: 0644]
includes/Title.php