r80425 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80424‎ | r80425 | r80426 >
Date:20:55, 16 January 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
v0.5
Modified paths:
  • /trunk/extensions/LiveTranslate/INSTALL (modified) (history)
  • /trunk/extensions/LiveTranslate/LiveTranslate.php (modified) (history)
  • /trunk/extensions/LiveTranslate/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/LiveTranslate/LiveTranslate.php
@@ -25,7 +25,7 @@
2626 die( 'Not an entry point.' );
2727 }
2828
29 -define( 'LiveTranslate_VERSION', '0.5 alpha' );
 29+define( 'LiveTranslate_VERSION', '0.5' );
3030
3131 $wgExtensionCredits['other'][] = array(
3232 'path' => __FILE__,
Index: trunk/extensions/LiveTranslate/INSTALL
@@ -13,6 +13,7 @@
1414 require_once( "$IP/extensions/LiveTranslate/LiveTranslate.php" );
1515
1616 After this you need to run MediaWikis update script which can be found at /maintenance/update.php.
 17+You also need to run this when upgrading to version 0.4 or above from any older version.
1718
1819 After doing this, you have installed the extension. To be able to use it in a meaningful way, you also need to take care of some configuration:
1920
Index: trunk/extensions/LiveTranslate/RELEASE-NOTES
@@ -5,7 +5,7 @@
66
77
88 === Version 0.5 ===
9 -2011-01-xx
 9+2011-01-16
1010
1111 * Modified the LT API to work with batches, so translation doesn't break for big translation memories.
1212 * Fixed regex escaping issue that caused translations to stop when encountering certain characters in special words.

Status & tagging log