Simplified Modules

Component type

module

Maintenance status

Development status

Downloads

5308

Component created

Component changed

This module provides an API to allow related modules on the Modules page to be grouped under a single checkbox.

If your site's Modules page is growing uncontrollably in length and complexity, this module can help you simplify it. You can use the API to hide less important modules from the page, and make it so those modules are instead turned on and off automatically behind the scenes, exactly when they are needed.

distrib_installer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows automatically download (downloads are coming from Drupal update server), unpack and install predefined lists of Drupal projects.
The module checks what already installed and downloads only latest version projects that are missing in current setup. You also can add your own projects installation list (clean dev-server setup, etc.).

This is different from installation profiles in following ways:

Drush SQL Extras

Component type

module

Maintenance status

Development status

Downloads

1407

Component created

Component changed

Drush SQL Extras

Introduction

These are a bunch of drush commands for working databases. They build on the SQL related commands provided by core drush.

1. drush sql-secure-dump

This command implements a secure database dump. It uses the openssl command line utility to encrypt and decrypt the files.

Webform Node Data

Component type

module

Maintenance status

Development status

Component created

Component changed

A common request with Webforms is to pull data from arbitrary nodes into the form. Webform by itself does not support this. This module lets you pull CCK data from any node on your site into your webform. This is complicated to explain, but easy by example:

Environment Control

Component type

module

Maintenance status

Development status

Component created

Component changed

This module displays an indicator of the current environment. Currently it supports three sorts of environments (local, development and production). The module offers a configuration page where the different environments are controlled via their IP-adress. This differentiates Environment Control from similar modules.

Road map

Some more settings will be added to allow more customizations over the display.
I also plan to make use of the functionality with submodules or projects that will use the functionality that differentiates environments.

Remote stream wrapper

Component type

module

Maintenance status

Development status

Downloads

119182

Component created

Component changed

Provides the ability to use external files with file fields without saving the files to your local files directory. Also provides a 'Remote URL' browser plugin for Media.

By default the module adds support for any URL using http://, https://, or feed://. Also note these stream wrappers are read-only and cannot perform any writing operations.

Developed by Palantir.net and sponsored by American Public Media.

Twosies

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will provide a form element that will render at least 2 inline textfields with a "to" delimiter. This helps creating forms that read more like a sentence rather than rows of

Some examples of this would look like are:
- "My price range is [$20] to [$50]"
- "Open from [9am] to [5pm]"
- "My office hours are [Tuesday] and [Thursday] from [10am] to [3pm]"

Possible future features that I can think of right now:
- Configurable Field Type to add on to your fieldable entities
- Views (contextual) filter for numeric ranges