Media Update

Component type

module

Maintenance status

Development status

Downloads

6672

Component created

Component changed

This module allows you to perform an in-place replacement of a single media file without changing the content of any associated fields.

This allows you to quickly and easily replace a used media item with a more up-to-date version of the file. Think of a yearly catalog in use on a site, and the ability to change all of the references simply by updating a single media item.

Requirements

This module only works with the 1.x branch of the Media module.

CTools Auto-modal

Component type

module

Maintenance status

Development status

Downloads

18673

Component created

Component changed

Provides automatic modal support for any hook_menu() paths that have 'modal' => TRUE defined. This makes it easy to add optional modal support in any contrib module and helps reduce the burden on module developers to support modals.

Usage

function mymodule_menu() {
  $items['mymodule/form'] = array(
    'page callback' => 'drupal_get_form',
    'page arguments' => array('mymodule_form'),
    'access arguments' => array('administer mymodule'),
    'modal' => TRUE, // This line is where the magic happens.
  );
}

That's it!

Requirements

Webform Download Filter

Component type

module

Maintenance status

Development status

Component created

Component changed

This modules allows you to download webform results from a particular date range.

The default webform download behaviour is to provide all submissions via a csv/Excel file.

For large forms/datasets this can be a performance drain.

After enabling this module you are presented with two date fields to filter your results prior to downloading.
With this module you could download just the submissions for the current week, month, year etc as required.

Views Isotope (Deprecated)

Component type

module

Maintenance status

Development status

Downloads

45181

Component created

Component changed

This module has been moved over to https://www.drupal.org/project/isotope.

Removing the "views_" prefix from the module namespace makes a lot of sense with the current version, and makes the code much more readable. Also, reducing module fragmentation is good for everyone. Long live open source.

All feature requests against this module will be moved over to the new one.

BIRT (Business Intelligence Reporting Tool)

Component type

module

Maintenance status

Development status

Component created

Component changed

BIRT (Business Intelligence Reporting Tools) is an open source software project that provides reporting and business intelligence capabilities for rich client and web applications, especially those based on Java and Java EE. BIRT is a top level software project within the Eclipse Foundation, an independent not-for-profit consortium of software industry vendors and an open source community.

Content Type Categorization

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is meant for grouping content types on the node/add page.

A quote from the content type groups module which explains very clearly what this module will do:

Let's say you're organizing your media collection. You have the following content types: book, movie, audio, article (for your blog about your collection), and page (for some static content).

Create a content type group called Media and add the book, movie and audio types.