Generator Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Generator module

The generator module is a console tool for generate a new module or a new theme drupal with Drush.

This module is developed for to be used a sandbox like.
It initialize behavior when you want generate a skeleton, but you use a hook alter in your project for modify the generation.

Features language

Component type

module

Maintenance status

Development status

Downloads

2894

Component created

Component changed

This is a small helper module for those who:

  • Have a multilingual site.
  • Have features installed
  • See their features overriden all the time, because the language in the export was different

This is a tiny helper module that just does what is says: it will redirect you to the english version of the features page when you are visiting it in another language.

Pure Import

Component type

module

Categories

Maintenance status

Development status

Downloads

370

Component created

Component changed

Pure Import

Pure Import is a development package for developers to do very quick CRUD operations on Drupal. The module doesn't do anything on it's own.

The problem

Sometimes you need very quick CRUD operations in Drupal, such as:

  • Creating a new content
  • Setting a field or field collection
  • Or entity related operations in general

When you do a content migration with thousands or millions of items into a complex content type you need this speed.

Stress Testing Tool

Component type

module

Maintenance status

Development status

Component created

Component changed

Stress Test Tool

Description
===========

A suite of tools that allows a Drupal site to be stress tested by clearing caches and publishing/unpublishing of nodes. It is most suitable in conjunction with a load testing tool such as jmeter to test access to the site while nodes are periodically cache busted or un/republished.

Notes:

- Requires drush.
- The site is being stress-tested, and publish status may be altered. It is imperative to back up the drupal database before running tests.

Locale Import/Export

Component type

module

Categories

Maintenance status

Development status

Downloads

308

Component created

Component changed

Drush commands to import and export Gettext Portable Object (.po) and Gettext Portable Object Template (.pot) for translatable strings in the local Drupal database.

This project is obsolete, all its features are covered by Drush Language Commands.

If extraction of the translatable strings from source code is needed, please try and contribute to the potx Drush integration.