Box API Sitewide

Component type

module

Maintenance status

Development status

Component created

Component changed

This is an API module to make it easy to integrate the Box.com service into your site. Other modules allow individual Drupal users to authorize their own Box.com account. This one supports the use case of a single, administrative Box.com account, which is used by your module in all its operations.

It was built for the use case of synchronizing files from a specific Box.com account to Drupal nodes.

Usage

Your module should have a dependency on this one.

* visit /admin/config/media/box_api_sitewide to configure your api credentials.

Field Collection Host Entity

Component type

module

Categories

Maintenance status

Development status

Downloads

368

Component created

Component changed

About

This module provides the host entity for field collection items by adding every host entity as a computed property on field collection bundle level.
There is a patch that does the same. Until the problem is solved this sandbox fixes this problem.
https://www.drupal.org/node/2489142#comment-10049160

RageFilter

Component type

module

Maintenance status

Development status

Component created

Component changed

Standard drupal text filter that turns this:

NAM IPSUM RISUS, RUTRUM VITAE, VESTIBULUM EU, MOLESTIE VEL, LACUS. NULLAM VEL SEM. AENEAN LEO LIGULA, PORTTITOR EU, CONSEQUAT VITAE, ELEIFEND AC, ENIM. ETIAM SOLLICITUDIN, IPSUM EU PULVINAR RUTRUM, TELLUS IPSUM LAOREET SAPIEN, QUIS VENENATIS ANTE ODIO SIT AMET EROS. SED HENDRERIT.

or this:

Drush Mandrill Statistics

Component type

module

Categories

Maintenance status

Development status

Downloads

431

Component created

Component changed

This project provides drush commands to fetch data from the Mandrill transactional email service, to display email tags and statistics on each tag. Tags represent different types of transactional email sent via Mandrill.

Install

From a command line, run the following:

$ drush dl drush_mandrill_stats

This will download the project and place it in your $HOME/.drush folder. Alternatively, you may also download the release manually from Drupal.org.

Imagefield Extract

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds an option to filefields and filefield widget settings to automatically extract the first managed file from the rendered content with an extension allowed in the field settings. Only extracts one file currently, could be changed with a loop.

The widget settings option enables presenting a checkbox to the editor per field instance - 'Automatically extract this field from the rendered content'. If the checkbox is ticked when an entity with that field instance is edited, the file is extracted and set on hook_entity_presave.