This project is under active development.

Remote Entity API

This module provides an API that extends the Entity API, to use data from a remote source as entities. Multiple remote entity types can be declared on multiple remote servers.

With a remote entity type defined, you can:

  • Execute queries on the remote data
  • Load remote entities by a remote ID
  • Load local copies of remote entities
  • Save remote entities

Both querying and loading remote entities causes a local copy to be saved, which speeds up later loading. After a set time, local copies expire, and loading an expired entity will cause the remote version to be retrieved again (and also re-saved locally).

The Entity Metadata Property API is used to access properties of the remote entity. The Entity admin UI is used to provide a UI for local copies of entities.

Requirements

  • Entity API
  • Clients
  • A remote entity resource implementation: currently this exists for MS Dynamics
  • (Recommended only) Entity Operations, which allows quick building of a UI for custom entities, and for which this module has several useful operation handlers.

RemoteTest

This is a port of the DrupalRemoteTestCase of the original contrib Simpletest module, extending the version of Simpletest that is n

Breadcrumb2

In contrast to the other breadcrumb modules this module provides a new, fieldable 'breadcrumb' entity - leverage the power of fields! Some of the code was copied from Profile2 module. Thanks to fago.The module is aimed to provide a simple, but extensible solution providing breadcrumbs.

Idea

1, Breadcrumb is an entity, include:
(1),path, a property, which store the unique internal path, only support specific path such as node/1
(2),link, it is a multi values link field, store trail links.

2,Using rules to generate breadcrumbs for node/taxonomy term etc.

Requirements

Installation

1,Install Link module at first.
2,Then install this module.
Otherwise, maybe you will get an error message "FieldException: Attempt to create a field of unknown type link_field"

Document :

Party De-duplicator

This module provides a framework for reduplicating Party records. It's concerned with two main features, firstly How to find duplicates. Secondly how to merge records.

Pages

Subscribe with RSS Subscribe to RSS - Under active development