Moved File classes to filerepo/file (as well as ArchivedFile)
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 16 Nov 2011 22:55:48 +0000 (22:55 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 16 Nov 2011 22:55:48 +0000 (22:55 +0000)
commitef75030835528ae03b37a7ec89daa66315be3725
tree866e3319a1f006b976e8826235c82032d880dad9
parentc7b794a9a6772ab915fb77673752a39eeef8a0e0
Moved File classes to filerepo/file (as well as ArchivedFile)
15 files changed:
includes/AutoLoader.php
includes/filerepo/ArchivedFile.php [deleted file]
includes/filerepo/File.php [deleted file]
includes/filerepo/ForeignAPIFile.php [deleted file]
includes/filerepo/ForeignDBFile.php [deleted file]
includes/filerepo/LocalFile.php [deleted file]
includes/filerepo/OldLocalFile.php [deleted file]
includes/filerepo/UnregisteredLocalFile.php [deleted file]
includes/filerepo/file/ArchivedFile.php [new file with mode: 0644]
includes/filerepo/file/File.php [new file with mode: 0644]
includes/filerepo/file/ForeignAPIFile.php [new file with mode: 0644]
includes/filerepo/file/ForeignDBFile.php [new file with mode: 0644]
includes/filerepo/file/LocalFile.php [new file with mode: 0644]
includes/filerepo/file/OldLocalFile.php [new file with mode: 0644]
includes/filerepo/file/UnregisteredLocalFile.php [new file with mode: 0644]