Drush cache bins

Component type

module

Categories

Maintenance status

Development status

Downloads

447

Component created

Component changed

This Drush plugin exposes the rest of Drupal core's cache bins to be used with $ drush cache-clear.

This is not a module. It's a Drush plugin.

Installation

$ drush dl drush_cache_bins

Usage

$ drush cc page
$ drush cc form
...etc.

Drush drop cache form

Component type

module

Categories

Maintenance status

Development status

Downloads

1123

Component created

Component changed

This module have a drush command to drop and recreate the cache form.

I make this drush command because in some proyects the cache_form is so big that "drush cc all" doesn't clean the table.

gitblit (Git)

Component type

module

Maintenance status

Development status

Component created

Component changed

Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories. It's designed primarily as a tool for small workgroups who want to host centralized repositories.

Gitblit GO version is an integrated, single-stack solution based on Jetty.

Domain Setup

Component type

module

Maintenance status

Development status

Downloads

1313

Component created

Component changed

This simple module is usefull for automatic injection/removing of include_once stuff for the Domain Access module into settings.php via profile install.

For enabling domain access through installation profile insert domain_setup dependency just after domain module declaration

dependencies[] = domain
dependencies[] = domain_setup

and it will do all the work during installation.

Remember, this module will remove injected row after disabling.

Drush Fields

Component type

module

Maintenance status

Development status

Component created

Component changed

Introduction

This Drush extension is meant for individual field data manipulation from commandline. It uses Drush commandline interface. Aim is to be able to perform all CRUD operations and more on all data in all core field types and contributed field types. Some fields have field-specific support other fields have general support.

apachesolr_reindex

Component type

module

Categories

Maintenance status

Development status

Downloads

1511

Component created

Component changed

During re-indexing of solr we can specify the node-type or bundle name to drush command so that only that specific
node type can be indexed instead of all.

Just need to run drush bundle-reindex [content-type]

Behat Generate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a Drush command for generating Behat tests for Node add forms to test that expected fields still exist and validation works. The use case is that you have a site without tests and would like to generate tests for existing content types as easily as possible. Then, in the future, any unexpected changes to those fields (bad update hooks, issues with Feature deployments, etc) should cause a failing test.

The Drush command will check for field types and settings to create a relevant line for the field. The currently supported widget types are: