Drush make UI

Component type

module

Maintenance status

Development status

Downloads

1708

Component created

Component changed

Purpose

This project aims to let you create a drush make file using a UI. The primary goal is not having a UI only but rather saving all the data strucutred for later uses.

That means, that every make file is a node, every module is a part of a CCK field, which seperates the data of a module into 4 fields (server_key, short_name, api_revision, revision).

Views data export

Component type

module

Maintenance status

Development status

Downloads

752265

Component created

Component changed

This module is designed to provide a way to export large amounts of data from views. It provides a display plugin that can rendered progressively in a batch. Style plugins are included that support exporting in the following types:

  • CSV
  • Microsoft XLS (or really simple HTML understood by Excel)
  • Microsoft DOC
  • Basic TXT
  • XML

In addition proper support for Excel / the XLSX format can be added through the module Views Data Export PHPExcel.

Drush Context

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Manage context from CLI using drush.

Please feature and related modules.

Features Scripts

Component type

module

Categories

Maintenance status

Development status

Downloads

473

Component created

Component changed

Features Scripts are command line shell scripts designed to help with building Drupal sites using Features, Drush and Drush Make. It actually automates the processes of installing new Drupal sites and adding new features to them, both used in site building.

Overview of the concept

These scripts assume the following:

Waiting queue

Component type

module

Categories

Maintenance status

Development status

Downloads

4619

Component created

Component changed

Simple Drupal module intended to make it easy to run a queue with workers that wait indefinitely for jobs.

Such worker processes should be managed by something like Supervisord. Writing daemons should always be avoided, mkay?