Profiler Builder

Component type

module

Maintenance status

Development status

Downloads

176147

Component created

Component changed

Profiler Builder is a module for automating the creation of installation profiles and distributions. It has support for the Profiler installation profile simplifier library but is able to run independent of it (1.0-RC4+). This module creates a downloadable tar package that gives you a well made installation profile and associated drush make file based on the site its installed on.

Module template

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates an empty module with selected features. It generates necessary files and functions which will be used by developers to develop their great modules.

An idea of this project is to minify initial steps while creating custom module by providing correct naming and possibility to add code snippets by selecting necessary features. It should cover next tasks:
- quick module creation
- help with correct naming and parameters for the functions
- implement code templates for other modules

Drush Debug Tools

Component type

module

Categories

Maintenance status

Development status

Downloads

841

Component created

Component changed

This drush extension aims to extend the default drush functions with a host of extra functions specifically designed with debugging in mind. In particular this extension allows you to debug cron functions as well as apache solr indexing.

This module is still under active development and requires proper documentation.

hosting http basic auth ldap

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Aegir HTTP basic ldap authentication

Introduction

This is a simple module and drush script for Aegir that allows you to specify an LDAP server, Require and filter for HTTP basic authentication per site in Aegir.

It is based on the basic auth module at https://github.com/computerminds/aegir_http_basic
which supports simple password authentication.

Ends up adding stanzas to the vhost conf something like:

Drush Hooks for Git

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drush Hooks for Git is a fork from GitHook. This fork exists because:

  • GitHook uses a "plugins" system when it should really use the Drush hooks system.
  • GitHook is designed to be self contained and fast which makes it hard to extend and not capable of bootstrapping Drupal
  • To prevent breaking existing functionality for the GitHook extension

Maybe some day the two could be merged back together?

Drush Queue

Component type

module

Categories

Maintenance status

Development status

Downloads

892

Component created

Component changed

A set of drush commands to get information about and run queues.

These commands are all backend agnostic and will work with the database queue, beanstalkd, redis, etc.

Queues defined with either hook_cron_queue_info or Queue UI's hook_queue_info are supported.

Drush Vagrant Integration

Component type

module

Maintenance status

Development status

Downloads

9966

Component created

Component changed

Vagrant gives you the tools to build unique development environments for each project once and then easily tear them down and rebuild them only when they’re needed so you can save time and frustration.

Drush Vagrant Integration provides Drush commands to accomplish common Vagrant tasks, and provides a powerful templating framework ('blueprints'). It also has tools to implement Drush aliases for Vagrant projects and VMs, thus allowing simpler remote control of Vagrant projects.