remote_entity 7.x-2.0-alpha2

Bug fixes

Changes since 7.x-2.0-alpha1:

  • by joachim: Updated docs on property map for 'remote' struct properties.
  • by joachim: Fixed remote_entity_entity_mapped_property_set() for remote properties now being on a struct.
  • by joachim: Fixed unpack() not writing to the new 'remote' struct property.
  • by joachim: Added setter callback for the 'remote' property to allow writing to child properties.
  • by joachim: Fixed getting of remote data from entities unsaved remotely crashing due to stub remote entity data missing.

remote_entity 7.x-2.0-alpha1

Bug fixes
New features

Changes since 7.x-1.0-beta7:

  • #2379615: Changed Entity metadata remote properties to be in a nested info structure, to prevent names clashing with existing properties.
  • by joachim: Fixed error when there is no local property mapped to the remote entity ID property.

remote_entity 7.x-1.0-beta7

Bug fixes
New features

Changes since 7.x-1.0-beta6:

  • by joachim: Removed unneeded info.inc file.
  • #2560955 by das-peter: Added CTools argument plugin to load entity by remote id.
  • #2407677 by jonathan_hunt: Fixed shadowing callback doesn't work for Field API fields.
  • #2384103 by das-peter: Added setter callbacks to all remote entity properties.

remote_entity 7.x-1.0-beta5

Bug fixes
New features

Changes since 7.x-1.0-beta4:

  • by joachim: Added ability to select entity types to the admin UI for re-attempting failed remote saves.
  • by joachim: Fixed entities being checked for expiry even when the entity type info has expiry disabled.
  • #2284683 by colan: Fixed undefined index error in remote_entity_get_query_table_info().

remote_entity 7.x-1.0-beta4

Bug fixes
New features

Changes since 7.x-1.0-beta3:

  • by joachim: Fixed callback_remote_entity_property_info_shadow_property() not having FieldAPI fields on the entity it receives when invoked in the remote to local direction.
  • by joachim: Added comments for invoking of callbacks.
  • by joachim: Added docs to RemoteEntityAPIDefaultController::unpack().
  • by joachim: Added hook_remote_entity_query_table_info_alter().

remote_entity 7.x-1.0-alpha7

New features
Bug fixes

Changes since 7.x-1.0-alpha6:

  • by joachim: Fixed packed remote entity data marked as needing remote save getting clobbered by remote load upon expiry and querying.
  • by joachim: Added Views field handler to show entities' remote properties.
  • by joachim: Changed callback_remote_entity_property_info_shadow_property() to return value for remote property.
  • by joachim: Added Entity Operations handler to preview the result of unpacking the entity for remote saving.

remote_entity 7.x-1.0-alpha6

New features
Bug fixes

Changes since 7.x-1.0-alpha5:

  • by joachim: Added system to 'shadow' remote properties in local, Drupal-native properties.
  • by joachim: Removed defining of entity metadata properties based on 'remote entity keys'; produces properties with spaces in the names.
  • by joachim: Removed setting of page title; now handled by base class.
  • by joachim: Fixed 'needs_remote_save' property not getting unset when an entity is saved remotely.
  • by joachim: Updated Entity Operation handlers for 'tab title' operation string.

remote_entity 7.x-1.0-alpha5

New features
Bug fixes

Changes since 7.x-1.0-alpha4:

  • by joachim: Fixed function name in comment.
  • by joachim: Fixed remote_saved property not being set on remote save; removed return value from callback_remote_entity_unpack().
  • by joachim: Added unpack() method to the remote entity controller.

remote_entity 7.x-1.0-alpha4

New features
Bug fixes

Note that the standard schema returned by remote_entity_schema_table() has changed. You will need to add the new fields to your tables that use this. See sample hook_update_N() code below.

Changes since 7.x-1.0-alpha3:

remote_entity 7.x-1.0-alpha3

New features
Bug fixes

Note in particular the change to the default entity table schema: any entity types using this schema definition will need a hook_update_N() to add the new column.

Changes since 7.x-1.0-alpha2:

  • by joachim: Added 'deleted' flag to default entity table schema.
  • by joachim: Fixed warnings when accessing a remote property that isn't set.
  • by joachim: Updated README with UI details.
  • by joachim: Fixed error messages when remote entities have been deleted on the remote server.

remote_entity 7.x-1.0-alpha1

New features

Alpha release.

Everything here can be considered (reasonably!) stable. Many features not yet implemented however!

Subscribe with RSS Subscribe to Releases for Remote Entity API