r98327 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98326‎ | r98327 | r98328 >
Date:16:30, 28 September 2011
Author:siebrand
Status:ok (Comments)
Tags:
Comment:
Follow-up r98326: fix path to configuration files.
Modified paths:
  • /trunk/extensions/Translate/ffs/MediaWikiExtensions.php (modified) (history)
  • /trunk/extensions/Translate/ffs/ToolserverTextdomains.php (modified) (history)
  • /trunk/extensions/Translate/ffs/WikiaExtensions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/MediaWikiExtensions.php
@@ -21,7 +21,7 @@
2222 public function __construct() {
2323 global $wgTranslateExtensionDirectory;
2424 $dir = dirname( dirname( __FILE__ ) );
25 - $this->definitionFile = $dir . 'groups/MediaWiki/mediawiki-defines.txt';
 25+ $this->definitionFile = $dir . '/groups/MediaWiki/mediawiki-defines.txt';
2626 $this->path = $wgTranslateExtensionDirectory;
2727 }
2828
Index: trunk/extensions/Translate/ffs/ToolserverTextdomains.php
@@ -24,7 +24,7 @@
2525
2626 parent::__construct();
2727 $dir = dirname( dirname( __FILE__ ) );
28 - $this->definitionFile = $dir . 'groups/Toolserver/toolserver-textdomains.txt';
 28+ $this->definitionFile = $dir . '/groups/Toolserver/toolserver-textdomains.txt';
2929 $this->path = "$wgTranslateGroupRoot/toolserver/language/messages/";
3030 }
3131
Index: trunk/extensions/Translate/ffs/WikiaExtensions.php
@@ -22,7 +22,7 @@
2323
2424 parent::__construct();
2525 $dir = dirname( dirname( __FILE__ ) );
26 - $this->definitionFile = $dir . 'groups/Wikia/extensions.txt';
 26+ $this->definitionFile = $dir . '/groups/Wikia/extensions.txt';
2727 $this->path = "$wgTranslateGroupRoot/wikia/";
2828 }
2929 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98326Follow-up r98323: fix path to configuration files.siebrand16:29, 28 September 2011

Comments

#Comment by Raymond (talk | contribs)   07:26, 29 September 2011

No idea if this is the right revision but syncing does not longer work. 2 new extension (r98402 and r98403) cannot be synced and http://translatewiki.net/wiki/Special:Translate/ext-credittab does not work too.

raymond@v22011026445052:/www/w/extensions/Translate/scripts$ php sync-group.php  --lang=* --group=ext-credittab
Conflict times: 2011-09-29T07:21:50Z - 2011-09-29T07:21:50Z
Credit Tab
Thu, 29 Sep 2011 07:21:50 GMT
raymond@v22011026445052:/www/w/extensions/Translate/scripts$
#Comment by Raymond (talk | contribs)   08:06, 29 September 2011

strike that. some error on my side. needs more coffee.

Status & tagging log