Respect file restrictions in the file history list. This is done by adding oi_deleted...
authorRotem Liss <rotem@users.mediawiki.org>
Fri, 29 Aug 2008 12:28:26 +0000 (12:28 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Fri, 29 Aug 2008 12:28:26 +0000 (12:28 +0000)
RELEASE-NOTES
includes/filerepo/OldLocalFile.php

index a0d82d9..cabd95c 100644 (file)
@@ -162,6 +162,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Fixed intermittent deadlock errors involving objectcache table queries. 
   Use a separate database connection for the objectcache table to avoid 
   long-lasting locks on that table.
+* Respect file restrictions in the file history list
 
 
 === API changes in 1.14 ===
index 89e49c4..bacae00 100644 (file)
@@ -64,6 +64,7 @@ class OldLocalFile extends LocalFile {
                        'oi_user',
                        'oi_user_text',
                        'oi_timestamp',
+                       'oi_deleted',
                        'oi_sha1',
                );
        }