Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download entity-7.x-1.0-beta6.tar.gztar.gz 66.86 KB
MD5: 64588b70e6773d146e0bf4267a90a270
SHA-1: 9cb0cf79e853e71c7312ac3890febb90754e37b4
SHA-256: d5752090d6be3478480a79953204bdaa537487ef8f1a5421a490b7b97facd841
Download entity-7.x-1.0-beta6.zipzip 84.95 KB
MD5: cce03b3f1c7e6855a4ff0bee3883dd0a
SHA-1: a02a3430970626f233df4af0797ecb6a0f4de368
SHA-256: b3f6227324620b74fecd0f8b2648c9c94725cf15d3ee23b275d11327ae27ce97

Release notes

API changes since BETA5:
* Exportable entities have been overhauled, so that all entities are stored in the database. Modules providing an exportable entity type need to be updated. See #1008810-8: Store all exportables in the db-
* Entity metadata wrappers: The value() method now doesn't throw an exception for not set properties any more, but returns NULL - see #708268.

Complete list of changes since BETA5:
* #1006664 fixed call to undefined function errors occurring without the entity metadata module
* #1007542 removed the empty .info file for the upgrade, as it causes troubles with the update-manager
* #708268 some metadata wrapper improvements, in particular fixed property updates to be properly reflected in parent data structures. API change: value() now doesn't throw an exception for not set properties any more, but returns NULL.
* #708268 added image and file field support, including tests.
* #708268 improved property info for text fields to also support summaries and added tests.
* #1010144 patch by drunken monkey: fixed information for anonymous authors
* #1013240 patch by aspilicious: Remove unnecessary files[] declarations from .info file
* #1008810 overhauled exportable entities so that all entities are stored in the database. Upgrade for modules making use of exportable entities is required, see #1008810-8.
* #1014046 patch by brenk28: fixed improper use of t().
* #1008810 follow-up: fixed uninstalling for modules providing an exportable entity.

Created by: fago
Created on: 4 Jan 2011 at 19:42 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Insecure

Other releases