l10n_update 7.x-2.7

Bug fixes
Unsupported

Bug fixes

  • Issue #3269533: Fixes PHP 8.1 deprecation warnings

l10n_update 7.x-2.6

Bug fixes
Unsupported

Bugfixes

Issue #3232972 by douggreen: l10n_update_update_7207() throws warning

l10n_update 7.x-1.4

Bug fixes
Unsupported

Bug fix

Small fix to prevent errors when running the latest: Issue #3088241

l10n_update 7.x-1.3

Bug fixes
Unsupported

Other

  • Issue #3086404: Remove patch files from the code base.

l10n_update 6.x-1.0-beta4

Security update
Unsupported

Security

  • Fixes Translations directory is not protected from executing scripts

Bugs

  • Backport from #2068683: hook_requirements() causes a refresh even when update frequency is set to 'check manually'
  • Issue #1883154 backport form D6: Translation version should not be more recent than core or module version.
  • Issue #1508016 by igor.ro: Fixed Drush set error if no translations to update.
  • Issue #1541624 by Sutharsan: Fixed Column l10n_update_project.server is NULL.

l10n_update 7.x-2.3

Security update
Unsupported

Security

Bugs

  • Issue #2922809 by Sutharsan: When trying to update i have "Recoverable fatal error: Argument 2 passed to format_string"
  • Issue #2916227 by Stevel: Fix head tests for l10n_update

l10n_update 7.x-1.2

Security update
Unsupported

Security

Bugs

  • Issue #2591673 by hass: Schema inconsistencies
  • Issue #2594455 by Sutharsan: Backport translation download fallback
  • Backport from 7.x-2.x of issue #2559367: Issue with modules long names
  • By Sutharsan: PHP notice when project has no name in the info file.

l10n_update 7.x-2.2

Bug fixes
Insecure
Unsupported

This release contains minor functional, code and documentation fixes.

Improvements

  • Issue #2869244 by axel.rutz: PoDatabaseReader does not support textgroups
  • Issue #2907795 by tucho, Sutharsan: Prefer HTTPS protocol over HTTP when fetching translations

Minor fixes

l10n_update 7.x-2.1

Bug fixes
New features
Insecure
Unsupported

