multifield 7.x-1.0-alpha4

Changes since 7.x-1.0-alpha3:

  • #2737769 by Dave Reid: Fixed Multifield values not saved with new IDs for cloned entities. Adds test integration for basic cloning, Node Clone module, and Replicate module.
  • Fixed node_clone is the clone module.
  • #2737837 by Dave Reid: Update tests for new 'administer fields' permission.
  • Added node_clone and replicate as test dependencies.
  • Added field_collection as test dependency.

multifield 7.x-1.0-unstable9

Changes since 7.x-1.0-unstable8:

  • #2091037: Ensure multifield works with entity translation.
  • Add a new multifield entity controller so that entity_load('multifield') doesn't fail completely.
  • Added Devel Generate support.

multifield 7.x-1.0-unstable8

Changes since 7.x-1.0-unstable7:

  • #2190469 by Dave Reid, Ben Young: Fixed bugs in multifield_type_get_fields() and increased test coverage.
  • #2122493: Fixed PHP notice triggerd when editing an exported multifield.

multifield 7.x-1.0-unstable4

Changes since 7.x-1.0-unstable3:

  • #2041535: Added a unique ID column to multifield values.
  • Fixed multifield_field_prepare_view() to work with field_view_field() and if field was configured to be hidden.
  • Fix errors with entityreference autocomplete widgets.
  • #2031565: Ensure hook_field_access() is passed down to the subfields.
  • Force subfield schema to allow NULL.

multifield 7.x-1.0-unstable3

Changes since 7.x-1.0-unstable2:

  • Removed deprecated functions.
  • #2041091: FIxed multifield_field_prepare_view() did not pass the proper view mode to the subfield field_attach_prepare_view() invocation.
  • Moved field related functions to multifield.field.inc. Massive fixes in field unserializing and serializing.

multifield 7.x-1.0-unstable2

Changes since 7.x-1.0-unstable1:

  • Change _multifield_field_item_to_entity not assign $item by reference by default. Caused some data issues. PHP is fun.
  • Invoke field_attach_create_bundle() and field_attach_delete_bundle() where necessary.
  • Pass through hook_field_prepare_view().
  • Run subfields through hook_field_presave().
  • Added a 'Remove' button to the field widget.
Subscribe with RSS Subscribe to Releases for Multifield