Index: trunk/phase3/includes/specials/SpecialFewestrevisions.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Fewestrevisions |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,12 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | 26 | * Special page for listing the articles with the fewest revisions. |
23 | 27 | * |
24 | | - * @file |
25 | 28 | * @ingroup SpecialPage |
26 | 29 | * @author Martin Drashkov |
27 | 30 | */ |
Index: trunk/phase3/includes/specials/SpecialAllmessages.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Allmessages |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,10 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | 26 | * Use this special page to get a list of the MediaWiki system messages. |
| 27 | + * |
23 | 28 | * @file |
24 | 29 | * @ingroup SpecialPage |
25 | 30 | */ |
Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Contributions |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,11 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | 26 | * Special:Contributions, show user contributions in a paged list |
23 | | - * @file |
| 27 | + * |
24 | 28 | * @ingroup SpecialPage |
25 | 29 | */ |
26 | 30 | |
Index: trunk/phase3/includes/specials/SpecialComparePages.php |
— | — | @@ -1,7 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Copyright (C) 2010 Derk-Jan Hartman <hartman@videolan.org> |
| 4 | + * Implements Special:ComparePages |
5 | 5 | * |
| 6 | + * Copyright © 2010 Derk-Jan Hartman <hartman@videolan.org> |
| 7 | + * |
6 | 8 | * This program is free software; you can redistribute it and/or modify |
7 | 9 | * it under the terms of the GNU General Public License as published by |
8 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -16,10 +18,14 @@ |
17 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
18 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | 21 | * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
| 23 | + * @file |
| 24 | + * @ingroup SpecialPage |
20 | 25 | */ |
21 | 26 | |
22 | 27 | /** |
23 | | - * implements Special:ComparePages |
| 28 | + * Implements Special:ComparePages |
| 29 | + * |
24 | 30 | * @ingroup SpecialPage |
25 | 31 | */ |
26 | 32 | class SpecialComparePages extends SpecialPage { |
Index: trunk/phase3/includes/specials/SpecialMostlinked.php |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Mostlinked |
4 | 5 | * |
| 6 | + * Copyright © 2005 Ævar Arnfjörð Bjarmason, 2006 Rob Church |
| 7 | + * |
5 | 8 | * This program is free software; you can redistribute it and/or modify |
6 | 9 | * it under the terms of the GNU General Public License as published by |
7 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -15,24 +18,17 @@ |
16 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 21 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 22 | + * |
22 | 23 | * @file |
23 | 24 | * @ingroup SpecialPage |
| 25 | + * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com> |
| 26 | + * @author Rob Church <robchur@gmail.com> |
24 | 27 | */ |
25 | 28 | |
26 | 29 | /** |
27 | 30 | * A special page to show pages ordered by the number of pages linking to them. |
28 | | - * Implements Special:Mostlinked |
29 | 31 | * |
30 | 32 | * @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 |
37 | 33 | */ |
38 | 34 | class MostlinkedPage extends QueryPage { |
39 | 35 | |
Index: trunk/phase3/includes/specials/SpecialMIMEsearch.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:MIMESearch |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,17 +16,10 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * 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 |
24 | 20 | * |
25 | 21 | * @file |
26 | 22 | * @ingroup SpecialPage |
27 | | - * |
28 | 23 | * @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 |
30 | 24 | */ |
31 | 25 | |
32 | 26 | /** |
Index: trunk/phase3/includes/specials/SpecialIpblocklist.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:ipblocklist |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,10 +16,15 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * Implements Special:ipblocklist |
| 26 | + * A special page that lists existing blocks and allows users with the 'block' |
| 27 | + * permission to remove blocks |
| 28 | + * |
23 | 29 | * @ingroup SpecialPage |
24 | 30 | */ |
25 | 31 | class IPUnblockForm extends SpecialPage { |
Index: trunk/phase3/includes/specials/SpecialLog.php |
— | — | @@ -1,7 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Copyright (C) 2008 Aaron Schulz |
| 4 | + * Implements Special:Log |
5 | 5 | * |
| 6 | + * Copyright © 2008 Aaron Schulz |
| 7 | + * |
6 | 8 | * This program is free software; you can redistribute it and/or modify |
7 | 9 | * it under the terms of the GNU General Public License as published by |
8 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -16,10 +18,14 @@ |
17 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
18 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | 21 | * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
| 23 | + * @file |
| 24 | + * @ingroup SpecialPage |
20 | 25 | */ |
21 | 26 | |
22 | 27 | /** |
23 | | - * Implements Special:Log |
| 28 | + * A special page that lists log entries |
| 29 | + * |
24 | 30 | * @ingroup SpecialPage |
25 | 31 | */ |
26 | 32 | class SpecialLog extends SpecialPage { |
Index: trunk/phase3/includes/specials/SpecialDisambiguations.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Disambiguations |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,10 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * @file |
| 26 | + * A special page that lists pages containing links to disambiguations pages |
| 27 | + * |
23 | 28 | * @ingroup SpecialPage |
24 | 29 | */ |
25 | 30 | class DisambiguationsPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialLinkSearch.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:LinkSearch |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,12 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 20 | + * |
22 | 21 | * @file |
23 | 22 | * @ingroup SpecialPage |
24 | | - * |
25 | 23 | * @author Brion Vibber |
26 | 24 | */ |
27 | 25 | |
— | — | @@ -89,6 +87,9 @@ |
90 | 88 | } |
91 | 89 | } |
92 | 90 | |
| 91 | +/** |
| 92 | + * @ingroup SpecialPage |
| 93 | + */ |
93 | 94 | class LinkSearchPage extends QueryPage { |
94 | 95 | function setParams( $params ) { |
95 | 96 | $this->mQuery = $params['query']; |
Index: trunk/phase3/includes/specials/SpecialBrokenRedirects.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Brokenredirects |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,13 +16,15 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | 26 | * A special page listing redirects tonon existent page. Those should be |
23 | 27 | * fixed to point to an existing page. |
24 | 28 | * |
25 | | - * @file |
26 | 29 | * @ingroup SpecialPage |
27 | 30 | */ |
28 | 31 | class BrokenRedirectsPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialListusers.php |
— | — | @@ -1,9 +1,11 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Copyright (C) 2004 Brion Vibber, lcrocker, Tim Starling, |
5 | | - * Domas Mituzas, Ashar Voultoiz, Jens Frank, Zhengzhu. |
| 4 | + * Implements Special:Listusers |
6 | 5 | * |
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 | + * |
8 | 10 | * This program is free software; you can redistribute it and/or modify |
9 | 11 | * it under the terms of the GNU General Public License as published by |
10 | 12 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -18,10 +20,9 @@ |
19 | 21 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | 22 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 23 | * http://www.gnu.org/copyleft/gpl.html |
22 | | - */ |
23 | | - |
24 | | -/** |
| 24 | + * |
25 | 25 | * @file |
| 26 | + * @ingroup SpecialPage |
26 | 27 | */ |
27 | 28 | |
28 | 29 | /** |
Index: trunk/phase3/includes/specials/SpecialFileDuplicateSearch.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:FileDuplicateSearch |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,21 +16,16 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * 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 |
24 | 20 | * |
25 | 21 | * @file |
26 | 22 | * @ingroup SpecialPage |
27 | | - * |
28 | 23 | * @author Raimond Spekking, based on Special:MIMESearch by Ævar Arnfjörð Bjarmason |
29 | 24 | */ |
30 | 25 | |
31 | 26 | /** |
32 | 27 | * Searches the database for files of the requested hash, comparing this with the |
33 | 28 | * 'img_sha1' field in the image table. |
| 29 | + * |
34 | 30 | * @ingroup SpecialPage |
35 | 31 | */ |
36 | 32 | class FileDuplicateSearchPage extends QueryPage { |
Index: trunk/phase3/includes/specials/SpecialImport.php |
— | — | @@ -1,7 +1,8 @@ |
2 | 2 | <?php |
3 | 3 | /** |
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> |
6 | 7 | * http://www.mediawiki.org/ |
7 | 8 | * |
8 | 9 | * This program is free software; you can redistribute it and/or modify |
— | — | @@ -23,6 +24,11 @@ |
24 | 25 | * @ingroup SpecialPage |
25 | 26 | */ |
26 | 27 | |
| 28 | +/** |
| 29 | + * MediaWiki page data importer |
| 30 | + * |
| 31 | + * @ingroup SpecialPage |
| 32 | + */ |
27 | 33 | class SpecialImport extends SpecialPage { |
28 | 34 | |
29 | 35 | private $interwiki = false; |
Index: trunk/phase3/includes/specials/SpecialListredirects.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Listredirects |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,12 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 20 | + * |
22 | 21 | * @file |
23 | 22 | * @ingroup SpecialPage |
24 | | - * |
25 | 23 | * @author Rob Church <robchur@gmail.com> |
26 | 24 | * @copyright © 2006 Rob Church |
27 | 25 | * @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 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Copyright (C) 2003-2008 Brion Vibber <brion@pobox.com> |
| 4 | + * Implements Special:Export |
5 | 5 | * |
| 6 | + * Copyright © 2003-2008 Brion Vibber <brion@pobox.com> |
| 7 | + * |
6 | 8 | * This program is free software; you can redistribute it and/or modify |
7 | 9 | * it under the terms of the GNU General Public License as published by |
8 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -16,13 +18,16 @@ |
17 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
18 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | 21 | * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
| 23 | + * @file |
| 24 | + * @ingroup SpecialPage |
20 | 25 | */ |
21 | 26 | |
22 | 27 | /** |
23 | | - * @file |
| 28 | + * A special page that allows users to export pages in a XML file |
| 29 | + * |
24 | 30 | * @ingroup SpecialPage |
25 | 31 | */ |
26 | | - |
27 | 32 | class SpecialExport extends SpecialPage { |
28 | 33 | |
29 | 34 | private $curonly, $doExport, $pageLinkDepth, $templates; |
Index: trunk/phase3/includes/specials/SpecialLonelypages.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Lonelypaages |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,9 +16,7 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 20 | + * |
22 | 21 | * @file |
23 | 22 | * @ingroup SpecialPage |
24 | 23 | */ |
— | — | @@ -25,6 +24,7 @@ |
26 | 25 | /** |
27 | 26 | * A special page looking for articles with no article linking to them, |
28 | 27 | * thus being lonely. |
| 28 | + * |
29 | 29 | * @ingroup SpecialPage |
30 | 30 | */ |
31 | 31 | class LonelyPagesPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialBlankpage.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Blankpage |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,6 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
Index: trunk/phase3/includes/specials/SpecialCategories.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Categories |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,9 +16,7 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 20 | + * |
22 | 21 | * @file |
23 | 22 | * @ingroup SpecialPage |
24 | 23 | */ |
Index: trunk/phase3/includes/specials/SpecialEmailuser.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Emailuser |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,13 +16,16 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * @file |
| 26 | + * A special page that allows users to send e-mails to other users |
| 27 | + * |
23 | 28 | * @ingroup SpecialPage |
24 | 29 | */ |
25 | | - |
26 | 30 | class SpecialEmailUser extends UnlistedSpecialPage { |
27 | 31 | protected $mTarget; |
28 | 32 | |
Index: trunk/phase3/includes/specials/SpecialMostlinkedtemplates.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Mostlinkedtemplates |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,11 +16,10 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 20 | + * |
22 | 21 | * @file |
23 | 22 | * @ingroup SpecialPage |
| 23 | + * @author Rob Church <robchur@gmail.com> |
24 | 24 | */ |
25 | 25 | |
26 | 26 | /** |
— | — | @@ -27,7 +27,6 @@ |
28 | 28 | * transclusion links, i.e. "most used" templates |
29 | 29 | * |
30 | 30 | * @ingroup SpecialPage |
31 | | - * @author Rob Church <robchur@gmail.com> |
32 | 31 | */ |
33 | 32 | class SpecialMostlinkedtemplates extends QueryPage { |
34 | 33 | |
Index: trunk/phase3/includes/specials/SpecialMostcategories.php |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Mostcategories |
4 | 5 | * |
| 6 | + * Copyright © 2005 Ævar Arnfjörð Bjarmason |
| 7 | + * |
5 | 8 | * This program is free software; you can redistribute it and/or modify |
6 | 9 | * it under the terms of the GNU General Public License as published by |
7 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -15,19 +18,15 @@ |
16 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 21 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 22 | + * |
22 | 23 | * @file |
23 | 24 | * @ingroup SpecialPage |
24 | | - * |
25 | 25 | * @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 |
28 | 26 | */ |
29 | 27 | |
30 | 28 | /** |
31 | | - * implements Special:Mostcategories |
| 29 | + * A special page that list pages that have highest category count |
| 30 | + * |
32 | 31 | * @ingroup SpecialPage |
33 | 32 | */ |
34 | 33 | class MostcategoriesPage extends QueryPage { |
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:DeletedContributions |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,6 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
Index: trunk/phase3/includes/specials/SpecialLockdb.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Lockdb |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,6 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
Index: trunk/phase3/includes/specials/SpecialAncientpages.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Ancientpages |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,11 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * @file |
23 | 26 | * Implements Special:Ancientpages |
| 27 | + * |
24 | 28 | * @ingroup SpecialPage |
25 | 29 | */ |
26 | 30 | class AncientPagesPage extends QueryPage { |
Index: trunk/phase3/includes/specials/SpecialMovepage.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Movepage |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,10 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * Implements Special:Movepage |
| 26 | + * A special page that allows users to change page titles |
| 27 | + * |
23 | 28 | * @ingroup SpecialPage |
24 | 29 | */ |
25 | 30 | class MovePageForm extends UnlistedSpecialPage { |
Index: trunk/phase3/includes/specials/SpecialDeadendpages.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Deadenpages |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,10 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * @file |
| 26 | + * A special page that list pages that contain no link to other pages |
| 27 | + * |
23 | 28 | * @ingroup SpecialPage |
24 | 29 | */ |
25 | 30 | class DeadendPagesPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialConfirmemail.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Confirmemail and Special:Invalidateemail |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,6 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
Index: trunk/phase3/includes/specials/SpecialMostimages.php |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Mostimages |
4 | 5 | * |
| 6 | + * Copyright © 2005 Ævar Arnfjörð Bjarmason |
| 7 | + * |
5 | 8 | * This program is free software; you can redistribute it and/or modify |
6 | 9 | * it under the terms of the GNU General Public License as published by |
7 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -15,19 +18,15 @@ |
16 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 21 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 22 | + * |
22 | 23 | * @file |
23 | 24 | * @ingroup SpecialPage |
24 | | - * |
25 | 25 | * @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 |
28 | 26 | */ |
29 | 27 | |
30 | 28 | /** |
31 | | - * implements Special:Mostimages |
| 29 | + * A special page page that list most used images |
| 30 | + * |
32 | 31 | * @ingroup SpecialPage |
33 | 32 | */ |
34 | 33 | class MostimagesPage extends ImageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialListgrouprights.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Listgrouprights |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,6 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
Index: trunk/phase3/includes/specials/SpecialBlockme.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Blockme |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,10 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * Implements Special:Blockme |
| 26 | + * A special page called by proxy_check.php to block open proxies |
| 27 | + * |
23 | 28 | * @ingroup SpecialPage |
24 | 29 | */ |
25 | 30 | class SpecialBlockme extends UnlistedSpecialPage { |
Index: trunk/phase3/includes/specials/SpecialMostlinkedcategories.php |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Mostlinkedcategories |
4 | 5 | * |
| 6 | + * Copyright © 2005, Ævar Arnfjörð Bjarmason |
| 7 | + * |
5 | 8 | * This program is free software; you can redistribute it and/or modify |
6 | 9 | * it under the terms of the GNU General Public License as published by |
7 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -15,21 +18,16 @@ |
16 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 21 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 22 | + * |
22 | 23 | * @file |
23 | 24 | * @ingroup SpecialPage |
| 25 | + * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com> |
24 | 26 | */ |
25 | 27 | |
26 | 28 | /** |
27 | 29 | * A querypage to show categories ordered in descending order by the pages in them |
28 | 30 | * |
29 | 31 | * @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 |
34 | 32 | */ |
35 | 33 | class MostlinkedCategoriesPage extends QueryPage { |
36 | 34 | |
Index: trunk/phase3/includes/specials/SpecialMergeHistory.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:MergeHistory |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,6 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
Index: trunk/phase3/includes/specials/SpecialBlockip.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Blockip |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,10 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * Implements Special:Blockip |
| 26 | + * A special page that allows users with 'block' right to block users from |
| 27 | + * editing pages and other actions |
23 | 28 | * |
24 | 29 | * @ingroup SpecialPage |
25 | 30 | */ |
Index: trunk/phase3/includes/specials/SpecialMostrevisions.php |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Mostrevisions |
4 | 5 | * |
| 6 | + * Copyright © 2005 Ævar Arnfjörð Bjarmason |
| 7 | + * |
5 | 8 | * This program is free software; you can redistribute it and/or modify |
6 | 9 | * it under the terms of the GNU General Public License as published by |
7 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -15,19 +18,15 @@ |
16 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 21 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
22 | | - * A special page to show pages in the |
23 | 22 | * |
| 23 | + * @file |
24 | 24 | * @ingroup SpecialPage |
25 | | - * |
26 | 25 | * @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 |
29 | 26 | */ |
30 | 27 | |
31 | 28 | /** |
| 29 | + * A special page to show pages with highest revision count |
| 30 | + * |
32 | 31 | * @ingroup SpecialPage |
33 | 32 | */ |
34 | 33 | class MostrevisionsPage extends QueryPage { |
Index: trunk/phase3/includes/specials/SpecialAllpages.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Allpages |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,10 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | | - * implements Special:Allpages |
| 26 | + * Implements Special:Allpages |
| 27 | + * |
23 | 28 | * @ingroup SpecialPage |
24 | 29 | */ |
25 | 30 | class SpecialAllpages extends IncludableSpecialPage { |
Index: trunk/phase3/includes/specials/SpecialActiveusers.php |
— | — | @@ -1,7 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Copyright (C) 2008 Aaron Schulz |
| 4 | + * Implements Special:Activeusers |
5 | 5 | * |
| 6 | + * Copyright © 2008 Aaron Schulz |
| 7 | + * |
6 | 8 | * This program is free software; you can redistribute it and/or modify |
7 | 9 | * it under the terms of the GNU General Public License as published by |
8 | 10 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -16,6 +18,9 @@ |
17 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
18 | 20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | 21 | * http://www.gnu.org/copyleft/gpl.html |
| 22 | + * |
| 23 | + * @file |
| 24 | + * @ingroup SpecialPage |
20 | 25 | */ |
21 | 26 | |
22 | 27 | /** |
— | — | @@ -23,7 +28,6 @@ |
24 | 29 | * rights (sysop, bureaucrat, developer) will have them displayed |
25 | 30 | * next to their names. |
26 | 31 | * |
27 | | - * @file |
28 | 32 | * @ingroup SpecialPage |
29 | 33 | */ |
30 | 34 | class ActiveUsersPager extends UsersPager { |
Index: trunk/phase3/includes/specials/SpecialBooksources.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Booksources |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,6 +16,9 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
Index: trunk/phase3/includes/specials/SpecialListfiles.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Listfiles |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,9 +16,7 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 20 | + * |
22 | 21 | * @file |
23 | 22 | * @ingroup SpecialPage |
24 | 23 | */ |
Index: trunk/phase3/includes/specials/SpecialDoubleRedirects.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:DoubleRedirects |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,13 +16,15 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
22 | 26 | * A special page listing redirects to redirecting page. |
23 | 27 | * The software will automatically not follow double redirects, to prevent loops. |
24 | 28 | * |
25 | | - * @file |
26 | 29 | * @ingroup SpecialPage |
27 | 30 | */ |
28 | 31 | class DoubleRedirectsPage extends PageQueryPage { |
Index: trunk/phase3/includes/specials/SpecialLongpages.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Longpages |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,9 +16,7 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
19 | | - */ |
20 | | - |
21 | | -/** |
| 20 | + * |
22 | 21 | * @file |
23 | 22 | * @ingroup SpecialPage |
24 | 23 | */ |
Index: trunk/phase3/includes/specials/SpecialFilepath.php |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Implements Special:Filepath |
4 | 5 | * |
5 | 6 | * This program is free software; you can redistribute it and/or modify |
6 | 7 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -15,9 +16,14 @@ |
16 | 17 | * with this program; if not, write to the Free Software Foundation, Inc., |
17 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 19 | * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
| 21 | + * @file |
| 22 | + * @ingroup SpecialPage |
19 | 23 | */ |
20 | 24 | |
21 | 25 | /** |
| 26 | + * A special page that redirects to the URL of a given file |
| 27 | + * |
22 | 28 | * @ingroup SpecialPage |
23 | 29 | */ |
24 | 30 | class SpecialFilepath extends SpecialPage { |