Entity Usage

Component type

module

Categories

Maintenance status

Development status

Downloads

1180

Component created

Component changed

This module provides a tool to track usage of entities by other entities in drupal.

Currently the following "relationship" methods are supported out of the box:
- Entities related trough entity_reference fields
- Entities embedded into text fields (using the Entity Embed module)

Hosting DNS

Component type

module

Maintenance status

Development status

Downloads

352

Component created

Component changed

Separation of the Hosting DNS part of Aegir Hosting as discussed in #2466989: Spin off DNS extension.

The 7.x-1.x version of this module is the (slightly altered) port of the module as it was in aegir 3.6.

The 7.x-3.x version of this module is still under heavy development and not yet ready for use.

GVision

Component type

module

Maintenance status

Development status

Downloads

149

Component created

Component changed

Synopsis

The GVision module provides integration with the Google Vision API using the Google PHP Client Library (Check Google PHP Client Library Drupal Project page for more info) through two blocks, where in one you can choose which API Function to use when uploading an image and in the other you can predefine the used API function vi

LoaderIO

Component type

module

Maintenance status

Development status

Component created

Component changed

LoaderIO module provides Drupal users a way to test their website for performance.
This module, having an insight into your Drupal installation, generates an insight about your site using Loader.IO API

Sample API:

curl -X POST
-H 'loaderio-auth: API_KEY'
-H 'Content-Type: application/json'
--data-binary '{"test_type":"cycling", "total": 6000, "duration":60, "urls": [ {"url": "http://mysite.com"} ]}'
https://api.loader.io/v2/tests

BMI Add Ons

Component type

module

Maintenance status

Development status

Downloads

180

Component created

Component changed

The BMI Add Ons module is a sandbox project that provides additional blocks to to the BMI module by by Azri solutions (http://drupal.org/user/115278).

It adds a number of blocks that contain forms that help to calculate various health indicators.

In addition to adding a BMI calculator geared towards users of the imperial system of measurement, the BMI Add Ons module provides the following for both users of the imperial and metric systems:

Shift Queue

Component type

module

Maintenance status

Development status

Component created

Component changed

Shift queue is extended from Drupal system queue with two new features:

Disable the processing of a particular queue
This feature allows to stop the processing a queue.

Set maximum failed processing attempts
Originally in Drupal system queue, when a queue item is processed with exception, it will be processed again until it is processed completely.

This feature allows to retry in a limited configurable times and if it still get problem, this item will be moved to a separate queue called: 'ORIGINAL_QUEUE_NAME:failed'.