Removing Special:MissingFiles for now.
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 5 Jun 2008 20:06:41 +0000 (20:06 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 5 Jun 2008 20:06:41 +0000 (20:06 +0000)
* _Really_ slow queries
* Lack of Shared repo support

RELEASE-NOTES
includes/DefaultSettings.php
includes/SpecialPage.php

index 4cf6ee4..3a94405 100644 (file)
@@ -143,8 +143,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * The User class now contains a public function called isActiveEditor. Figures
   out if a user is active based on at least $wgActiveUserEditCount number of
   edits in the last $wgActiveUserDays days.
-* (bug 13702) Add Special:MissingFiles to list places where an image link is 
-  used but no such file exists.
 * SpecialSearchResults hook now passes results by reference, so they can be
   changed by extensions.
 
index 42effd5..23c68f6 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php
 /**
  *
  *                 NEVER EDIT THIS FILE
@@ -2627,7 +2627,6 @@ $wgSpecialPageGroups = array(
        'Wantedcategories'          => 'maintenance',
        'Unwatchedpages'            => 'maintenance',
        'Fewestrevisions'           => 'maintenance',
-       'MissingFiles'                          => 'maintenance',
 
        'Userlogin'                 => 'login',
        'Userlogout'                => 'login',
index d04fd65..fe41c42 100644 (file)
@@ -107,7 +107,6 @@ class SpecialPage
                'Unusedimages'              => array( 'SpecialPage', 'Unusedimages' ),
                'Wantedpages'               => array( 'IncludableSpecialPage', 'Wantedpages' ),
                'Wantedcategories'          => array( 'SpecialPage', 'Wantedcategories' ),
-               'Missingfiles'              => array( 'SpecialPage', 'MissingFiles' ),
                'Mostlinked'                => array( 'SpecialPage', 'Mostlinked' ),
                'Mostlinkedcategories'      => array( 'SpecialPage', 'Mostlinkedcategories' ),
                'Mostlinkedtemplates'       => array( 'SpecialPage', 'Mostlinkedtemplates' ),