From: Alexandre Emsenhuber Date: Sun, 15 Aug 2010 07:16:58 +0000 (+0000) Subject: Standardised file description headers; second part X-Git-Tag: 1.31.0-rc.0~35484 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=fff5f0ee0b7aa4adf2b0eb96f3cbed491e692547;p=lhc%2Fweb%2Fwiklou.git Standardised file description headers; second part --- 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 = '';