r55182 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55181‎ | r55182 | r55183 >
Date:13:36, 17 August 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Update spacing
Modified paths:
  • /trunk/extensions/Translate/scripts/sync-group.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/sync-group.php
@@ -88,8 +88,8 @@
8989 STDOUT( "Modify time for $code: " . wfTimestamp( TS_ISO_8601, $ts ) );
9090
9191 $count = $cs->checkConflicts( $code, $start, $end, $ts );
92 -
9392 }
 93+
9494 unset( $group );
9595 }
9696
@@ -144,8 +144,6 @@
145145 continue;
146146 }
147147
148 -
149 -
150148 $title = Title::makeTitleSafe( $this->group->getNamespace(), "$key/$code" );
151149
152150 $page = $title->getPrefixedText();
@@ -210,7 +208,6 @@
211209
212210 if ( !$this->interactive ) continue;
213211 STDOUT( " →Needs manual resolution", $page );
214 -
215212 STDOUT( "Source translation at $changeDate:" );
216213 STDOUT( $this->color( 'blue', $translation ) . "\n" );
217214 STDOUT( "Wiki translation at $wikiDate:" );
@@ -230,7 +227,6 @@
231228 break;
232229 }
233230 } while ( true );
234 -
235231 }
236232 }
237233
@@ -299,7 +295,6 @@
300296
301297 $wgUser = $old;
302298 }
303 -
304299 }
305300
306301 STDOUT( wfTimestamp( TS_RFC2822 ) );

Status & tagging log