Releases for Dependent Fields
dependent 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dependent-6.x-1.x-dev.tar.gz | 11.13 KB | 0721a23b7150cbe55fabd2fdee645449 |
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
| Download | Size | md5 hash |
|---|---|---|
| dependent-5.x-1.4-beta.tar.gz | 12.9 KB | cb4556717aec4ca3168487242477a137 |
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
| Download | Size | md5 hash |
|---|---|---|
| dependent-5.x-1.3-beta.tar.gz | 12.61 KB | dc745f8907a4fdfa26dcf1bdf8f45220 |
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
| Download | Size | md5 hash |
|---|---|---|
| dependent-5.x-1.2-beta.tar.gz | 12.6 KB | bcecc4f34ab609b62e80e92c90cfc5e3 |
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
| Download | Size | md5 hash |
|---|---|---|
| dependent-5.x-1.1-beta.tar.gz | 12.42 KB | eb2b9761c1425453c3cfec7bd73dc26e |
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
| Download | Size | md5 hash |
|---|---|---|
| dependent-5.x-1.0-beta1.tar.gz | 12.4 KB | 7aef392a4e88fc53672da1e1f6cc0b9f |
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".
dependent 5.x-1.0-dev
| Download | Size | md5 hash |
|---|---|---|
| dependent-5.x-1.0-dev.tar.gz | 12.34 KB | 4ca349230c504b8bf7d142cf6d79f8b1 |
Fixed compatibility issues with jquery 1.2.1.
dependent 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dependent-5.x-1.x-dev.tar.gz | 12.9 KB | 1ba62c57d870b1410177626065ba8ee5 |
The initial release.
