Releases for Localization client
l10n_client 7.x-1.x-dev
First released: July 14, 2009 - 17:54
Size: 23.72 KB
md5_file hash: e65a3488d425ad4ebbfdcd659199397f
Last updated: July 18, 2009 - 00:14
Development snapshot.
l10n_client 5.x-1.2
First released: April 15, 2009 - 19:25
Size: 19.9 KB
md5_file hash: 326858c5b410b4cfec9ca24f5b91ebe2
Last updated: April 15, 2009 - 19:32
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following change was made since the 5.x-1.1 release:
- Fixed error (string lid is an object), #339505
l10n_client 6.x-1.7
First released: April 15, 2009 - 19:21
Size: 24.75 KB
md5_file hash: eb595b1ab7f6200ffaa974311c0e6df3
Last updated: April 15, 2009 - 19:26
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following changes have been made since the 6.x-1.6 release:
- Parts of #218516 from Roger López and myself:
1. Handle the special case when all the translatable text is HTML. Escape the code in this case
but only after the code was trimmed for length.
2. Remove HTML tags from translation for redisplaying in selection list after saving. This
only affects the display in the selection list. Apply the same HTML tag stripping and
length limitation as in the PHP code. Also implement the (1) special case above. - by etki: Slovak translation
- #373404 suggestion by fletchgqc: add module to the Multilanguage package
- Hungarian translation
- #328167 reported by Zoltán Balogh: typo in personal API key user interface label
l10n_client 6.x-1.6
First released: October 22, 2008 - 20:34
Size: 21.01 KB
md5_file hash: a50c0ecdc002cc7fefd22674233a55af
Last updated: October 22, 2008 - 20:40
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following changes have been made since the 6.x-1.5 release:
l10n_client 5.x-1.1
First released: October 22, 2008 - 20:30
Size: 19.81 KB
md5_file hash: 17ee37e75d6cd0177be3c7ab8c914c43
Last updated: October 22, 2008 - 20:35
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following changes have been made since the 5.x-1.0 release:
- New administration pages for translated/untranslated strings (Translate interface)
Performance improvements, string caching, etc...
New features by Young Hahn: search box
Interface/js improvements - Fixed #201370, php error htmlspecialchars
- Fixed css for search form display which was broken after latest fix.
- Minor improvements to allow other modules to add in strings to be translated.
(i18n module v 5.x-3-dev already using it) - Fixed issue when page strings is an empty array
- - Extended to handle source strings by lid
- Included customized version of locale module, it doesn't need patching anymore
l10n_client 6.x-1.5
First released: October 13, 2008 - 20:52
Size: 19.72 KB
md5_file hash: 045e9a671493c7e3b09ac0fddce6d2bd
Last updated: October 13, 2008 - 20:55
Changes since the 6.x-1.4 version:
- #320512 suggestion by hadi farnoud: The strings list should be RTL.
- #287210 by Jose A Reyero: features ported forward from the 5.x version (slightly modified)
- #291156 reported by multiple people, patch by myself: drop any strings found before our hook_init() is called. Other modules could invoke t() in hook_init() before our code runs, and that loads in the whole locale cache, which could hang browsers if fed into the l10n_client UI.
- #313796 by hass: cleanup only selected text groups; also adds support for reimporting multiple languages at once
l10n_client 6.x-1.4
First released: September 9, 2008 - 10:57
Size: 18.15 KB
md5_file hash: 7da7a5b468a009385046546ed05a1920
Last updated: September 9, 2008 - 11:00
Changes since 6.x-1.3:
- Drupal 6.2 permission specification update
- #252027 report by gaolei, patch by myself: make it possible to disable sharing with server
- #305075 reported by icouto, fix by myself: fix several search field related issues; the ID of the form changed for some reason, and the search field was misbehaving for this reason
- #232793 by yhager and myself: add RTL stylesheet to ensure LTR display of the l10n_client interface in all cases even if RTL language is used to display the page
- Add CVS ID to CSS file
- Fix CSS comment, which was causing weird CSS bugs
- #217884 found by hass, patch by myself: the JS language cache was not invalidated for the particular language, when a new string was submitted, although it might appear in JS output
l10n_client 6.x-1.3
First released: April 23, 2008 - 10:17
Size: 18.01 KB
md5_file hash: a190e205121bf32f84c0879a9961338d
Last updated: April 23, 2008 - 10:20
Added support for sharing strings being translated with an l10n_server. Changes (minus some typo fixes):
- #231439 by myself: provide sharing (push) connection to l10n_server, so translators can contribute back
- Verify that the configured server can actually handle remote string submissions
- #234489 by yhager: Doh, API version number was missing from l10n_server URL used in l10n_client
- #238748 report by huayen, patch by myself: hide iframe we use for remote submissions
- #234878 by gaolei: Fix issues with some browsers blocking our remote translation submissions due to them thinking we are doing remote AJAX with client data (which we do :)
l10n_client 6.x-1.2
First released: February 14, 2008 - 09:13
Size: 16.84 KB
md5_file hash: e78eb695b1d51396925f3dbb1ac234d4
Last updated: February 14, 2008 - 09:15
Changes since DRUPAL-6--1-1:
- Updated translation files
- #218374 by hass: coding style fixes for l10n_client
- #217360 by hass: this cache clearing function was removed in Drupal 6
- #217884 by hass: 'Translate text' was not translated in JS
- #219591 report by pictogram, analysis by madler, patch by myself: our search form was misnamed so looked like a hook_search() implementation
l10n_client 6.x-1.1
First released: February 5, 2008 - 22:24
Size: 16.07 KB
md5_file hash: e2b92f7f72717f3075ee5b4c460b7547
Last updated: February 5, 2008 - 22:25
New feature: package reimporting for Drupal 6. This was previously in autolocale module, but that module got integrated to Drupal 6 (minus this little feature which is important for upgrades). So people will be directed here for upgrade help with locale files.
l10n_client 5.x-1.0
First released: October 10, 2007 - 07:45
Size: 13.4 KB
md5_file hash: fea332361e7a3829e8db5c06283fb885
Last updated: October 10, 2007 - 07:45
Initial release for 5.x
l10n_client 6.x-1.0
First released: October 10, 2007 - 07:44
Size: 11.58 KB
md5_file hash: 953b0770b9c01481c7baf47754b96133
Last updated: October 10, 2007 - 07:45
Initial release for 6.x
l10n_client 6.x-1.x-dev
First released: July 16, 2007 - 13:00
Size: 24.75 KB
md5_file hash: 1b0814d64387cd2b5f5f6e05dbf6d8ec
Last updated: July 15, 2009 - 00:18
Development snapshot.
l10n_client 5.x-1.x-dev
First released: June 20, 2007 - 08:54
Size: 19.91 KB
md5_file hash: 3ef1bf8f7e626bbc7dd8a760a16274db
Last updated: April 16, 2009 - 00:32
Backport of new module for Drupal 6, which requires a small patch for Drupal.
