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

Queue Mail

Queues email sending from your site so that instead of being sent immediately it is sent on cron or via some other queue processor.

Useful for high traffic sites that can send a lot of emails on individual page requests.

Drupal 7

The Drupal 7 version supports sending with any email framework, i.e. it works perfectly with Mime Mail module or any other of framework that handles the actual sending of emails. It also uses a standard Drupal queue to do the queuing of emails. It requires at least Drupal 7.12.

The Drupal 7 version is actively maintained.

Drupal 8

The Drupal 8 version is based on the Drupal 7 one and has all the same features/benefits.

The Drupal 8 version is actively maintained.

Drupal 6

Queues any email sent from your Drupal site and then uses the Job queue module to send them via cron. Emailing only supports the PHP mail function.

The Drupal 6 version is in feature freeze, and only serious bug fixes and security issues will be fixed.

Configuration Management

The configuration management module enables the ability to keep track of specific configurations on a Drupal site, provides the ability to move these configurations between different environments (local, dev, qa, prod), and also move configurations between completely different sites (migrate configurations) without the use of modules with all configuration being owned by the site.

Content administration

nodeadmin.png

This module provides a dynamic interface for content administration.

It is intended to supplement Drupal's built-in content management page, and features these improvements over the standard interface:

  • Uses AHAH to show node previews and node edit forms within the existing page.
  • Uses AJAX to perform searches, apply filters, and retrieve the results without reloading the entire page.
  • Adds filters by author and text content (using Drupal's built-in search).
  • Shows how many nodes exist within a given set of filters, and allows direct navigation to any page of results.
  • The built-in content management page requires the 'administer nodes' access permission, which grants access to a broad range of content-related operations. This module's page is accessible to users granted a permission for only that purpose. Through this page, normal content permissions are enforced, so content can be viewed, modified, or deleted only by users who have these permissions.

JavaScript is required for most of these features. Also, this module requires PHP version 5.2.

BornFree

BornFree - Drupal Module Development

In general, BornFree functions as an image gallery with node-text on splash page.

Block edit

block_edit.jpg

The Block edit module provides inline (on mouseover) editing capability for any block or node.

Configure block/menu/node settings directly by clicking a Views' style link above the block/node.

Where appropriate you are returned to the originating page so it provides a very simplified and intuitive workflow.

A full list of links and options provided by this module are listed below.

Links:

Blocks

  • Configure - Configure the settings for the block.
  • Edit menu - Edit the title and description of the menu.
  • List links - Edit the links in the menu.
  • Edit node - Edit the node generated by nodeblock module.
  • Edit menu - Edit the links in the menu for menu_block and nice_menus menus.

Nodes

  • View - View the node.
  • Edit - Edit the node.
  • Delete - Delete the node.
  • Clone - Clone the node using node_clone module.
  • Dev load - Display devel load using devel module.
  • Dev render - Display devel render using devel module.
  • Edit type - Edit the content type using CCK module.

Views Charts

Feed Activity Graph

About the Project

Provides a "charts" style output for Views module so you can render result-set not just as text (list, tabular) but as pie-chart, bar-chart, scatter-plot etc.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools