r95773 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95772‎ | r95773 | r95774 >
Date:13:17, 30 August 2011
Author:siebrand
Status:ok
Tags:
Comment:
Commit live hack and update version.
Modified paths:
  • /trunk/extensions/Translate/Translate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/Translate.php
@@ -15,7 +15,7 @@
1616 /**
1717 * Version number used in extension credits and in other placed where needed.
1818 */
19 -define( 'TRANSLATE_VERSION', '2011-08-26' );
 19+define( 'TRANSLATE_VERSION', '2011-08-30' );
2020
2121 /**
2222 * Extension credits properties.
@@ -250,7 +250,7 @@
251251 'url' => 'http://api.apertium.org/json/translate',
252252 'pairs' => 'http://api.apertium.org/json/listPairs',
253253 'key' => null,
254 - 'timeout-sync' => 2,
 254+ 'timeout-sync' => 6,
255255 'timeout-async' => 6,
256256 'type' => 'apertium',
257257 'codemap' => array( 'no' => 'nb' ),

Status & tagging log