Blob Relay

Component type

module

Maintenance status

Development status

Downloads

1793

Component created

Component changed

Blob Relay

Blob Relay allows JavaScript to prepare client side data structure for download with proper file name and type which seems not possible yet to do.

De module provides a form for submission through JavaScript.

How to use

After installing visit /admin/config/media/blob-relay.

error.txt

On submit you get either a text file named error.txt containing

Please contact your site administrator.

EFQ Helper

Component type

module

Maintenance status

Development status

Downloads

1442

Component created

Component changed

Entity field queries are a powerful tool for quering data from Drupal's entity system. This module provides a EfqHelper class which extends the EntityFieldQuery class providing shortcuts to common EFQ usage. This is a module intended to assist in development and provides no functionality visible to an end user.

Example Usage

Here is an example to load the last 10 article type (bundle) nodes created with field_featured (a checkbox, perhaps) set to 1.

Mobile Friendly Navigation Toolbar Add-ons

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides "Add content" and "Devel" menu items for Mobile Friendly Navigation Toolbar (navbar).

Phing Drupal Settings

Component type

module

Categories

Maintenance status

Development status

Downloads

350

Component created

Component changed

This is a Phing task that builds a Drupal settings array. It's useful for appending to a settings file during setup.

Example

<drupalsettings propertyName="drupal.settings" user="${sql.username}" password="${sql.password}" database="${sql.database}" />

<append destFile="${drupal.workingdir.resolved}/sites/default/settings.php" text="${drupal.settings}" />

Mosaik

Component type

module

Maintenance status

Development status

Downloads

586

Component created

Component changed

Summary

Mosaik is a little framework to create pages or complex blocks in Drupal with the logic of a real mosaic and its pieces.
Create a piece (a block, a view, a form...everything you want...) and put it into a new mosaic. Compose your mosaic with any pieces you need. Write your layout to associate to your mosaic. And enjoy!

Mail Whitelist

Component type

module

Maintenance status

Development status

Downloads

487

Component created

Component changed

This module allows you to manage a whitelist of e-mail addresses that may receive mails from your website, which can be quite handy when you copy a live database to a test or development environment...
It doesn't restrict e-mail address related input (like user registration), the whitelist is only enforced when sending an e-mail.