Angil

Component type

module

Categories

Maintenance status

Development status

Downloads

543

Component created

Component changed

Module contains bunch of small features for developers which help complete your routine work faster.
Now it's mostly drush commands for drush maniacs.

Available drush commands for:

Provision Git Features

Component type

module

Maintenance status

Development status

Downloads

965

Component created

Component changed

NOTE: This project has been superseded by DevShop Provision (http://drupal.org/project/devshop_provision). The command drush @alias provision-devshop-commit is now the recommended usage.

This project is no longer supported and will see no further development.

Provision Git

Component type

module

Categories

Maintenance status

Development status

Downloads

3005

Component created

Component changed

Provision Git is a backend Drush module built for the AEgir Hostmaster/Provision system. This is only for use with provision, the backend component of AEgir. It does not provide any front-end tasks to Hostmaster.

This project is intended to be as low level as possible so that other more complex tasks can be built on top. It provides 5 drush commands:

Provision CDN support

Component type

module

Maintenance status

Development status

Downloads

8351

Component created

Component changed

Introduction

This is a simple module and drush script for that allows you to enable CDN support per site in Aegir. It takes care of setting up a new virtual host that is configured to serve your site's static files over one or more additional domains, eg. css.example.com, js.example.com, cdn.example.com. Use in conjunction with the Drupal CDN module for full effect.

Drowl

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drowl is, perhaps, a really annoying module.
It's a drush command, which passes notices and warnings from a command run by drush to growl.
This may drive you nuts. It can be useful for keeping an eye on long-running processes, however.

DCDL

Component type

module

Maintenance status

Development status

Component created

Component changed

DCDL (Drupal Config Dump & Load) is a configuration management module written to support migrating configuration via drush for Drupal 6. It aims to be a small tool to handle a very specific problem space: snapshotting and loading configuration parts of a site without affecting the content.

DCDL works at a very low level, pulling the configuration directly from the database and writing directly back. It does not follow any code paths in the modules, but does read and write the configuration with guidance from the modules themselves.