r49187 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49186‎ | r49187 | r49188 >
Date:22:11, 4 April 2009
Author:siebrand
Status:deferred
Tags:
Comment:
* Update file headers for groups FreeCol and Mantis
* Remove an obsolete FIXME
Modified paths:
  • /trunk/extensions/Translate/ffs/PhpVariables.php (modified) (history)
  • /trunk/extensions/Translate/groups/FreeCol.php (modified) (history)
  • /trunk/extensions/Translate/groups/Mantis.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/Mantis.php
@@ -1,4 +1,13 @@
22 <?php
 3+/**
 4+ * Support MantisBT: http://www.mantisbt.org.
 5+ *
 6+ * @addtogroup Extensions
 7+ *
 8+ * @copyright Copyright � 2008-2009, Translatewiki.net developers
 9+ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
 10+ */
 11+// Support MantisBT: http://www.mantisbt.org
312
413 class MantisMessageGroup extends MessageGroup {
514 protected $label = 'Mantis (web-based bugtracking system)';
Index: trunk/extensions/Translate/groups/FreeCol.php
@@ -1,4 +1,13 @@
22 <?php
 3+/**
 4+ * Support FreeCol: http://www.freecol.org/.
 5+ *
 6+ * @addtogroup Extensions
 7+ *
 8+ * @author Niklas Laxstr�m
 9+ * @copyright Copyright � 2008-2009, Niklas Laxstr�m
 10+ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
 11+ */
312
413 class FreeColMessageGroup extends MessageGroup {
514 protected $label = 'FreeCol (open source game)';
Index: trunk/extensions/Translate/ffs/PhpVariables.php
@@ -116,7 +116,6 @@
117117 */
118118 class PhpVariablesFormatWriter extends SimpleFormatWriter {
119119
120 - // Ugly. Should be in Mantis.php or something
121120 public function makeHeader( $handle, $code ) {
122121 list( $name, $native ) = $this->getLanguageNames( $code );
123122 $authors = $this->formatAuthors( ' * @author ', $code );

Status & tagging log