r71083 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71082‎ | r71083 | r71084 >
Date:19:19, 14 August 2010
Author:ialex
Status:ok (Comments)
Tags:
Comment:
Standardised file description headers; first path
Modified paths:
  • /trunk/phase3/includes/specials/SpecialActiveusers.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialAllmessages.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialAllpages.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialAncientpages.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialBlankpage.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialBlockip.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialBlockme.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialBooksources.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialBrokenRedirects.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialCategories.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialComparePages.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialConfirmemail.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialDeadendpages.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialDisambiguations.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialDoubleRedirects.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialEmailuser.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialExport.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialFewestrevisions.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialFileDuplicateSearch.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialFilepath.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialImport.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialIpblocklist.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialLinkSearch.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialListfiles.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialListgrouprights.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialListredirects.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialListusers.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialLockdb.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialLog.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialLonelypages.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialLongpages.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMIMEsearch.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMergeHistory.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMostcategories.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMostimages.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMostlinked.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMostlinkedcategories.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMostlinkedtemplates.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMostrevisions.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialMovepage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialFewestrevisions.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Fewestrevisions
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,12 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
2226 * Special page for listing the articles with the fewest revisions.
2327 *
24 - * @file
2528 * @ingroup SpecialPage
2629 * @author Martin Drashkov
2730 */
Index: trunk/phase3/includes/specials/SpecialAllmessages.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Allmessages
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,10 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
2226 * Use this special page to get a list of the MediaWiki system messages.
 27+ *
2328 * @file
2429 * @ingroup SpecialPage
2530 */
Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Contributions
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,11 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
2226 * Special:Contributions, show user contributions in a paged list
23 - * @file
 27+ *
