Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 56.49 KB
MD5: 50d9f22b203505fb6288cfd3f5f7c9dc
SHA-1: d81e837a11ca08cea64e81c9a78aac6ce5fdc6e1
SHA-256: 3fe10a383370e1f447626493252944a50545a4d53cc334ccf91c0c1431639718
Download zip 65.86 KB
MD5: 7d65eb9ac2f97da8d98cdeaef8ef4cf6
SHA-1: 91bf9484a2aa1a01fc3ffea1498c187b7f1cb136
SHA-256: c2356b0f58b2705b28c830c717060452e3e8edc58c360a362d60dcbc3838e4aa

Release notes

  • Issue #2880750 by cilefen: Notice: Undefined index: entity keys in entity_extract_ids() when deleting existing field collection items
  • Issue #3043573 by hitfactory: Submitting entityform generates Notice for undefined $nid
  • Non-optimal if conditions. Conditions which execution costs less than the previous one.
  • Issue #2607226 by daveferrara1, jurgenhaas, joep.hendrix: Field collection in taxonomy terms fails saving because of missing revision support in taxonomy
  • Issue #1995358 by erik.erskine, james.williams: Re-order only widget/seperate page
  • Issue #2611938 by ccjjmartin: Entity Reference inside of a Field Collection results in random 403 errors
  • Issue #2567675 by osopolar: Ctools relationship plug-in: Use negative delta to get item from the end of field-collection list
  • Issue #3052122 by Ruuds: EntityMalformedException: Permission to create a node was requested but no node type was given. in entity_metadata_no_hook_node_access()
  • Issue #3054682 by minorOffense: field_collection_item_access not calling entity_access with correct arguments
  • Issue #3051803 by DamienMcKenna: Fix PHP 5.3 compatibility in field_collection.module
  • Issue #2833061 by tangozulu, coreykck, tanc: Exception: The host entity cannot be changed. in FieldCollectionItemEntity->updateHostEntity()
  • Issue #2888517 by amoebanath, minorOffense: Language detection is broken in 7.x-1.x-dev
  • Remove arguments which can be safely dropped, as they are identical to the default value.
  • Drop __wakeup, as it's identical to parent's one.
  • Issue #2991561 by Nikhil Banait: Field collection first item remove not trigger
  • Remove redundant 'else' conditions.
  • Multiple 'isset(...)' statements can be merged into one.
  • Shorten statements.
  • Remove redundant parentheses.
  • Fix unnecessary double quotes.
  • Fix nested positive ifs.
  • Performance: explode() is used in the context of counting substring occurrences.
  • Issue #1447338 by yce, colan, Andrew Answer, jmuzz, colinafoley, justanothermark, izus: Files preview missing and causing EntityMailformedException errors
  • Issue #1549364 by yoshicn, RyanPrice, kscheirer, jamesmorrish, Greg McKeen, Sebastien @Actualys, frank.schalkwijk: Data not being saved on initial creation
  • Issue #2701809 by cutesquirrel, Sutharsan, svenryen, spotzero: update collection on a translatable node (i18n)
  • Issue #2763395 by lazzyvn, Andrew Gorokhovets: Field collection doesn't delete children data Strpos is faster than strstr.
  • Issue #2931660 by m.lebedev: Diff. A value is not displayed for entity reference field Coding standard fixes.
  • Issue #2542814 by carstenG, Chris Matthews: Devel generate doesn't work when field_collection Widget is hidden
  • Issue #2339023 by jmuzz, joseph.olstad: Migrate field collection revisions supported in beta4 to be up to date
  • Issue #2852783 by eglaw, dkrcni: 'Hide initial item' setting is broken
  • Issue #2489142 by drunken monkey, mihai_brb, julia.klimovsky: Add entity type-specific versions of the "Host entity" property
  • Issue #2658882 by adrien.felipe, jcisio, rsmylski, michiellucas, moonray: "the host entity cannot be changed" error with VBO
  • Issue #1427158 by Fabianx, mrfelton, joseph.olstad: Use field_collection_field_formatter_prepare_view to increase performance by 50%
  • Issue #1280568 by basvanderheijden: Embedded widget crash Node edit form
  • Issue #2049157 by czigor: Entity type is not added as condition in the INNER JOIN when using a reverse relationship
  • Issue #2681291 by osopolar: Token for fieldcollection delta
  • Issue #2907621 by jmuzz, unknownguy: Field collection translation compatibility issue with entity_translation-7.x-1.0-beta6 and upwards
  • Issue #2254257 by szantog: Schema Issue
  • Issue #2070159 by neddstark, lachezar.valchev, gcb: On unpublished nodes, when saving, it throws a fatal error: Unable to save a field collection item without a valid reference
  • Issue #2070159 by neddstark, lachezar.valchev, gcb: On unpublished nodes, when saving, it throws a fatal error: Unable to save a field collection item without a valid reference
  • Issue #1063434 by sherakama, majorrobot, paulihuhtiniemi, btopro, GaëlG, veronicaSeveryn, Novitsh, xcf33, arvinsingla, bbdata, David_Rothstein, queenvictoria, m.stenta, arh1, iajay, dpfitzsi, k_zoltan, franz.glauber, humansky, aaronbauman, John Bickar, sir_squall, praandy, junaidpv, lachezar.valchev, alisonjo2786, jrao, Xearwe: Add Feeds integration to FieldCollection
  • Issue #3031167 by solideogloria, RenatoG: README Grammar Fixes
  • Issue #3029628 by joegraduate, azslay, RenatoG: Re-apply fix from #1866032 (EntityFieldQueryException: Unknown field)
  • Issue #1954052 by RenatoG, jmuzz, klonos: Proper capitalization in the project name
  • Issue #3029518 by RenatoG: Update documentation of Field Collection
Created by: ram4nd
Created on: 31 Aug 2019 at 15:14 UTC
Last updated: 3 Sep 2019 at 19:08 UTC
Unsupported

Other releases