fieldtool 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| fieldtool-6.x-1.0-beta3.tar.gz | 26.09 KB | 9c2f2f545c896f3c9753198efa5fa753 |
| fieldtool-6.x-1.0-beta3.zip | 38.66 KB | 53c56e71066ca7e8b37978098508aed4 |
Release notes
- #649848: Support taxonomy (not content_taxonomy) fields Support taxonomy (not content_taxonomy) fields
- #643596: Support link fields Support link fields
- #573144: Support Location module Support Location module
- #641104: CCK extraction function not found on userreference, nodereference fields when field info is cached Fixed caching issue
- #696270: Support field hierarchies Support field hierarchies, CCK fieldgroup plugin
- #707506: Location field heirarchy Location field hierarchy
- #644444: Generic callback functions Generic callback functions for "leaf" fields (fields with no child fields)
- #423072: Support import/export callbacks for CCK field types Support import/export callbacks for CCK field types (partial)
- #713836: Sample implementation of creating entities / saving a modified entity Sample implementation of creating entities / saving a modified entity (fieldtool_execute.module)
- #704306: Extra/child fields for CCK email and link fields Extra/child fields for CCK email and link fields
fieldtool 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| fieldtool-6.x-1.x-dev.tar.gz | 30.67 KB | c6a4d603f873e1a47d1f5d49a83e493f |
| fieldtool-6.x-1.x-dev.zip | 44.05 KB | 793d2d11d6c85b4c4fbbc1a5ca10e33d |
Release notes
Dev snapshot from HEAD.
fieldtool 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| fieldtool-6.x-1.0-beta2.tar.gz | 14.73 KB | aa1ae981d616a8ccd5efdb76a7c1cd49 |
| fieldtool-6.x-1.0-beta2.zip | 20.29 KB | 5fb53e585821df6c5d3b8f0789e1d610 |
Release notes
This release changes nothing compared to beta1 except for a single but critical bugfix:
When CCK fields are updated, it now makes sure that the field cache is cleared. If this is not the case, you can get all kinds of strange errors resulting from a set of fields that are out of date. Please update as soon as you can.
fieldtool 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| fieldtool-6.x-1.0-beta1.tar.gz | 14.37 KB | fc153f36eae4614bf9bc2108b9e02869 |
| fieldtool-6.x-1.0-beta1.zip | 19.92 KB | 5fe0bc8d704a1736a44f712984ced98e |
Release notes
A few improvements in this release:
- Now supports nodereference, userreference, email and content taxonomy CCK fields in addition to the already existing text and number fields.
- Split out support for Transformations into a separate callback, therefore untangling Transformations support from the more generic parts.
- Initial support for a few fields of Drupal users.
Have fun!
fieldtool 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| fieldtool-6.x-1.0-alpha2.tar.gz | 13.96 KB | f59bc67d5549ce2bdacedf020a941fe9 |
| fieldtool-6.x-1.0-alpha2.zip | 17.69 KB | 5c6a71e76715079a9946c748dd3c8fa2 |
Release notes
Er... an incorrectly named function put the module out of order when trying to actually execute callbacks. This release brings no new features, but makes it work at all. (Yay?)
fieldtool 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| fieldtool-6.x-1.0-alpha1.tar.gz | 13.93 KB | 06645a3eb48ff61a0bd9090f0252c723 |
| fieldtool-6.x-1.0-alpha1.zip | 17.7 KB | 3a53a5b21716aa6b84a041c71b007926 |
Release notes
Initial release. The module is brand new and only text and number CCK fields are supported at this time, but the API is pretty nice already... so why not push out a first alpha for interested folks. Feedback is explicitly encouraged - especially for architectural and scope issues, as it's important that this module actually is useful for other modules. Tell me what you think of it, whether or not you plan to use it in your module!