dependent 6.x-1.x-dev

6.x dev snapshot.
addresses #296351: Drupal 6.x version for this module

Please note

If you were using any custom implementations based on this module, e.g. you were writing your own javascript interactions with Drupal.settings.dependentfield, these implementations will break. The data structure for this javascript setting has changed.

dependent 5.x-1.4-beta

New features
Bug fixes

Now you can choose a selection field as a parent field.
Several issues have been fixed as yet. The module javascript code recognizes form items only when they are from class 'form-item'. Therefore, now the module adds the 'form-item' class to fields that have a ['#theme'] in their array.

dependent 5.x-1.3-beta

fixes the warning:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in .../modules/dependent/dependent.module on line 29.

dependent 5.x-1.2-beta

Bug fixes

adding a fix for viewing a node. Now when a field is being hidden during view operation, its dependent field are automatically being hidden too. see issue http://drupal.org/node/240591

dependent 5.x-1.1-beta

Bug fixes

fixes the bug in IE6 causing the error message: Error Message: 'parent_forms[...].children_arr' is null or not an object
The problem is due to a bug in the attr function which return "undefined" when calling attr("0") even if it is defined.

dependent 5.x-1.0-beta1

Bug fixes

fix bug with jquery versions. It seems that when a DOM element attribute is not set, jQuery 1.1 returns null and jQuery 1.2 return "undefined".

Subscribe with RSS Subscribe to Releases for Dependent