Socrata Update

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This modules helps in automating the update to various nodes in the Socrata Datasets by using drupal cron queues.

The modification details are passed into the inbuilt drupal queues. The various packets in the queue are then processed asynchronously by another thread based on the type of operation(Insert, update and delete)

Structure Sync

Component type

module

Maintenance status

Development status

Downloads

1318

Component created

Component changed

Some websites might contain elements that are considered content by the Drupal CMS while they might not only be used as content. For example custom blocks might be used for a footer that is shared between all environments. Structure sync tries to give you a tool to get around this issue by allowing you to synchronize taxonomy terms, menu links and custom blocks through the configuration. The module will prevent you from having to create content multiple times and also decrease the risk of some elements being out of sync between environments, the main menu for example.

workout

Component type

module

Maintenance status

Development status

Downloads

21

Component created

Component changed

Workout is a set of drush commands used to flush out error and warning messages that get created when pages are rendered for viewing.

Attempts to Exercise / Load every public page on a site anonymously.
You can pass in the number of pages to limit the processing to as arg1.

Workout is multi threaded. Each thread can Exercise / Load a web page.
This allows testing many pages at the same time.
This greatly reduces the amount of time required to load all the pages on a large site.

exerciser

Component type

module

Maintenance status

Development status

Downloads

15

Component created

Component changed

Exerciser is a set of drush commands used to flush out error and warning messages that get created when pages are rendered for viewing.

Exerciser Exercises (renders) every page of a content type.
If no content type argument is supplied a list of all content types
will be displayed for your choice.

Exerciser can load pages on the same server its loaded on or another server for the same site.

Bulk migrate taxonomy terms

Component type

module

Maintenance status

Development status

Downloads

46

Component created

Component changed

Ever had the need on your project to create a bunch of vocabularies and terms? Or even the need to maintain existing terms and vocabularies?

This module enables you to bulk create and/or update existing or new vocabularies and terms based on a simple two column CSV file.

The module is built upon Drupal Migrate and the UUID module to enable the updating of existing terms.

Release timeline:
Drupal 7 version should be out somewhere mid October.
Drupal 8 version, no visibility on a release yet.

Google Calendars

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides integration with the Google Calendar API for importing event calendars. The default use case is that you would create an Event content type and use the Migrate API to import google events to your Event nodes. There is a Migrate source plugin included for this purpose.

Overview:

Custom Node Export

Component type

module

Categories

Maintenance status

Development status

Downloads

28

Component created

Component changed

Functionality of this module: Node data write into a file(xls file).

When you will run command: drush nw, Node data(title, nid, created date, type and url) of all content types will be written into xls file.

in this module, there is attched file(node_content.xls), details will write into this file , you will run drush command.

Command: drush nw

Updater

Component type

module

Categories

Maintenance status

Development status

Downloads

205

Component created

Component changed

Automated Drupal updates and deployments

A Drush command to update a website instance by executing available "updaters".

An updater is a PHP function which is executed during execution of the Drush update-website command.

The Drush command keeps track of updaters already executed, so they are not executed twice on the same Drupal instance.

Updaters have access to usual Drupal APIs and other Drush commands.