New functionality

  • Added support for Remote Stream Wrapper module
  • Allow alternative HTTP client libraries to allow Localization Update to continue working behind a proxy (for example: https://www.drupal.org/project/chr)
  • Improve module version fallback
  • Allow administrator to exclude projects and/or languages from update. This prevents unnecessary translation status checks.

Bug fixes

  • Issue #2816513: Fix the tests

l10n_update 7.x-2.0

Bug fixes
New features
Insecure
Unsupported

This release is a code overhaul of the module and is largely based on the Drupal 8 Interface Translation Update functionality. It has improved performance for translation update. Especially for lange translation files, both with manual, drush and cron update. The usability of the translation status page has improved.

If you migrate from 7.x-1.x and you use .info file parameters in (custom) modules or themes, you should know that:

l10n_update 7.x-1.1

Bug fixes
Insecure
Unsupported

This release contains the following bugfixes:

l10n_update 7.x-2.0-rc2

Bug fixes
New features
Insecure
Unsupported

Bug fixes

  • Reverting the PO-file path placeholder %version (Drupal 8 format) back to %release (7.x-1.x format).
  • Issue #2320225 by penyaskito: Typo in drush commands help.

Features

Improved fallback for dev version of modules and themes. Dev-releases will now fall back to the corresponding release version, e.g. 7.x-2.1-dev will fall back to 7.x-2.1 (Issue #2238091).

l10n_update 7.x-2.0-rc1

New features
Insecure
Unsupported

This is a backport of the Drupal 8 (core) Interface translation update function.

l10n_update 7.x-1.0

Bug fixes
Insecure
Unsupported

First stable release of the 7.x-1.x branch.

Known issues

  • Combinations of many modules, large translation files, a slow server and a slow internet connection can result in PHP timeout errors. (#569004). Use the 7.x-2.x branch instead.
  • Problems have been reported with installation profiles containing Localization Update module. These problems may be caused by the order in which modules are enabled.

l10n_update 7.x-1.0-rc2

Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-rc1

Mostly minor bug fixes. No API changes, no interface changes. No problems to be expected when upgrading from rc1 to rc2.

l10n_update 7.x-2.x-dev

This 7.x-2.x branch is a full backport of the Drupal 8 Interface Translation update system.

l10n_update 6.x-1.0-beta3

Bug fixes
Insecure
Unsupported

Issue #1449934 Reverting changes to translation status display made in Issue #1001554.
Issue #1449376 by igor.ro: l10n_update_cache not created at install.

l10n_update 6.x-1.0-beta2

Bug fixes
Insecure
Unsupported

Backport from 7.x #1347440: Improve translation status caching.
Issue #1373758 by guillaumev: Force rebuild of project list after modules were enabled.
Issue #1338886 by Sutharsan: Implement hook_modules_enabled.
Issue #1347440 by Sutharsan: Improve translation status caching.
Backport from 7.x #1417534: Increase number of updates per cron job.
Issue #1417534 by Sutharsan: Increase number of updates per cron job.
Backport of 7.x-1.x Issue #1200032: Use local timestamp instead of remote timestamp.
Backport of Issues #1410884 and #1392030: Fault handling when fetching updates fails.
Backport form 7.x-1.x Issue #1164564: Increase HTTP timeout when downloading translation files.
Backport form 7.x-1.x Issue #1329224: Better fault handling when downloading po files.
Backport form 7.x-1.x Issue #1387528: Update 'last_checked' when downloading files.
Backport form 7.x-1.x: Remove data from {l10n_update_file} table when uninstalling modules.
Backport form 7.x-1.x: Change 'update disabled modules' radios into checkbox.
Issue #1200032 by Sutharsan: Use local timestamp instead of remote timestamp.
Issue #1392030 by Sutharsan: Error when fetching updates fails.
Issue #1410884 by cthiebault: PHP Notice if a module is not released yet.
By Sutharsan: Fixing some documentation typo's.
Issue #1164564 by Chi: Increase HTTP timeout when downloading translation files.

l10n_update 7.x-1.0-beta3

Bug fixes
Insecure
Unsupported

It's been too long since the last Beta. This is what we've done in the mean time:

  • Issue #1338886: Implement hook_modules_enabled.
  • Issue #1347440: Improve translation status caching.
  • Issue #1417534: Increase number of updates per cron job.
  • Issue #1200032: Use local timestamp instead of remote timestamp.
  • Issue #1392030: Error when fetching updates fails.
  • Issue #1410884: PHP Notice if a module is not released yet.
  • Issue #1164564: Increase HTTP timeout when downloading translation files.
  • Issue #1329224: Better fault handling when downloading po files.
  • Issue #1250216: Add installation recipe to README.
  • Issue #1387528: Update 'last_checked' when downloading files
  • Remove data from {l10n_update_file} table when uninstalling modules.
  • Change 'update disabled modules' radios into checkbox.
  • Issue #1187080: unnecessary presubmit handler removed.
  • l10n_update_check_translations() only checks one project.
  • Issue #1370436: Update translation on cron does not update.
  • Issue #1001554: fetch .po files for dev modules/core.
  • Issue #1260820: Inconsistant generation for message status strings.
  • Issue #1225370: Improved documentation on locally modified strings.

l10n_update 6.x-1.0-beta1

New features
Bug fixes
Insecure
Unsupported
  • Fixed and improved Drush support. Now works with Drush 4.0+ only.
  • Fixed module name in .info file to be consistent.

l10n_update 7.x-1.0-beta1

New features
Bug fixes
Insecure
Unsupported

More and more people use this module, and the bug reports seem to have been recurring about a small number of similar issues. To show our increased confidence in the module quality and to fix some recurring bugs, here is version 7.x-1.0-beta1. Now with improved/fixed Drush (v4) support.

l10n_update 7.x-1.0-alpha3

Bug fixes
Insecure
Unsupported

Changes since DRUPAL-7--1-0-ALPHA2:

  • #1013480 by Zoltan Balogh: fix duplicate entry integrity constraint violation due to non-existent variables
  • #1009852 by bartl, vividgates, grub3: fix ordering and formulation of JOINs in query so it is PostgreSQL compatible

l10n_update 6.x-1.0-alpha4

Bug fixes
Insecure
Unsupported

Changes since DRUPAL-6--1-0-ALPHA3:

  • #1002738 by Frodo Looijaard: Fixed documentation update.
  • #1013480 by Zoltan Balogh: fix duplicate entry integrity constraint violation due to non-existent variables
  • #1009852 by bartl, vividgates, grub3: fix ordering and formulation of JOINs in query so it is PostgreSQL compatible

l10n_update 7.x-1.0-alpha2

Bug fixes
Insecure
Unsupported

Changes since DRUPAL-7--1-0-ALPHA1:

  • #1002638 by Frodo Looijaard: Fixing README.txt paths (ported to Drupal 7)
  • #1004158 by rvilar: fix path for manually checking updates (only applies to Drupal 7)
  • #996230 by Lubas, Jej, robertgarrigos, wasare: rework db_select() to apply its methods to the right part of the query

l10n_update 6.x-1.0-alpha2

New features
Bug fixes
Insecure
Unsupported

Added drush l10n-update command
Fixed: Missing file name when updating translations, by Sutharsan, #897344
Fixed: Not importing plural forms from compact files, by Zoltán Balogh, #860480
Fixed installation (l10_status field), by Thib, #915676

l10n_update 6.x-1.0-alpha1

Insecure
Unsupported

It was about time to put out a tagged release.

If you're wondering, the module is fully working, though the code needs cleaning, needs unit tests, etc...

Subscribe with RSS Subscribe to Releases for Localization update