r71365 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71364‎ | r71365 | r71366 >
Date:15:26, 20 August 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Tag classes for SpecialPage group
Modified paths:
  • /trunk/extensions/Translate/SpecialMagic.php (modified) (history)
  • /trunk/extensions/Translate/SpecialManageGroups.php (modified) (history)
  • /trunk/extensions/Translate/SpecialMyLanguage.php (modified) (history)
  • /trunk/extensions/Translate/SpecialSupportedLanguages.php (modified) (history)
  • /trunk/extensions/Translate/SpecialTranslationStats.php (modified) (history)
  • /trunk/extensions/Translate/SpecialTranslations.php (modified) (history)
  • /trunk/extensions/Translate/TranslatePage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialManageGroups.php
@@ -1,8 +1,7 @@
22 <?php
33 /**
44 * @todo Needs documentation.
5 - * @file
6 - * @ingroup Extensions
 5+ * @ingroup SpecialPage
76 * @author Niklas Laxström
87 * @author Siebrand Mazeland
98 * @copyright Copyright © 2009-2010, Niklas Laxström, Siebrand Mazeland
Index: trunk/extensions/Translate/TranslatePage.php
@@ -3,8 +3,10 @@
44 * Implements the core of Translate extension - a special page which shows
55 * a list of messages in a format defined by Tasks.
66 *
 7+ * @ingroup SpecialPage
78 * @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
911 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
1012 */
1113
Index: trunk/extensions/Translate/SpecialMyLanguage.php
@@ -5,9 +5,9 @@
66 *
77 * Usage: [[Special:MyLanguage/Page name|link text]]
88 *
9 - * @file
 9+ * @ingroup SpecialPage
1010 * @author Niklas Laxström
11 - * @copyright Copyright © 2010 Niklas Laxström, Siebrand Mazeland
 11+ * @copyright Copyright © 2010 Niklas Laxström
1212 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
1313 */
1414
Index: trunk/extensions/Translate/SpecialSupportedLanguages.php
@@ -1,9 +1,10 @@
22 <?php
33 /**
44 * @todo Needs documentation
5 - * @file
 5+ * @ingroup SpecialPage
66 * @author Niklas Laxström
7 - * @copyright Copyright © 2010 Niklas Laxström
 7+ * @author Siebrand Mazeland
 8+ * @copyright Copyright © 2010, Niklas Laxström, Siebrand Mazeland
89 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
910 */
1011
Index: trunk/extensions/Translate/SpecialTranslationStats.php
@@ -2,7 +2,7 @@
33 /**
44 * Includable special page for generating graphs on translations.
55 *
6 - * @file
 6+ * @ingroup SpecialPage
77 * @author Niklas Laxström
88 * @copyright Copyright © 2008-2010, Niklas Laxström
99 * @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 @@
44 * This special page helps with the translations of MediaWiki features that are
55 * not in the main messages array.
66 *
7 - * @file
 7+ * @ingroup SpecialPage
88 * @author Niklas Laxström
99 * @copyright Copyright © 2008-2010, Niklas Laxström
1010 * @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 @@
44 * Implements a special page which shows all translations for a message.
55 * Bits taken from SpecialPrefixindex.php and TranslateTasks.php
66 *
 7+ * @ingroup SpecialPage
78 * @author Siebrand Mazeland
89 * @author Niklas Laxstörm
910 * @copyright Copyright © 2008-2010 Niklas Laxström, Siebrand Mazeland

Status & tagging log