Maintainers strive to actively monitor issues and respond in a timely manner.

FacetAPI Untagged

This module alters the default Apache Solr search behavior in order to show all the nodes tagged with a taxonomy term and also all untagged nodes (tagged with a term named 'untagged').

FunctionalTest

Extends DrupalRemoteTestCase with a number of helpful methods for testing the functionality of websites.

String Filter

String Filter provides an input filter to replace defined strings with a STRING, VARIABLE, or FUNCTION. Admins can define any number of replacement combinations when configuring a text format.

Strict 404

By default, a Drupal site allows undefined arguments on any system path instead of returning 404 Not Found (e.g.

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.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained