r70110 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70109‎ | r70110 | r70111 >
Date:21:14, 28 July 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix missing spaces in mantis export
Modified paths:
  • /trunk/extensions/Translate/ffs/PhpVariables.php (modified) (history)
  • /trunk/extensions/Translate/groups/MantisBT/MantisBT.yml (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/MantisBT/MantisBT.yml
@@ -59,23 +59,23 @@
6060 header: |
6161 <?php
6262 /** MantisBT - a php based bugtracking system
63 - *
64 - * Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
65 - * Copyright (C) 2002 - 2010 MantisBT Team - mantisbt-dev@lists.sourceforge.net
66 - *
67 - * MantisBT is free software: you can redistribute it and/or modify
68 - * it under the terms of the GNU General Public License as published by
69 - * the Free Software Foundation, either version 2 of the License, or
70 - * (at your option) any later version.
71 - *
72 - * MantisBT is distributed in the hope that it will be useful,
73 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
74 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
75 - * GNU General Public License for more details.
76 - *
77 - * You should have received a copy of the GNU General Public License
78 - * along with MantisBT. If not, see <http://www.gnu.org/licenses/>.
79 - */
 63+ *
 64+ * Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
 65+ * Copyright (C) 2002 - 2010 MantisBT Team - mantisbt-dev@lists.sourceforge.net
 66+ *
 67+ * MantisBT is free software: you can redistribute it and/or modify
 68+ * it under the terms of the GNU General Public License as published by
 69+ * the Free Software Foundation, either version 2 of the License, or
 70+ * (at your option) any later version.
 71+ *
 72+ * MantisBT is distributed in the hope that it will be useful,
 73+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
 74+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 75+ * GNU General Public License for more details.
 76+ *
 77+ * You should have received a copy of the GNU General Public License
 78+ * along with MantisBT. If not, see <http://www.gnu.org/licenses/>.
 79+ */
8080
8181
8282 CHECKER:
Index: trunk/extensions/Translate/ffs/PhpVariables.php
@@ -256,7 +256,7 @@
257257 $authors = $this->filterAuthors( $authors, $collection->code );
258258
259259 foreach ( $authors as $author ) {
260 - $output .= "* @author $author\n";
 260+ $output .= " * @author $author\n";
261261 }
262262
263263 return $output;

Status & tagging log