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.
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.
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.
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.