Config Pages

Component type

module

Maintenance status

Development status

Downloads

21399

Component created

Component changed

DO I NEED IT?
At some point i was tired of creating custom pages using menu and form api, writing tons of code just to have a page with ugly form where client can enter some settings, and as soon as client wants to add some interactions to the page (drag&drop, ajax etc) things starts to get hairy. Same story was with creation of dedicated CT just to theme a single page (like homepage) and explaining why you can only have 1 node of this type, or force it programmatically.

cleanup_tool

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Standalone drush utilities.
Orphaned module cleanup utility for drush called cleanup_tool

Installation instructions:

git clone --branch 7.x-1.x git.drupal.org:sandbox/joseph.olstad/2430429.git cleanup_tool
cd cleanup_tool

place the module cleanup_tool in your sites/all/modules folder
enable the module
drush en cleanup_tool

then refresh your drush cache
drush cache-clear drush

USAGE:

Duplemail - Email Address Username Filtering

Component type

module

Maintenance status

Development status

Downloads

450

Component created

Component changed

The purpose of this module is to provide for duplicate email address checking for domains that allow extraneous characters to be placed inside usernames and be treated as different email addresses. For example:

mrbagnall@gmail.com
m.rbagnall@gmail.com
mr.bagnall@gmail.com

Orbital Cache Nuke

Component type

module

Maintenance status

Development status

Component created

Component changed

orbital_cache_nuke
Dependencies

Autoslave

Version / Author
1.0 Justin Slattery Justin.Slattery@mlssoccer.com

Description
This module allows asynchronous remote cache invalidation between replicated Drupal environments. Available for Drupal 7.

See this blog post for details on how it works and integration.

Environments Tool

Component type

module

Maintenance status

Development status

Downloads

3156

Component created

Component changed

Environments is a module for dealing with different server environments, such as development, staging or production.

Usage

  1. Define one or more environments
  2. Define one or more tasks for each environment
  3. Export environments using Features
  4. Use the UI or Drush to switch environments
  5. Take a bow

Environment Tasks

Tasks are operations which get executed whenever an environment is entered, for example enabling/disabling modules, changing variable values, etc.