Add an additional mode to menu translation "Disable menu translation". This is for cases when menus are handled manually and you don't want manual edits overwritten.
Fix stripping for php code when counting words.
Add function so that canceled translation jobs can be synced with those on ICL server.
Various improvements for Drupal coding guidelines.
This is the first beta release of the Translation Management module for D7.
What's working:
Translation Dashboard
Translation Jobs
Translation Editor
Translation Service from ICanLocalize
Translator Management
Node translation
Menu translation
What's not working:
Block translation (requires i18n support)
Taxonomy translation (new field translation not included yet)
Add compatibility with nodecomment module
Add check_plain when showing title link after translations
Fix fatal error for some uses with OHT module
Fix Arabic flag
Added indexes
Fix PHP warning on cron job
Add get quote function to retrieve a quote for translations from ICanLocalize
Delete relevant job data when deleting nodes
Better google translate error reporting patch from mscharley. http://drupal.org/node/932930
Fix detection of modified original content and show correct "Needs update" status in the dashboard.
Fix slight drift in status icons in dashboard.
Include word count for documents in the translation dashboard and on the translation jobs page.
Remove fixing links for dirty nodes during a node save. Links are fixed when translations are returned.
Fix setting the url_alias.
Fix problem with links to translated content not being updated.
Improve work flow for translations services.
Include "One Hour Translations" translation service
Fix links to ICanLocalize when a secure connection can't be made.
Fix php error: BLOB/TEXT column 'field_data' can't have a default value.
Remove deprecated call-time pass-by-reference in editor.
Fixed db queries for Postgresql compatibility.
Improved Google translate.
Fix newline character being shown as \n in emails.
Fixed needed calls to icl_core and warnings.
Added additional help messages to some admin pages.
Added hooks and support for working with the revisioning and revisioning_translation modules. This allows new revisions to be marked for translation before they are published.
This release includes preparation for the D7 port.
Also some bug fixes:
Fix small bug when inserting to icl_node table
Fix typo for adding css/thickbox_ie.css
Reduce the number of database queries in the dashboard
Fix outputted links so they don't assume site at root and clean-url
This release includes migration from the icanlocalize translator module.
To migrate from the icanlocalize translator module to the translation management module you need to:
1) Download and install the "translation management" module code.
2) Delete the icanlocalize module code.
3) Enable the "translation management" modules from admin/build/modules/list
4) Run update.php
5) You may also need to select "Update Display" in the translation dashboard when you first view it.
* Added email notifications to translators and admins
* Added API support for translation services, including for ICanLocalize
* Added support for translating Drupal interface strings
Add usability improvements to the Translation jobs page.
Add usability improvements to the Translation Dashboard.
Allow translators to save their work as they go.
Fix several minor bugs.
Please run update.php if upgrading from a previous beta.
Initial Beta Release - all basic functionality is there and tested, but we don't yet recommend using on production sites.Initial Beta Release - all basic functionality is there and tested, but we don't yet recommend using on production sites.