translatable 5.x-1.3

Bug fixes

Changes since DRUPAL-5--1-2:

  • #224189 by sun: Fixed fatal error when deleting translation objects.
  • #244598 by smk-ka: Fixed wrong access permissions, removed superflous 'administer translatable' permission.
  • #244608 by smk-ka: Fixed non-working edit links on content admin page.

translatable 5.x-1.2

Bug fixes

Fixed fatal error due to missing Translatable module in menu.inc; updated Drupal core patches.
Changed table alias in db_rewrite_sql() to 'translatable'.
Fixed translation properties not stored for completely new nodes.
Fixed menu items of node translations are not found in the menu upon form submit (required by modules like pathauto); needs another core patch now.
Updated Drupal core patches.
Fixed cached menu is not reset after creating/editing a menu item translation.

translatable 5.x-1.1

Fixed untranslatable form items are not synchronized.
Fixed source content of selects, checkboxes, and radios is not displayed.
Fixed _translatable_is_hideable_field() returns FALSE for fieldsets and markup.
Fixed PHP warnings in translatable_get_form_values() and translatable_set_form_values().
Fixed node edit menu item redirects to wrong source node.
Fixed incomplete access check for node translation callback.
Fixed wrong translatable_find() conditions to find an existing translation.

Subscribe with RSS Subscribe to Releases for #translatable