From: Alexandre Emsenhuber Date: Sat, 14 Aug 2010 19:19:41 +0000 (+0000) Subject: Standardised file description headers; first path X-Git-Tag: 1.31.0-rc.0~35487 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=144c825809748330e6a51eb862beed7ef61b0219 Standardised file description headers; first path --- diff --git a/includes/specials/SpecialActiveusers.php b/includes/specials/SpecialActiveusers.php index ded22da8c2..369e79620f 100644 --- a/includes/specials/SpecialActiveusers.php +++ b/includes/specials/SpecialActiveusers.php @@ -1,6 +1,8 @@ + * Implements Special:ComparePages + * + * Copyright © 2010 Derk-Jan Hartman * * 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,14 @@ * 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 */ /** - * implements Special:ComparePages + * Implements Special:ComparePages + * * @ingroup SpecialPage */ class SpecialComparePages extends SpecialPage { diff --git a/includes/specials/SpecialConfirmemail.php b/includes/specials/SpecialConfirmemail.php index 088ba7805a..570f8a58cd 100644 --- a/includes/specials/SpecialConfirmemail.php +++ b/includes/specials/SpecialConfirmemail.php @@ -1,5 +1,6 @@ + * Implements Special:Export + * + * Copyright © 2003-2008 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,13 +18,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 */ /** - * @file + * A special page that allows users to export pages in a XML file + * * @ingroup SpecialPage */ - class SpecialExport extends SpecialPage { private $curonly, $doExport, $pageLinkDepth, $templates; diff --git a/includes/specials/SpecialFewestrevisions.php b/includes/specials/SpecialFewestrevisions.php index 9a8d7c8ce9..c265ed3861 100644 --- a/includes/specials/SpecialFewestrevisions.php +++ b/includes/specials/SpecialFewestrevisions.php @@ -1,5 +1,6 @@ + * Implements Special:Import + * + * Copyright © 2003,2005 Brion Vibber * http://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify @@ -23,6 +24,11 @@ * @ingroup SpecialPage */ +/** + * MediaWiki page data importer + * + * @ingroup SpecialPage + */ class SpecialImport extends SpecialPage { private $interwiki = false; diff --git a/includes/specials/SpecialIpblocklist.php b/includes/specials/SpecialIpblocklist.php index 5cfa34a04f..1dc6705348 100644 --- a/includes/specials/SpecialIpblocklist.php +++ b/includes/specials/SpecialIpblocklist.php @@ -1,5 +1,6 @@ mQuery = $params['query']; diff --git a/includes/specials/SpecialListfiles.php b/includes/specials/SpecialListfiles.php index 303012786e..9a5d91e4b7 100644 --- a/includes/specials/SpecialListfiles.php +++ b/includes/specials/SpecialListfiles.php @@ -1,5 +1,6 @@ * @copyright © 2006 Rob Church * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later diff --git a/includes/specials/SpecialListusers.php b/includes/specials/SpecialListusers.php index 9896c24888..8d53f571e9 100644 --- a/includes/specials/SpecialListusers.php +++ b/includes/specials/SpecialListusers.php @@ -1,9 +1,11 @@ * - * © 2006 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 * the Free Software Foundation; either version 2 of the License, or @@ -18,10 +20,9 @@ * 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 */ /** diff --git a/includes/specials/SpecialLockdb.php b/includes/specials/SpecialLockdb.php index a5e8443a0e..aad3cea41a 100644 --- a/includes/specials/SpecialLockdb.php +++ b/includes/specials/SpecialLockdb.php @@ -1,5 +1,6 @@ - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ /** diff --git a/includes/specials/SpecialMergeHistory.php b/includes/specials/SpecialMergeHistory.php index 1dcb42b2b6..9eb8820a49 100644 --- a/includes/specials/SpecialMergeHistory.php +++ b/includes/specials/SpecialMergeHistory.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 */ /** - * implements Special:Mostcategories + * A special page that list pages that have highest category count + * * @ingroup SpecialPage */ class MostcategoriesPage extends QueryPage { diff --git a/includes/specials/SpecialMostimages.php b/includes/specials/SpecialMostimages.php index 5de29d9f9b..e846b30d5e 100644 --- a/includes/specials/SpecialMostimages.php +++ b/includes/specials/SpecialMostimages.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 */ /** - * implements Special:Mostimages + * A special page page that list most used images + * * @ingroup SpecialPage */ class MostimagesPage extends ImageQueryPage { diff --git a/includes/specials/SpecialMostlinked.php b/includes/specials/SpecialMostlinked.php index 11de6a9533..387bb54ab5 100644 --- a/includes/specials/SpecialMostlinked.php +++ b/includes/specials/SpecialMostlinked.php @@ -1,5 +1,8 @@ + * @author Rob Church */ /** * A special page to show pages ordered by the number of pages linking to them. - * Implements Special:Mostlinked * * @ingroup SpecialPage - * - * @author Ævar Arnfjörð Bjarmason - * @author Rob Church - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason - * @copyright © 2006 Rob Church - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ class MostlinkedPage extends QueryPage { diff --git a/includes/specials/SpecialMostlinkedcategories.php b/includes/specials/SpecialMostlinkedcategories.php index df8d31f994..d18c5b738d 100644 --- a/includes/specials/SpecialMostlinkedcategories.php +++ b/includes/specials/SpecialMostlinkedcategories.php @@ -1,5 +1,8 @@ */ /** * A querypage to show categories ordered in descending order by the pages in them * * @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 MostlinkedCategoriesPage extends QueryPage { diff --git a/includes/specials/SpecialMostlinkedtemplates.php b/includes/specials/SpecialMostlinkedtemplates.php index 4369ee4e71..cfc791d0ad 100644 --- a/includes/specials/SpecialMostlinkedtemplates.php +++ b/includes/specials/SpecialMostlinkedtemplates.php @@ -1,5 +1,6 @@ */ /** @@ -27,7 +27,6 @@ * transclusion links, i.e. "most used" templates * * @ingroup SpecialPage - * @author Rob Church */ class SpecialMostlinkedtemplates extends QueryPage { diff --git a/includes/specials/SpecialMostrevisions.php b/includes/specials/SpecialMostrevisions.php index 9a4269ffb0..f9bafabc7c 100644 --- a/includes/specials/SpecialMostrevisions.php +++ b/includes/specials/SpecialMostrevisions.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 */ /** + * A special page to show pages with highest revision count + * * @ingroup SpecialPage */ class MostrevisionsPage extends QueryPage { diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index 00ef62ee85..3f0e6e10e0 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -1,5 +1,6 @@