Index: trunk/extensions/Translate/SpecialManageGroups.php |
— | — | @@ -1,8 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * @todo Needs documentation. |
5 | | - * @file |
6 | | - * @ingroup Extensions |
| 5 | + * @ingroup SpecialPage |
7 | 6 | * @author Niklas Laxström |
8 | 7 | * @author Siebrand Mazeland |
9 | 8 | * @copyright Copyright © 2009-2010, Niklas Laxström, Siebrand Mazeland |
Index: trunk/extensions/Translate/TranslatePage.php |
— | — | @@ -3,8 +3,10 @@ |
4 | 4 | * Implements the core of Translate extension - a special page which shows |
5 | 5 | * a list of messages in a format defined by Tasks. |
6 | 6 | * |
| 7 | + * @ingroup SpecialPage |
7 | 8 | * @author Niklas Laxström |
8 | | - * @copyright Copyright © 2006-2007 Niklas Laxström |
| 9 | + * @author Siebrand Mazeland |
| 10 | + * @copyright Copyright © 2006-2010 Niklas Laxström, Siebrand Mazeland |
9 | 11 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
10 | 12 | */ |
11 | 13 | |
Index: trunk/extensions/Translate/SpecialMyLanguage.php |
— | — | @@ -5,9 +5,9 @@ |
6 | 6 | * |
7 | 7 | * Usage: [[Special:MyLanguage/Page name|link text]] |
8 | 8 | * |
9 | | - * @file |
| 9 | + * @ingroup SpecialPage |
10 | 10 | * @author Niklas Laxström |
11 | | - * @copyright Copyright © 2010 Niklas Laxström, Siebrand Mazeland |
| 11 | + * @copyright Copyright © 2010 Niklas Laxström |
12 | 12 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
13 | 13 | */ |
14 | 14 | |
Index: trunk/extensions/Translate/SpecialSupportedLanguages.php |
— | — | @@ -1,9 +1,10 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * @todo Needs documentation |
5 | | - * @file |
| 5 | + * @ingroup SpecialPage |
6 | 6 | * @author Niklas Laxström |
7 | | - * @copyright Copyright © 2010 Niklas Laxström |
| 7 | + * @author Siebrand Mazeland |
| 8 | + * @copyright Copyright © 2010, Niklas Laxström, Siebrand Mazeland |
8 | 9 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
9 | 10 | */ |
10 | 11 | |
Index: trunk/extensions/Translate/SpecialTranslationStats.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | /** |
4 | 4 | * Includable special page for generating graphs on translations. |
5 | 5 | * |
6 | | - * @file |
| 6 | + * @ingroup SpecialPage |
7 | 7 | * @author Niklas Laxström |
8 | 8 | * @copyright Copyright © 2008-2010, Niklas Laxström |
9 | 9 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
Index: trunk/extensions/Translate/SpecialMagic.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | * This special page helps with the translations of MediaWiki features that are |
5 | 5 | * not in the main messages array. |
6 | 6 | * |
7 | | - * @file |
| 7 | + * @ingroup SpecialPage |
8 | 8 | * @author Niklas Laxström |
9 | 9 | * @copyright Copyright © 2008-2010, Niklas Laxström |
10 | 10 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
Index: trunk/extensions/Translate/SpecialTranslations.php |
— | — | @@ -3,6 +3,7 @@ |
4 | 4 | * Implements a special page which shows all translations for a message. |
5 | 5 | * Bits taken from SpecialPrefixindex.php and TranslateTasks.php |
6 | 6 | * |
| 7 | + * @ingroup SpecialPage |
7 | 8 | * @author Siebrand Mazeland |
8 | 9 | * @author Niklas Laxstörm |
9 | 10 | * @copyright Copyright © 2008-2010 Niklas Laxström, Siebrand Mazeland |