FU r102073:
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 11 Nov 2011 22:14:21 +0000 (22:14 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 11 Nov 2011 22:14:21 +0000 (22:14 +0000)
commit607171cb917ee5ec7cf9f84acf979f4db97f81e6
treecaa6bb8a6bd831dd677cf3fd0f6edde693541f5a
parent88e395e51532f68db7a6cd11ea39ab2363259768
FU r102073:
* (bug 32367) Fixed SpecialMovePage to not call wfLocalFile() on a non file title and expect an actual File back. Previously "worked" due to an old file title checking loophole (File objects with non File: titles).
* Use File::normalizeTitle() in some more functions that were still doing their own incomplete normalization.
* Updated FileRepo::newFile() docs to reflect that it can return null; wfLocalFile() docs already mentioned this.
includes/GlobalFunctions.php
includes/filerepo/FileRepo.php
includes/filerepo/RepoGroup.php
includes/specials/SpecialMovepage.php