Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download entity_translation-7.x-1.0-rc1.tar.gztar.gz 92.65 KB
MD5: 86f2b10c59a2ee5ce948b681560d0001
SHA-1: 57a556aaccae8d9061b8ceb7c5b19f0c85abdb12
SHA-256: d66dcef810063edd20c7774e0d8b48c35017a2030bebc25eff2178695c1cf70e
Download entity_translation-7.x-1.0-rc1.zipzip 116.17 KB
MD5: 2923c89a8113448b0493d091085d7d10
SHA-1: 7a8a396f25805409e2ae24e7f34c97690b9ee99b
SHA-256: 30dd77f593df558e2fcc4ae079c3ab4ae08a185eebed63ad40e204ad1a974075

Release notes

This is the first release candidate for Entity Translation. It is expected to be very close to the first stable release. This includes a few bug fixes and documentation improvements and a new feature. An old BC layer was also removed, see below.

The most important change introduced in this release is full multilingual support for the core taxonomy autocomplete widget. Now, when the term reference is not translatable, it is possible to choose between two modes:

  • with language-aware autocomplete, the default mode, only terms created in the current language will be offered as suggestions; new terms will be created in the current language;
  • with in-place translation, it will be possible to translate the tags entered in the original language:

To preserve backwards-compatibility, by default this functionality is enabled only on new sites. To enable it on existing installations you can set the following variable in your settings.php:

$conf['entity_translation_taxonomy_autocomplete'] = 1;

New features

#1506054: Taxonomy term reference: language-aware widget and autocomplete

Other changes

#2907366: Invalid hook hook_translation_info() mentioned in docblock for entity_translation_edit_form_info()
#1799770: Update id and bundle when setting a wrapped entity (API change, old BC layer removed)

Bug fixes

#2927815: Infinite loop with language neutral alias and pathauto
#2890683: entity_translation_field_attach_form() adding unwanted fields to form
#2907275: CSS class name misspelled in entity_translation_overview()

Created by: plach
Created on: 21 Mar 2018 at 11:13 UTC
Last updated: 1 Apr 2018 at 16:38 UTC
Bug fixes
New features

Other releases