translatable 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| translatable-5.x-1.1.tar.gz | 49.72 KB | d711e9f224b09b521bc579609673c3f4 |
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.
Fixed translation language not properly set when editing a source node.
Added hook_translatable_form_alter() to allow modules to alter the final node form.
Fixed menu items for nodes are created in the wrong language.
Changed theme_translatable_languages() to return structured arrays instead of rendered links.
Added implementation of hook_admin_menu().
Updated README.txt.
Changed order of database columns for translatable_object table.
Fixed language block links always redirect to default language.
