Commerce Shipping Country

Component type

module

Maintenance status

Development status

Downloads

1236

Component created

Component changed

This module provides a simple UI for Commerce Shipping, allowing to limit the available countries for shipping.
It exposes the address field config attached to the Commerce Customer profile of type Shipping.

Use case

It can be used when you want to provide the option for limiting shipping countries to users who should not have access to the UI for editing fields, for example a store manager for which the manage fields interface is confusing and unfamiliar.

DB Perftest

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module's goal is simple: to offer some simple but robust tests to measure the performance of different ways of querying a database in Drupal. See compare db_query() and db_select() performance for more background and rationale.

I'm hoping this module and some other testing can help to give reproducible hard data to support arguments behind using (or not using) db_query() in certain circumstances.

clickarea

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to make a html area (a div, or anything displayed as a block) clickable by configuration.

You can provide 2 css selectors, one for the div, and one for the link element inside the div that you would like to use a s a link.

The module will add a hoover class to the div upon hoover and using javascript will link to the href of when the area is clicked.

File Image formatters

Component type

module

Categories

Maintenance status

Development status

Downloads

8990

Component created

Component changed

Allow image field formatters to be used on file fields which can contain images, as well as file field formatters to be used with image fields.

If your file field contains a mix of images and non-images, then you might find the Fallback Formatter module useful.

Daemon API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project has been moved to 7.x-2.x of the Drush Daemon Project.

This module is meant to provide a simple means of creating a robust command-line-driven, fully bootstrapped PHP Daemon. It uses the PHP-Daemon (https://github.com/shaneharter/PHP-Daemon) Library to create the Daemon (via the Libraries API) in order to not re-invent the wheel ;-).