(bug 2099) Deleted files can now be archived and undeleted, if you set up an appropri...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 16 Jun 2006 01:16:45 +0000 (01:16 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 16 Jun 2006 01:16:45 +0000 (01:16 +0000)
commit8a42f0b1a877a29e71167333bff1dab338942682
tree7b567d86709c978b188eb5a26f30e48ab1118dad
parent22c88555196e5d4cf6b76c76dbb7d8a55d78e57c
(bug 2099) Deleted files can now be archived and undeleted, if you set up an appropriate non-web-accessible directory.
Set $wgSaveDeletedFiles on and an appropriate directory path in $wgFileStore['deleted']['directory']
14 files changed:
RELEASE-NOTES
includes/AutoLoader.php
includes/DefaultSettings.php
includes/FileStore.php [new file with mode: 0644]
includes/GlobalFunctions.php
includes/Image.php
includes/ImagePage.php
includes/SpecialUndelete.php
includes/Title.php
languages/Messages.php
maintenance/archives/patch-filearchive.sql [new file with mode: 0644]
maintenance/mysql5/tables.sql
maintenance/tables.sql
maintenance/updaters.inc