Maintainers strive to actively monitor issues and respond in a timely manner.

ERPAL git post-receive hook

This is not Drupal module. And it musn't be placed into site/all/modules folder.

Paddle VO Themes

Vlaamse Overheid themes for Paddle Themer.

Coin Address

The Coin Address module provides a CCK Field type for holding Bitcoin Addresses, as well as Litecoin and other address types to be defined in the future.

Habitat

In a multi-environment setup (e.g. prod, test, dev, local) there are some modules that you'd like to always be enabled or disabled on certain environments. Each time you sync a database down though you have to re-enable/disable the same modules. Worse, you get lazy and keep development modules enabled on production.

Habitat provides settings to enable or disable certain modules on each environment (habitat). Just set a variable with e.g. $conf['habitat'] = 'local'; in your settings.php file (the actual variable to use there is configurable for your current workflow). The disabling/enabling modules is done on hook_init.

Use Cases

With habitat you may set that on prod certain UI modules are always disabled (views_ui, field_ui, even habitat_ui itself), to prevent untrained site builders from overriding Features.

On local you may set that they are always enabled and also enable development modules like devel or stage_file_proxy.

You can also use environment-specific Features modules to ensure settings (e.g. css aggregation, error settings) are different between environments. If you have certain settings you change as part of a launch checklist, you can automate these with a prod-only Features module.

Related projects

TurboSMS

TurboSMS is a service for the rapid and effective warning to your customers, partners and employees by sending sms.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained