* Added File::normalizeTitle() function and used it to consolidate file title validit...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 4 Nov 2011 23:49:03 +0000 (23:49 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 4 Nov 2011 23:49:03 +0000 (23:49 +0000)
commit47f4d0ec2485e0fe8b6a178d93a2f8d29a9d7f71
tree35fa70ca622b63a3384e4030d038e2607988fb53
parent82491feae9c0eccb9131be99caef24158398aae0
* Added File::normalizeTitle() function and used it to consolidate file title validity checks and sanitation. (bug 32195)
* Broke a few long lines.
includes/filerepo/ArchivedFile.php
includes/filerepo/File.php
includes/filerepo/FileRepo.php
includes/filerepo/LocalRepo.php
includes/filerepo/RepoGroup.php
includes/filerepo/UnregisteredLocalFile.php