Drush language prefix

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

*** Warning This project has been moved into Drush Language Commands

No more developpement

--------------------------------------

Overview

Drush command allowing to update language prefix from the commandline. This module only provides drush commands, so you will see no functionality in the UI.
This is an addon for the Drush Language Commands Drush plugin

UUID Rebuild

Component type

module

Maintenance status

Development status

Downloads

459

Component created

Component changed

UUID Rebuild is a drush plugin with one command that allows for destructively rebuilding all UUIDs in a site.

WARNING THERE IS NO UNDO

There is no undo for this behavior as it forcibly rewrites all UUIDs in the database for a site. Times you may want to do this:

drush_filelog

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Replaces default drush_log functionality to offer file logging.

Use cases:

  • Cronjob calling drush commands will get logged
  • Some deployment systems might benefit of having detailed log in filesystem of what drush is doing

Ultimate Cron Aegir

Component type

module

Maintenance status

Development status

Downloads

800

Component created

Component changed

A helper for using Ultimate Cron on (some of) your Aegir hosted sites

Aegir hostmaster 6.x-1.x is only compatible with Drush 4.5 and 4.6.

With Drush 4.x it is not possible for Ultimate Cron to hook itself into the drush cron command in a way that will give you the full benefit of using Ultimate Cron.

Update Path

Component type

module

Maintenance status

Development status

Downloads

1240

Component created

Component changed

Drupal's Update Path is the set of steps that normally happen when getting a database up to date with the exported configuration. This project implements these steps in a Drush command which thanks to Drush's command API can be adapted to your particular workflow.

The update path involves the following steps:

Drush Drupal Status (drush_drupal_status)

Component type

module

Categories

Maintenance status

Development status

Downloads

691

Component created

Component changed

This module is unsupported because of the core-requirements command in drush core, which i did not had in mind while developing this one.
drush core-requirements does the same and provides more options, so use this one instead!

Drush Patchfile

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project seeks to solve the following problems:

  • How do I document what patches I've applied to a project?
  • How do I reliably know what patches are applied or not without manually checking every single one?
  • How can I be reminded that I need to reapply a patch after downloading a module update?

Development on Bitbucket

Primary development, issues, and pull-requests happen at https://bitbucket.org/davereid/drush-patchfile and not here on Drupal.org.