From 6a65a49206ee8accdb421819f7bf66931b037694 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Tue, 6 Jun 2006 12:35:47 +0000 Subject: [PATCH] Autoload QueryPage --- includes/SpecialAncientpages.php | 5 ----- includes/SpecialBrokenRedirects.php | 5 ----- includes/SpecialCategories.php | 5 ----- includes/SpecialDeadendpages.php | 5 ----- includes/SpecialDisambiguations.php | 5 ----- includes/SpecialDoubleRedirects.php | 5 ----- includes/SpecialListredirects.php | 5 +---- includes/SpecialListusers.php | 5 ----- includes/SpecialLonelypages.php | 5 ----- includes/SpecialMIMEsearch.php | 3 --- includes/SpecialMostcategories.php | 3 --- includes/SpecialMostimages.php | 3 --- includes/SpecialMostlinked.php | 3 --- includes/SpecialMostlinkedcategories.php | 3 --- includes/SpecialMostrevisions.php | 3 --- includes/SpecialNewpages.php | 5 ----- includes/SpecialPopularpages.php | 5 ----- includes/SpecialShortpages.php | 5 ----- includes/SpecialUncategorizedpages.php | 5 ----- includes/SpecialUnusedcategories.php | 3 --- includes/SpecialUnusedimages.php | 3 --- includes/SpecialUnusedtemplates.php | 5 +---- includes/SpecialUnwatchedpages.php | 3 --- includes/SpecialWantedcategories.php | 3 --- includes/SpecialWantedpages.php | 5 ----- 25 files changed, 2 insertions(+), 103 deletions(-) diff --git a/includes/SpecialAncientpages.php b/includes/SpecialAncientpages.php index a0fcef7a0a..39a3c8ea17 100644 --- a/includes/SpecialAncientpages.php +++ b/includes/SpecialAncientpages.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once( 'QueryPage.php' ); - /** * * @package MediaWiki diff --git a/includes/SpecialBrokenRedirects.php b/includes/SpecialBrokenRedirects.php index 8c16e50a25..77367bcf1f 100644 --- a/includes/SpecialBrokenRedirects.php +++ b/includes/SpecialBrokenRedirects.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once('QueryPage.php'); - /** * * @package MediaWiki diff --git a/includes/SpecialCategories.php b/includes/SpecialCategories.php index 47df89ae20..8a6dd5ff13 100644 --- a/includes/SpecialCategories.php +++ b/includes/SpecialCategories.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once("QueryPage.php"); - /** * * @package MediaWiki diff --git a/includes/SpecialDeadendpages.php b/includes/SpecialDeadendpages.php index c82eda3ec5..3f4a05198f 100644 --- a/includes/SpecialDeadendpages.php +++ b/includes/SpecialDeadendpages.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once( "QueryPage.php" ); - /** * * @package MediaWiki diff --git a/includes/SpecialDisambiguations.php b/includes/SpecialDisambiguations.php index d30e325898..1a0297af72 100644 --- a/includes/SpecialDisambiguations.php +++ b/includes/SpecialDisambiguations.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once('QueryPage.php'); - /** * * @package MediaWiki diff --git a/includes/SpecialDoubleRedirects.php b/includes/SpecialDoubleRedirects.php index af02269e13..fe480f60a1 100644 --- a/includes/SpecialDoubleRedirects.php +++ b/includes/SpecialDoubleRedirects.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once('QueryPage.php'); - /** * * @package MediaWiki diff --git a/includes/SpecialListredirects.php b/includes/SpecialListredirects.php index 729de43edf..3cbdedab3a 100644 --- a/includes/SpecialListredirects.php +++ b/includes/SpecialListredirects.php @@ -8,9 +8,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage @@ -69,4 +66,4 @@ function wfSpecialListredirects() { $lrp->doQuery( $offset, $limit ); } -?> \ No newline at end of file +?> diff --git a/includes/SpecialListusers.php b/includes/SpecialListusers.php index 028665c1b0..20b26b6330 100644 --- a/includes/SpecialListusers.php +++ b/includes/SpecialListusers.php @@ -27,11 +27,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once('QueryPage.php'); - /** * This class is used to get a list of user. The ones with specials * rights (sysop, bureaucrat, developer) will have them displayed diff --git a/includes/SpecialLonelypages.php b/includes/SpecialLonelypages.php index b9f521a8d1..326ae54dbf 100644 --- a/includes/SpecialLonelypages.php +++ b/includes/SpecialLonelypages.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once( "QueryPage.php" ); - /** * * @package MediaWiki diff --git a/includes/SpecialMIMEsearch.php b/includes/SpecialMIMEsearch.php index f38d055891..cbbe6f936d 100644 --- a/includes/SpecialMIMEsearch.php +++ b/includes/SpecialMIMEsearch.php @@ -10,9 +10,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialMostcategories.php b/includes/SpecialMostcategories.php index aa53323ca3..5591bbc47a 100644 --- a/includes/SpecialMostcategories.php +++ b/includes/SpecialMostcategories.php @@ -8,9 +8,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialMostimages.php b/includes/SpecialMostimages.php index b1ecb90186..30fbdddf15 100644 --- a/includes/SpecialMostimages.php +++ b/includes/SpecialMostimages.php @@ -8,9 +8,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialMostlinked.php b/includes/SpecialMostlinked.php index 9d0ecea92f..ccccc1a48c 100644 --- a/includes/SpecialMostlinked.php +++ b/includes/SpecialMostlinked.php @@ -13,9 +13,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialMostlinkedcategories.php b/includes/SpecialMostlinkedcategories.php index 6951e457ea..0944d2f86c 100644 --- a/includes/SpecialMostlinkedcategories.php +++ b/includes/SpecialMostlinkedcategories.php @@ -10,9 +10,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialMostrevisions.php b/includes/SpecialMostrevisions.php index 09561ffae3..81a49c9950 100644 --- a/includes/SpecialMostrevisions.php +++ b/includes/SpecialMostrevisions.php @@ -10,9 +10,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index 3f72352f61..cdf1b10f8c 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once( 'QueryPage.php' ); - /** * * @package MediaWiki diff --git a/includes/SpecialPopularpages.php b/includes/SpecialPopularpages.php index 64d6b9842f..77d41437c5 100644 --- a/includes/SpecialPopularpages.php +++ b/includes/SpecialPopularpages.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once( "QueryPage.php" ); - /** * * @package MediaWiki diff --git a/includes/SpecialShortpages.php b/includes/SpecialShortpages.php index 5381e2f3a5..d1592c4647 100644 --- a/includes/SpecialShortpages.php +++ b/includes/SpecialShortpages.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once("QueryPage.php"); - /** * SpecialShortpages extends QueryPage. It is used to return the shortest * pages in the database. diff --git a/includes/SpecialUncategorizedpages.php b/includes/SpecialUncategorizedpages.php index f42a6f74da..0ecc5d077d 100644 --- a/includes/SpecialUncategorizedpages.php +++ b/includes/SpecialUncategorizedpages.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once( "QueryPage.php" ); - /** * * @package MediaWiki diff --git a/includes/SpecialUnusedcategories.php b/includes/SpecialUnusedcategories.php index 409f2ea14e..270180ef68 100644 --- a/includes/SpecialUnusedcategories.php +++ b/includes/SpecialUnusedcategories.php @@ -5,9 +5,6 @@ * @subpackage SpecialPage */ -/** */ -require_once('QueryPage.php'); - /** * * @package MediaWiki diff --git a/includes/SpecialUnusedimages.php b/includes/SpecialUnusedimages.php index fa76c57dbb..32a6f95a6b 100644 --- a/includes/SpecialUnusedimages.php +++ b/includes/SpecialUnusedimages.php @@ -5,9 +5,6 @@ * @subpackage SpecialPage */ -/** */ -require_once("QueryPage.php"); - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialUnusedtemplates.php b/includes/SpecialUnusedtemplates.php index 422c5a238f..b33a24da05 100644 --- a/includes/SpecialUnusedtemplates.php +++ b/includes/SpecialUnusedtemplates.php @@ -9,9 +9,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage @@ -59,4 +56,4 @@ function wfSpecialUnusedtemplates() { $utp->doQuery( $offset, $limit ); } -?> \ No newline at end of file +?> diff --git a/includes/SpecialUnwatchedpages.php b/includes/SpecialUnwatchedpages.php index 8cc0802809..66e5c09166 100644 --- a/includes/SpecialUnwatchedpages.php +++ b/includes/SpecialUnwatchedpages.php @@ -10,9 +10,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialWantedcategories.php b/includes/SpecialWantedcategories.php index 6f603d92a1..8e75953af2 100644 --- a/includes/SpecialWantedcategories.php +++ b/includes/SpecialWantedcategories.php @@ -10,9 +10,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ -/* */ -require_once 'QueryPage.php'; - /** * @package MediaWiki * @subpackage SpecialPage diff --git a/includes/SpecialWantedpages.php b/includes/SpecialWantedpages.php index c92f059069..8bbe49cb54 100644 --- a/includes/SpecialWantedpages.php +++ b/includes/SpecialWantedpages.php @@ -5,11 +5,6 @@ * @subpackage SpecialPage */ -/** - * - */ -require_once 'QueryPage.php'; - /** * * @package MediaWiki -- 2.20.1