* Introduced FileRepoStatus -- result class for file repo operations.
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 22 Jul 2007 14:45:12 +0000 (14:45 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 22 Jul 2007 14:45:12 +0000 (14:45 +0000)
commitca76169bbef2f9c430a664c710a07c77672357e1
treeff7b0facb04af41b79b865ca2ac0948dcc522366
parent92d6c5d9c6735706b32c2e213a02e93a89aca656
* Introduced FileRepoStatus -- result class for file repo operations.
* Ported file delete/restore to the filerepo framework. Some user-visible changes in error reporting.
* $wgSaveDeletedFiles has been removed, the feature is now enabled unconditionally. Added a "deleted" directory for the default location, protected by a .htaccess file and the practical obscurity of content hashes.
* Fixed bug 2735: "Preview" shown in title bar for action=submit on special pages
* Removed "restore" links from the deletion log embedded in Special:Undelete
* Added img_sha1/oi_sha1 fields, preserved through upload, delete and restore
* Referenced the new oi_metadata etc. fields to preserve metadata across upload and delete/restore.
29 files changed:
RELEASE-NOTES
StartProfiler.php
images/deleted/.htaccess [new file with mode: 0644]
includes/Article.php
includes/AutoLoader.php
includes/DefaultSettings.php
includes/EditPage.php
includes/FileStore.php
includes/GlobalFunctions.php
includes/ImagePage.php
includes/OutputPage.php
includes/PageHistory.php
includes/Setup.php
includes/SpecialLog.php
includes/SpecialUndelete.php
includes/SpecialUpload.php
includes/filerepo/FSRepo.php
includes/filerepo/File.php
includes/filerepo/FileRepo.php
includes/filerepo/FileRepoStatus.php [new file with mode: 0644]
includes/filerepo/ForeignDBRepo.php
includes/filerepo/LocalFile.php
includes/filerepo/LocalRepo.php
includes/filerepo/OldLocalFile.php
languages/messages/MessagesEn.php
maintenance/archives/patch-img_sha1.sql [new file with mode: 0644]
maintenance/rebuildImages.php
maintenance/tables.sql
maintenance/updaters.inc