Drush

The Drupal shell. See http://drupal.org/project/drush.

Self Destruct

usonian - November 8, 2009 - 03:38

Note: It has been brought to my attention that this module duplicates existing functionality in a couple of modules: Demo and Drupal Reset. I was unaware this capability was included in Demo, and Drupal Reset sprang up between the time I developed the module for personal use, and when I got around to adding it to contrib. Apologies for the duplicate effort; I will not be continuing development on this module and encourage you to use Demo instead.

The Self Destruct module is a developer utility for quickly emptying/resetting a Drupal site's database.

Drush Multi

fl3a - November 4, 2009 - 10:34

This is an extension to the Drupal Shell aka drush

I use the following symbolic links structure on our servers and wrote a bash script for handling Drupal updates years ago.

Within this structure and this drush command, it is now possible to do that via drush.

Now drush can update Drupal.

Here is the very specific structure this command deals with for multi drupalupdate and multi create:

drupal/
|-- 6.x -> drupal-6.14
|-- 6.x_backup
|-- 6.x_sites
|   |--all
|   |   |-- modules
|   |   `-- themes
|   |-- default
|   `-- example.com
|      |-- files
|      |-- modules
|      `-- themes
`-- drupal-6.14
    |-- backup -> ../6.x_backup
    |-- includes
    |-- misc
    |-- modules
    |-- profiles
    |-- scripts
    `-- sites  -> ../6.x_sites

Commands

drush multi status
An extended drush core status
drush multi site
Creates a site within the installation
drush multi create
Creates a multisite installation
drush multi drupalupdate
Updates the installation if there is a new minor release available
drush multi exec
Execute drush core commands on all sites (batch mode)
drush multi sql dump
Execute a sql dump on all sites (batch mode)
drush multi nagios
Command for use as nagios plugin with exit status and status message

Provision boost support

anarcat - October 22, 2009 - 00:14

The provision boost module provides Drush hooks to automatically setup multi-site Drupal instances (or single sites) with the Boost module. It takes care of all the nitty-gritty configuration fixes that need to be applied in the backend so it works.

OpenID Admin

jmiccolis - September 22, 2009 - 20:53

This module extends Drupal's support for OpenID to allow administrative users to add a set of OpenID's to an account. Included is both a web UI and Drush command.

Sub Theme Generator

rsvelko - September 7, 2009 - 13:54

This module creates sub themes (= child themes) out of a chosen theme on your site - be it Zen, Acquia Marina etc.

It is a midwife for child themes :)

It is a generalised version of the Zenophile project and should work with all themes.

------
The initial reason to begin writing this project was the need to do tiny CSS overrides on an already finished drupal theme. Recently I found the fantastic CSS Injector module that does exactly that.

  • This module is maintained and sponsored by the team of Segments.at - your drupal partner.
  • Linode manager & API

    litwol - September 4, 2009 - 05:51
    linode_logo_gray.png

    Drupal integration with linode manager API. Allows you to manage single or multiple linode accounts from the conveniense of simple admin interface. Birds eye view of the health of all linodes with just one click.

    If you manage many linode please share your ideas to be incorporated into this module about how to make management of multiple linodes easier.

    Syndicate content
     
     

    Drupal is a registered trademark of Dries Buytaert.