User: fago Branch: DRUPAL-7--1 Date: Tue, 16 Feb 2010 15:19:01 +0000 Modified files: /modules/entity/entity_metadata entity_metadata.api.php entity_metadata.test entity_metadata.wrapper.inc /modules/entity/entity_metadata/modules callbacks.inc field.info.inc node.info.inc taxonomy.info.inc Log message: Removed identifier flag in favour of supporting only the identifier mode. Thus entities are internally represented by their ids, thus setters/getters have to return those. Setting entities using the wrapper now is possible by using the identifier or the object. Also it's possible to retrieve a list of entity ids by passing the option array('identifier' => TRUE) to the list wrappers value() method. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/entity/entity_meta... http://cvs.drupal.org/diff.php?path=contributions/modules/entity/entity_meta... http://cvs.drupal.org/diff.php?path=contributions/modules/entity/entity_meta... http://cvs.drupal.org/diff.php?path=contributions/modules/entity/entity_meta... http://cvs.drupal.org/diff.php?path=contributions/modules/entity/entity_meta... http://cvs.drupal.org/diff.php?path=contributions/modules/entity/entity_meta... http://cvs.drupal.org/diff.php?path=contributions/modules/entity/entity_meta...