Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

DCDL

DCDL (Drupal Config Dump & Load) is a configuration management module written to support migrating configuration via drush for Drupal 6. It aims to be a small tool to handle a very specific problem space: snapshotting and loading configuration parts of a site without affecting the content.

DCDL works at a very low level, pulling the configuration directly from the database and writing directly back. It does not follow any code paths in the modules, but does read and write the configuration with guidance from the modules themselves.

While it tackles a similar class of problems, this is not a replacement for the Drupal 8 CM initiative or for Features or Strongarm or any other process. It is a tool I needed for client sites in Drupal 6, that I wrote because nothing else solved my problem. I'm willing to share with the community as a whole because it may solve the same problem for someone else.

Defining Content vs Configuration

Feeds Review

Provides an intermediary Feeds Processor class that allows you to store imported items in a queue for reviewing them before import.

QR code redirect

Generates QR codes, stores the pictures into DB. At calling of the QR code url, it redirects to the preset url.

Domain roles

Allows you to save user roles per domain. Allows a certain user to be just authenticated on one domain and admin on another etc.
To configure this module,

Pages

Subscribe with RSS Subscribe to RSS - Developer tools