2428 * @ingroup SpecialPage
2529 */
2630
Index: trunk/phase3/includes/specials/SpecialComparePages.php
@@ -1,7 +1,9 @@
22 <?php
33 /**
4 - * Copyright (C) 2010 Derk-Jan Hartman <hartman@videolan.org>
 4+ * Implements Special:ComparePages
55 *
 6+ * Copyright © 2010 Derk-Jan Hartman <hartman@videolan.org>
 7+ *
68 * This program is free software; you can redistribute it and/or modify
79 * it under the terms of the GNU General Public License as published by
810 * the Free Software Foundation; either version 2 of the License, or
@@ -16,10 +18,14 @@
1719 * with this program; if not, write to the Free Software Foundation, Inc.,
1820 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1921 * http://www.gnu.org/copyleft/gpl.html
 22+ *
 23+ * @file
 24+ * @ingroup SpecialPage
2025 */
2126
2227 /**
23 - * implements Special:ComparePages
 28+ * Implements Special:ComparePages
 29+ *
2430 * @ingroup SpecialPage
2531 */
2632 class SpecialComparePages extends SpecialPage {
Index: trunk/phase3/includes/specials/SpecialMostlinked.php
@@ -1,6 +1,9 @@
22 <?php
33 /**
 4+ * Implements Special:Mostlinked
45 *
 6+ * Copyright © 2005 Ævar Arnfjörð Bjarmason, 2006 Rob Church
 7+ *
58 * This program is free software; you can redistribute it and/or modify
69 * it under the terms of the GNU General Public License as published by
710 * the Free Software Foundation; either version 2 of the License, or
@@ -15,24 +18,17 @@
1619 * with this program; if not, write to the Free Software Foundation, Inc.,
1720 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1821 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 22+ *
2223 * @file
2324 * @ingroup SpecialPage
 25+ * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
 26+ * @author Rob Church <robchur@gmail.com>
2427 */
2528
2629 /**
2730 * A special page to show pages ordered by the number of pages linking to them.
28 - * Implements Special:Mostlinked
2931 *
3032 * @ingroup SpecialPage
31 - *
32 - * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
33 - * @author Rob Church <robchur@gmail.com>
34 - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
35 - * @copyright © 2006 Rob Church
36 - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
3733 */
3834 class MostlinkedPage extends QueryPage {
3935
Index: trunk/phase3/includes/specials/SpecialMIMEsearch.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:MIMESearch
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,17 +16,10 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
22 - * A special page to search for files by MIME type as defined in the
23 - * img_major_mime and img_minor_mime fields in the image table
2420 *
2521 * @file
2622 * @ingroup SpecialPage
27 - *
2823 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
29 - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
3024 */
3125
3226 /**
Index: trunk/phase3/includes/specials/SpecialIpblocklist.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:ipblocklist
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,10 +16,15 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * Implements Special:ipblocklist
 26+ * A special page that lists existing blocks and allows users with the 'block'
 27+ * permission to remove blocks
 28+ *
2329 * @ingroup SpecialPage
2430 */
2531 class IPUnblockForm extends SpecialPage {
Index: trunk/phase3/includes/specials/SpecialLog.php
@@ -1,7 +1,9 @@
22 <?php
33 /**
4 - * Copyright (C) 2008 Aaron Schulz
 4+ * Implements Special:Log
55 *
 6+ * Copyright © 2008 Aaron Schulz
 7+ *
68 * This program is free software; you can redistribute it and/or modify
79 * it under the terms of the GNU General Public License as published by
810 * the Free Software Foundation; either version 2 of the License, or
@@ -16,10 +18,14 @@
1719 * with this program; if not, write to the Free Software Foundation, Inc.,
1820 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1921 * http://www.gnu.org/copyleft/gpl.html
 22+ *
 23+ * @file
 24+ * @ingroup SpecialPage
2025 */
2126
2227 /**
23 - * Implements Special:Log
 28+ * A special page that lists log entries
 29+ *
2430 * @ingroup SpecialPage
2531 */
2632 class SpecialLog extends SpecialPage {
Index: trunk/phase3/includes/specials/SpecialDisambiguations.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Disambiguations
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,10 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * @file
 26+ * A special page that lists pages containing links to disambiguations pages
 27+ *
2328 * @ingroup SpecialPage
2429 */
2530 class DisambiguationsPage extends PageQueryPage {
Index: trunk/phase3/includes/specials/SpecialLinkSearch.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:LinkSearch
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,12 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 20+ *
2221 * @file
2322 * @ingroup SpecialPage
24 - *
2523 * @author Brion Vibber
2624 */
2725
@@ -89,6 +87,9 @@
9088 }
9189 }
9290
 91+/**
 92+ * @ingroup SpecialPage
 93+ */
9394 class LinkSearchPage extends QueryPage {
9495 function setParams( $params ) {
9596 $this->mQuery = $params['query'];
Index: trunk/phase3/includes/specials/SpecialBrokenRedirects.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Brokenredirects
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,13 +16,15 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
2226 * A special page listing redirects tonon existent page. Those should be
2327 * fixed to point to an existing page.
2428 *
25 - * @file
2629 * @ingroup SpecialPage
2730 */
2831 class BrokenRedirectsPage extends PageQueryPage {
Index: trunk/phase3/includes/specials/SpecialListusers.php
@@ -1,9 +1,11 @@
22 <?php
33 /**
4 - * Copyright (C) 2004 Brion Vibber, lcrocker, Tim Starling,
5 - * Domas Mituzas, Ashar Voultoiz, Jens Frank, Zhengzhu.
 4+ * Implements Special:Listusers
65 *
7 - * © 2006 Rob Church <robchur@gmail.com>
 6+ * Copyright © 2004 Brion Vibber, lcrocker, Tim Starling,
 7+ * Domas Mituzas, Ashar Voultoiz, Jens Frank, Zhengzhu,
 8+ * 2006 Rob Church <robchur@gmail.com>
 9+ *
810 * This program is free software; you can redistribute it and/or modify
911 * it under the terms of the GNU General Public License as published by
1012 * the Free Software Foundation; either version 2 of the License, or
@@ -18,10 +20,9 @@
1921 * with this program; if not, write to the Free Software Foundation, Inc.,
2022 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2123 * http://www.gnu.org/copyleft/gpl.html
22 - */
23 -
24 -/**
 24+ *
2525 * @file
 26+ * @ingroup SpecialPage
2627 */
2728
2829 /**
Index: trunk/phase3/includes/specials/SpecialFileDuplicateSearch.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:FileDuplicateSearch
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,21 +16,16 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
22 - * A special page to search for files by hash value as defined in the
23 - * img_sha1 field in the image table
2420 *
2521 * @file
2622 * @ingroup SpecialPage
27 - *
2823 * @author Raimond Spekking, based on Special:MIMESearch by Ævar Arnfjörð Bjarmason
2924 */
3025
3126 /**
3227 * Searches the database for files of the requested hash, comparing this with the
3328 * 'img_sha1' field in the image table.
 29+ *
3430 * @ingroup SpecialPage
3531 */
3632 class FileDuplicateSearchPage extends QueryPage {
Index: trunk/phase3/includes/specials/SpecialImport.php
@@ -1,7 +1,8 @@
22 <?php
33 /**
4 - * MediaWiki page data importer
5 - * Copyright (C) 2003,2005 Brion Vibber <brion@pobox.com>
 4+ * Implements Special:Import
 5+ *
 6+ * Copyright © 2003,2005 Brion Vibber <brion@pobox.com>
67 * http://www.mediawiki.org/
78 *
89 * This program is free software; you can redistribute it and/or modify
@@ -23,6 +24,11 @@
2425 * @ingroup SpecialPage
2526 */
2627
 28+/**
 29+ * MediaWiki page data importer
 30+ *
 31+ * @ingroup SpecialPage
 32+ */
2733 class SpecialImport extends SpecialPage {
2834
2935 private $interwiki = false;
Index: trunk/phase3/includes/specials/SpecialListredirects.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Listredirects
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,12 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 20+ *
2221 * @file
2322 * @ingroup SpecialPage
24 - *
2523 * @author Rob Church <robchur@gmail.com>
2624 * @copyright © 2006 Rob Church
2725 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
Index: trunk/phase3/includes/specials/SpecialExport.php
@@ -1,7 +1,9 @@
22 <?php
33 /**
4 - * Copyright (C) 2003-2008 Brion Vibber <brion@pobox.com>
 4+ * Implements Special:Export
55 *
 6+ * Copyright © 2003-2008 Brion Vibber <brion@pobox.com>
 7+ *
68 * This program is free software; you can redistribute it and/or modify
79 * it under the terms of the GNU General Public License as published by
810 * the Free Software Foundation; either version 2 of the License, or
@@ -16,13 +18,16 @@
1719 * with this program; if not, write to the Free Software Foundation, Inc.,
1820 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1921 * http://www.gnu.org/copyleft/gpl.html
 22+ *
 23+ * @file
 24+ * @ingroup SpecialPage
2025 */
2126
2227 /**
23 - * @file
 28+ * A special page that allows users to export pages in a XML file
 29+ *
2430 * @ingroup SpecialPage
2531 */
26 -
2732 class SpecialExport extends SpecialPage {
2833
2934 private $curonly, $doExport, $pageLinkDepth, $templates;
Index: trunk/phase3/includes/specials/SpecialLonelypages.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Lonelypaages
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,9 +16,7 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 20+ *
2221 * @file
2322 * @ingroup SpecialPage
2423 */
@@ -25,6 +24,7 @@
2625 /**
2726 * A special page looking for articles with no article linking to them,
2827 * thus being lonely.
 28+ *
2929 * @ingroup SpecialPage
3030 */
3131 class LonelyPagesPage extends PageQueryPage {
Index: trunk/phase3/includes/specials/SpecialBlankpage.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Blankpage
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,6 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
Index: trunk/phase3/includes/specials/SpecialCategories.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Categories
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,9 +16,7 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 20+ *
2221 * @file
2322 * @ingroup SpecialPage
2423 */
Index: trunk/phase3/includes/specials/SpecialEmailuser.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Emailuser
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,13 +16,16 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * @file
 26+ * A special page that allows users to send e-mails to other users
 27+ *
2328 * @ingroup SpecialPage
2429 */
25 -
2630 class SpecialEmailUser extends UnlistedSpecialPage {
2731 protected $mTarget;
2832
Index: trunk/phase3/includes/specials/SpecialMostlinkedtemplates.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Mostlinkedtemplates
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,11 +16,10 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 20+ *
2221 * @file
2322 * @ingroup SpecialPage
 23+ * @author Rob Church <robchur@gmail.com>
2424 */
2525
2626 /**
@@ -27,7 +27,6 @@
2828 * transclusion links, i.e. "most used" templates
2929 *
3030 * @ingroup SpecialPage
31 - * @author Rob Church <robchur@gmail.com>
3231 */
3332 class SpecialMostlinkedtemplates extends QueryPage {
3433
Index: trunk/phase3/includes/specials/SpecialMostcategories.php
@@ -1,6 +1,9 @@
22 <?php
33 /**
 4+ * Implements Special:Mostcategories
45 *
 6+ * Copyright © 2005 Ævar Arnfjörð Bjarmason
 7+ *
58 * This program is free software; you can redistribute it and/or modify
69 * it under the terms of the GNU General Public License as published by
710 * the Free Software Foundation; either version 2 of the License, or
@@ -15,19 +18,15 @@
1619 * with this program; if not, write to the Free Software Foundation, Inc.,
1720 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1821 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 22+ *
2223 * @file
2324 * @ingroup SpecialPage
24 - *
2525 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
26 - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
27 - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
2826 */
2927
3028 /**
31 - * implements Special:Mostcategories
 29+ * A special page that list pages that have highest category count
 30+ *
3231 * @ingroup SpecialPage
3332 */
3433 class MostcategoriesPage extends QueryPage {
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:DeletedContributions
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,6 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
Index: trunk/phase3/includes/specials/SpecialLockdb.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Lockdb
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,6 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
Index: trunk/phase3/includes/specials/SpecialAncientpages.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Ancientpages
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,11 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * @file
2326 * Implements Special:Ancientpages
 27+ *
2428 * @ingroup SpecialPage
2529 */
2630 class AncientPagesPage extends QueryPage {
Index: trunk/phase3/includes/specials/SpecialMovepage.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Movepage
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,10 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * Implements Special:Movepage
 26+ * A special page that allows users to change page titles
 27+ *
2328 * @ingroup SpecialPage
2429 */
2530 class MovePageForm extends UnlistedSpecialPage {
Index: trunk/phase3/includes/specials/SpecialDeadendpages.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Deadenpages
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,10 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * @file
 26+ * A special page that list pages that contain no link to other pages
 27+ *
2328 * @ingroup SpecialPage
2429 */
2530 class DeadendPagesPage extends PageQueryPage {
Index: trunk/phase3/includes/specials/SpecialConfirmemail.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Confirmemail and Special:Invalidateemail
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,6 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
Index: trunk/phase3/includes/specials/SpecialMostimages.php
@@ -1,6 +1,9 @@
22 <?php
33 /**
 4+ * Implements Special:Mostimages
45 *
 6+ * Copyright © 2005 Ævar Arnfjörð Bjarmason
 7+ *
58 * This program is free software; you can redistribute it and/or modify
69 * it under the terms of the GNU General Public License as published by
710 * the Free Software Foundation; either version 2 of the License, or
@@ -15,19 +18,15 @@
1619 * with this program; if not, write to the Free Software Foundation, Inc.,
1720 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1821 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 22+ *
2223 * @file
2324 * @ingroup SpecialPage
24 - *
2525 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
26 - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
27 - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
2826 */
2927
3028 /**
31 - * implements Special:Mostimages
 29+ * A special page page that list most used images
 30+ *
3231 * @ingroup SpecialPage
3332 */
3433 class MostimagesPage extends ImageQueryPage {
Index: trunk/phase3/includes/specials/SpecialListgrouprights.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Listgrouprights
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,6 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
Index: trunk/phase3/includes/specials/SpecialBlockme.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Blockme
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,10 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * Implements Special:Blockme
 26+ * A special page called by proxy_check.php to block open proxies
 27+ *
2328 * @ingroup SpecialPage
2429 */
2530 class SpecialBlockme extends UnlistedSpecialPage {
Index: trunk/phase3/includes/specials/SpecialMostlinkedcategories.php
@@ -1,6 +1,9 @@
22 <?php
33 /**
 4+ * Implements Special:Mostlinkedcategories
45 *
 6+ * Copyright © 2005, Ævar Arnfjörð Bjarmason
 7+ *
58 * This program is free software; you can redistribute it and/or modify
69 * it under the terms of the GNU General Public License as published by
710 * the Free Software Foundation; either version 2 of the License, or
@@ -15,21 +18,16 @@
1619 * with this program; if not, write to the Free Software Foundation, Inc.,
1720 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1821 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 22+ *
2223 * @file
2324 * @ingroup SpecialPage
 25+ * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
2426 */
2527
2628 /**
2729 * A querypage to show categories ordered in descending order by the pages in them
2830 *
2931 * @ingroup SpecialPage
30 - *
31 - * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
32 - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
33 - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
3432 */
3533 class MostlinkedCategoriesPage extends QueryPage {
3634
Index: trunk/phase3/includes/specials/SpecialMergeHistory.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:MergeHistory
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,6 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
Index: trunk/phase3/includes/specials/SpecialBlockip.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Blockip
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,10 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * Implements Special:Blockip
 26+ * A special page that allows users with 'block' right to block users from
 27+ * editing pages and other actions
2328 *
2429 * @ingroup SpecialPage
2530 */
Index: trunk/phase3/includes/specials/SpecialMostrevisions.php
@@ -1,6 +1,9 @@
22 <?php
33 /**
 4+ * Implements Special:Mostrevisions
45 *
 6+ * Copyright © 2005 Ævar Arnfjörð Bjarmason
 7+ *
58 * This program is free software; you can redistribute it and/or modify
69 * it under the terms of the GNU General Public License as published by
710 * the Free Software Foundation; either version 2 of the License, or
@@ -15,19 +18,15 @@
1619 * with this program; if not, write to the Free Software Foundation, Inc.,
1720 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1821 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
22 - * A special page to show pages in the
2322 *
 23+ * @file
2424 * @ingroup SpecialPage
25 - *
2625 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
27 - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
28 - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
2926 */
3027
3128 /**
 29+ * A special page to show pages with highest revision count
 30+ *
3231 * @ingroup SpecialPage
3332 */
3433 class MostrevisionsPage extends QueryPage {
Index: trunk/phase3/includes/specials/SpecialAllpages.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Allpages
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,10 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
22 - * implements Special:Allpages
 26+ * Implements Special:Allpages
 27+ *
2328 * @ingroup SpecialPage
2429 */
2530 class SpecialAllpages extends IncludableSpecialPage {
Index: trunk/phase3/includes/specials/SpecialActiveusers.php
@@ -1,7 +1,9 @@
22 <?php
33 /**
4 - * Copyright (C) 2008 Aaron Schulz
 4+ * Implements Special:Activeusers
55 *
 6+ * Copyright © 2008 Aaron Schulz
 7+ *
68 * This program is free software; you can redistribute it and/or modify
79 * it under the terms of the GNU General Public License as published by
810 * the Free Software Foundation; either version 2 of the License, or
@@ -16,6 +18,9 @@
1719 * with this program; if not, write to the Free Software Foundation, Inc.,
1820 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1921 * http://www.gnu.org/copyleft/gpl.html
 22+ *
 23+ * @file
 24+ * @ingroup SpecialPage
2025 */
2126
2227 /**
@@ -23,7 +28,6 @@
2429 * rights (sysop, bureaucrat, developer) will have them displayed
2530 * next to their names.
2631 *
27 - * @file
2832 * @ingroup SpecialPage
2933 */
3034 class ActiveUsersPager extends UsersPager {
Index: trunk/phase3/includes/specials/SpecialBooksources.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Booksources
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,6 +16,9 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
Index: trunk/phase3/includes/specials/SpecialListfiles.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Listfiles
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,9 +16,7 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 20+ *
2221 * @file
2322 * @ingroup SpecialPage
2423 */
Index: trunk/phase3/includes/specials/SpecialDoubleRedirects.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:DoubleRedirects
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,13 +16,15 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
2226 * A special page listing redirects to redirecting page.
2327 * The software will automatically not follow double redirects, to prevent loops.
2428 *
25 - * @file
2629 * @ingroup SpecialPage
2730 */
2831 class DoubleRedirectsPage extends PageQueryPage {
Index: trunk/phase3/includes/specials/SpecialLongpages.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Longpages
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,9 +16,7 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
19 - */
20 -
21 -/**
 20+ *
2221 * @file
2322 * @ingroup SpecialPage
2423 */
Index: trunk/phase3/includes/specials/SpecialFilepath.php
@@ -1,5 +1,6 @@
22 <?php
33 /**
 4+ * Implements Special:Filepath
45 *
56 * This program is free software; you can redistribute it and/or modify
67 * it under the terms of the GNU General Public License as published by
@@ -15,9 +16,14 @@
1617 * with this program; if not, write to the Free Software Foundation, Inc.,
1718 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819 * http://www.gnu.org/copyleft/gpl.html
 20+ *
 21+ * @file
 22+ * @ingroup SpecialPage
1923 */
2024
2125 /**
 26+ * A special page that redirects to the URL of a given file
 27+ *
2228 * @ingroup SpecialPage
2329 */
2430 class SpecialFilepath extends SpecialPage {

Comments

#Comment by Hashar (talk | contribs)   19:33, 6 November 2010

Some general comments got removed :-/

#Comment by Hashar (talk | contribs)   19:45, 6 November 2010

Will fix them myself.

#Comment by Hashar (talk | contribs)   20:15, 6 November 2010

Marking ok. Removed comments were duplicates of class comments.

Status & tagging log