Nice dash

Component type

module

Maintenance status

Development status

Downloads

1291

Component created

Component changed

This module makes the lifes of webmasters a bit easier. We want to make it as easy as possible for Drupal end-users to have all the tools at a central spot. In trainings with customers it was sometimes very hard to explain how to get at the right spots to alter content. Webmasters can create dashboards (yes, plural) with all the widgets they think are needed the most.

Domain Menu Access

Component type

module

Maintenance status

Development status

Downloads

21038

Component created

Component changed

Domain Menu Access is an extension to Domain module, allowing administrators to configure visitors' access to selected menu items based on current domain they are viewing.

It lets administrators decide whether a specific menu item should be hidden on selected domains (regardless of it being enabled by default using standard Drupal functionality), or should it be displayed on selected domains even if disabled by default.

Form Clerk

Component type

module

Maintenance status

Development status

Downloads

1765

Component created

Component changed

Form Clerk is an administrative utility that provides a semi-automated way to input data into a Drupal form. Multiple instances of form data can be entered with one command. For example, multiple users with varying permissions can be created, or multiple articles with arbitrary content can be added.

Syndeploy

Component type

module

Maintenance status

Development status

Downloads

313

Component created

Component changed

Let's say that you want to deploy content from your staging site to production, or more generally, from one site to another (or multiple) sites. You could use Deployment, but what if you prefer a pull model over a push model? Then Syndeploy is for you. Changes are published via a feed, and then other sites can slurp them in. The slurping portion is to be handled by a corresponding Feeds processor plug-in.

Shaker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Shaker module provides unique integrated controls for building and administering Drupal sites. More details and screenshots to be posted shortly.

CACHEDIR.TAG

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Implements the Cache Directory Tagging Standard for Drupal.

Using this standard it's easy to exclude cache files like aggregated css of java script when backing up your drupal installation using tar. Simply add option --exclude-caches to tar.

Example:

tar --exclude-caches -c -z -f drupal.tar.gz drupal