Drush fui

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple shortcut to add version-increment when you update a Feature using drush.

Warning: The drush features-update command is usually interactive. When you use drush fui, it automatically assumes the answer is always "yes." Be very sure of what you're doing if you use this module!

Remove Unapproved Comments

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a Drush script for removing massive quantities of unapproved comments that have usually got into a site by spambot due to unprotected comment forms. The script backs up 4 comment tables, deletes unapproved records from field_data_comment_body, field_revision_comment_body, and comment tables, then rebuilds the node_comment_statistics table. It removes all currently unapproved comments from the Drupal database. It works only for Drupal 7 with a MySQL database. It tests for D7 and MySQL before proceeding.

Drush Update

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is simply because we're lazy. Sometimes you have to update not just a few modules, but a LOT of modules. While "drush up" will give you everything, you can't just update a selection of modules unless you want to type them all in manually, and that's no fun.

Drush Update gives you a list of modules that have pending updates for you to check off, and then gives you the command to copy/paste into the console. Pretty simple, right?

Drush Delete All

Component type

module

Maintenance status

Development status

Downloads

1414

Component created

Component changed

This module provides the drush command to delete all the dummy contents through drush Command.

Currently it will work with the command,
drush delete-all article

How to use?

  1. Download and enable as like any other module
  2. Through terminal Go to 'Project root folder' and run the command drush cc drush
  3. Then run drush delete-all machine-name-of-content-type

Acapi

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

It has always bugged me that there isn't a way to use the Acquia acapi drush commands without first going to the website, and manually downloading, and installing a tarball.

This is just a mirror of the acapi.drush.inc, so that you can get rolling with Acquia without the browser.
Forgive the ugly installation. If this ever becomes a full project it can be drastically simplified, in the meantime...

To install:

Advanced Update

Component type

module

Categories

Maintenance status

Development status

Downloads

1054

Component created

Component changed

Description

The Advanced Update module provide a simple way to apply updates and migrations without using the update module of Drupal.

Problematic

Problems of using the core update module in a Drupal project:

Sync UUIDs

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides the Drush command `sync-uuids` which purpose is simple: it updates the UUIDs of the active configuration entities to match those found in staged configuration files.

This is used to spawn a site clone without having to have an import an entire database dump from the existing sites. This would produce an "empty" site but with the correct configuration values. This can be useful during development.