Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download field_collection-7.x-1.0-beta2.tar.gztar.gz 20.52 KB
MD5: b4ee245a67c07332b3b2fa2d83ba7e1a
SHA-1: dbbde08b82e4d4c4e83425f8831d5894bcdf32e4
SHA-256: 87c27a75447bd95a8aea031aff79ee80d41cfd3b113319b4818b2069653e6ee3
Download field_collection-7.x-1.0-beta2.zipzip 24.42 KB
MD5: 1902823e28fcf7f8604138f5692641d6
SHA-1: 4a40c4230e33a68bea5c2d1b1250b8fe87124185
SHA-256: 39b9fd51ffe6167b95940d516914ee72cc54ccd0a3063df96db3201cf360d3a0

Release notes

Beta2 comes with a new "embedded" widget type, which still has some issues with default values though. See #1239946: Embedded field collection items with a default value result in new items on save.

Changes since 7.x-1.0-beta1:

  • #1239946-7 field-collection item double during adding when a field using #ajax is used.
  • put field-collection in the fields package
  • #1210806 patch by tim.plunkett: fixed the page variable when viewing field-collections in page mode.
  • #1138168 patch by Barett: fixed a minor typo.
  • #1232784 patch by tim.plunkett: Separate links from field_collection_field_formatter_view() for re-use.
  • #1227244 patch by yched: fix bug in formatter settings in Views.
  • #1208514 fixed the field-collection entity object serialization to be not unnecessarily fat.
  • #1204428 fixed exception 'The host entity may be set only during creation of a field-collection item' to not appear when using the embedded widget.
  • improved Rules integration for single-cardinality field-collections to allow using the collection via the host-entity during creation.
  • improved creating field-collection items with not-yet saved host entities + added test coverage for that.
  • #1100736 follow-up: fixed template name to match file name.
  • #1100736 template filename should use dashes instead of underscores
  • #977890 patch by casey, fago: added a widget for embedding the collection form in the host-entity form.
  • #1172372 patch by fago, mckeen.greg: add a views relationship.
  • #1064394 patch by me and cfennell: fixed deleting host entities without field-collection items + added test coverage for that.
  • always save the host entity when a field collection is updated, so modules can react upon changes to the host
  • Stripping CVS keywords
Created by: fago
Created on: 18 Aug 2011 at 12:17 UTC
Last updated: 18 Aug 2011 at 12:22 UTC
New features
Bug fixes

Other releases