From fff5f0ee0b7aa4adf2b0eb96f3cbed491e692547 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 15 Aug 2010 07:16:58 +0000 Subject: [PATCH] Standardised file description headers; second part --- includes/specials/SpecialNewimages.php | 9 +++++---- includes/specials/SpecialNewpages.php | 7 ++++++- includes/specials/SpecialPopularpages.php | 8 ++++---- includes/specials/SpecialPreferences.php | 9 +++++++++ includes/specials/SpecialPrefixindex.php | 7 ++++++- includes/specials/SpecialProtectedpages.php | 8 ++++---- includes/specials/SpecialProtectedtitles.php | 8 ++++---- includes/specials/SpecialRandompage.php | 7 +++++-- includes/specials/SpecialRandomredirect.php | 7 +++++-- includes/specials/SpecialRecentchanges.php | 7 ++++++- .../specials/SpecialRecentchangeslinked.php | 5 +++++ includes/specials/SpecialResetpass.php | 6 +++--- includes/specials/SpecialRevisionMove.php | 18 +++++++++--------- includes/specials/SpecialRevisiondelete.php | 6 ++++-- includes/specials/SpecialSearch.php | 9 ++++----- includes/specials/SpecialSelenium.php | 10 ++++++++-- includes/specials/SpecialShortpages.php | 6 +++--- includes/specials/SpecialSpecialpages.php | 9 +++++++-- includes/specials/SpecialStatistics.php | 9 ++++----- includes/specials/SpecialTags.php | 9 +++++++++ .../SpecialUncategorizedcategories.php | 8 ++++---- .../specials/SpecialUncategorizedimages.php | 7 +++---- .../specials/SpecialUncategorizedpages.php | 6 +++--- .../specials/SpecialUncategorizedtemplates.php | 7 +++---- includes/specials/SpecialUndelete.php | 5 +++++ includes/specials/SpecialUnlockdb.php | 4 ++++ includes/specials/SpecialUnusedcategories.php | 5 ++--- includes/specials/SpecialUnusedimages.php | 8 ++++---- includes/specials/SpecialUnusedtemplates.php | 14 +++++++------- includes/specials/SpecialUnwatchedpages.php | 12 +++++------- includes/specials/SpecialUpload.php | 11 +++++++---- includes/specials/SpecialUserlogin.php | 8 ++++---- includes/specials/SpecialUserlogout.php | 5 +++++ includes/specials/SpecialUserrights.php | 8 +++----- includes/specials/SpecialVersion.php | 12 +++++++----- includes/specials/SpecialWantedcategories.php | 11 ++++++----- includes/specials/SpecialWantedfiles.php | 14 ++++++++------ includes/specials/SpecialWantedpages.php | 8 ++++++-- includes/specials/SpecialWantedtemplates.php | 18 ++++++++++-------- includes/specials/SpecialWatchlist.php | 6 ++++-- includes/specials/SpecialWithoutinterwiki.php | 7 +++++-- 41 files changed, 215 insertions(+), 133 deletions(-) diff --git a/includes/specials/SpecialNewimages.php b/includes/specials/SpecialNewimages.php index 91d7ee61de..898f2e2579 100644 --- a/includes/specials/SpecialNewimages.php +++ b/includes/specials/SpecialNewimages.php @@ -1,5 +1,6 @@ , Ilmari Karonen */ /** * Special page to direct the user to a random page * * @ingroup SpecialPage - * @author Rob Church , Ilmari Karonen - * @license GNU General Public Licence 2.0 or later */ class RandomPage extends SpecialPage { private $namespaces; // namespaces to select pages from diff --git a/includes/specials/SpecialRandomredirect.php b/includes/specials/SpecialRandomredirect.php index fe2629dd61..88c81b31be 100644 --- a/includes/specials/SpecialRandomredirect.php +++ b/includes/specials/SpecialRandomredirect.php @@ -1,5 +1,6 @@ , Ilmari Karonen */ /** * Special page to direct the user to a random redirect page (minus the second redirect) * * @ingroup SpecialPage - * @author Rob Church , Ilmari Karonen - * @license GNU General Public Licence 2.0 or later */ class SpecialRandomredirect extends RandomPage { function __construct(){ diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 4103b98987..9dad4a0f45 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -1,5 +1,6 @@ + * Implements Special:Search + * + * Copyright © 2004 Brion Vibber * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,10 +18,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html - */ - -/** - * Run text & title search and display the output + * * @file * @ingroup SpecialPage */ diff --git a/includes/specials/SpecialSelenium.php b/includes/specials/SpecialSelenium.php index 9b11fd5350..4a7a0d1510 100644 --- a/includes/specials/SpecialSelenium.php +++ b/includes/specials/SpecialSelenium.php @@ -1,9 +1,15 @@ */ /** @@ -27,7 +27,6 @@ * template namespace * * @ingroup SpecialPage - * @author Rob Church */ class UncategorizedTemplatesPage extends UncategorizedPagesPage { diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index e9d01bb3ff..e6b2602ac8 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -1,5 +1,6 @@ */ /** - * implements Special:Unusedtemplates - * @author Rob Church - * @copyright © 2006 Rob Church - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later + * A special page that lists unused templates + * * @ingroup SpecialPage */ class UnusedtemplatesPage extends QueryPage { diff --git a/includes/specials/SpecialUnwatchedpages.php b/includes/specials/SpecialUnwatchedpages.php index 71bdee8a97..ecd62cb7c9 100644 --- a/includes/specials/SpecialUnwatchedpages.php +++ b/includes/specials/SpecialUnwatchedpages.php @@ -1,5 +1,8 @@ */ /** * A special page that displays a list of pages that are not on anyones watchlist. - * Implements Special:Unwatchedpages * * @ingroup SpecialPage - * @author Ævar Arnfjörð Bjarmason - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ class UnwatchedpagesPage extends QueryPage { diff --git a/includes/specials/SpecialUpload.php b/includes/specials/SpecialUpload.php index a4aa086a1b..4fce3c691f 100644 --- a/includes/specials/SpecialUpload.php +++ b/includes/specials/SpecialUpload.php @@ -1,5 +1,6 @@ - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ class SpecialVersion extends SpecialPage { diff --git a/includes/specials/SpecialWantedcategories.php b/includes/specials/SpecialWantedcategories.php index a7a21cc8e3..b588dbf07f 100644 --- a/includes/specials/SpecialWantedcategories.php +++ b/includes/specials/SpecialWantedcategories.php @@ -1,5 +1,8 @@ - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ class WantedCategoriesPage extends WantedQueryPage { diff --git a/includes/specials/SpecialWantedfiles.php b/includes/specials/SpecialWantedfiles.php index 493bcbb7c8..28e82a8f85 100644 --- a/includes/specials/SpecialWantedfiles.php +++ b/includes/specials/SpecialWantedfiles.php @@ -1,5 +1,8 @@ */ /** - * Querypage that lists the most wanted files - implements Special:Wantedfiles + * Querypage that lists the most wanted files * - * @file * @ingroup SpecialPage - * - * @author Soxred93 - * @copyright Copyright © 2008, Soxred93 - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ class WantedFilesPage extends WantedQueryPage { diff --git a/includes/specials/SpecialWantedpages.php b/includes/specials/SpecialWantedpages.php index 0fd9bb842c..fb988b7947 100644 --- a/includes/specials/SpecialWantedpages.php +++ b/includes/specials/SpecialWantedpages.php @@ -1,5 +1,6 @@ + * makeWlhLink() taken from SpecialMostlinkedtemplates by Rob Church * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,19 +20,16 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file + * @ingroup SpecialPage + * @author Danny B. */ /** - * A querypage to list the most wanted templates - implements Special:Wantedtemplates - * based on SpecialWantedcategories.php by Ævar Arnfjörð Bjarmason - * makeWlhLink() taken from SpecialMostlinkedtemplates by Rob Church + * A querypage to list the most wanted templates * - * @file * @ingroup SpecialPage - * - * @author Danny B. - * @copyright Copyright © 2008, Danny B. - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ class WantedTemplatesPage extends WantedQueryPage { diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index ec230a2c4f..d0eda2593c 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -1,7 +1,6 @@ */ /** * Special page lists pages without language links * - * @file * @ingroup SpecialPage - * @author Rob Church */ class WithoutInterwikiPage extends PageQueryPage { private $prefix = ''; -- 2.20.1