audio_audiofield

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides an upgrade path from the Audio module in Drupal 6 to the Audiofield module.

This module creates a new Podcast content type (using Features) with an audio field on it, and then when update.php is run it will migrare all audio data into the new content type and associated field.

Commerce: Availability

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provide a booking system to Commerce module.

I started this project as the Rooms module doesn't provide enough option to customize it for any event system.

I used some of the Rooms module and Stock module features. Most of its code comes from these both modules.

From Rooms module I took the availability management system. From stock module I took the rules to block the transaction.

Sites with GA

Component type

module

Categories

Maintenance status

Development status

Downloads

274

Component created

Component changed

The Sites module ( http://drupal.org/project/sites/ ) does not interact with the Google Analytics module ( http://drupal.org/project/google_analytics ) to provide GA tags per site. This module bridges the gap between the two for those websites that need it.

ALERT: This is not ready for prime time yet. I'm working on resolving some concurrency issues for high traffic sites.

System Status AJAX

Component type

module

Categories

Maintenance status

Development status

Downloads

1226

Component created

Component changed

Overview

This small module loads the system status check displayed on the admin/config page via AJAX so that the page is rendered more quickly even when some of the status checks hang. For example, if a status check queries a third party service by issuing a blocking HTTP request, the loading of the config page will be delayed by however many seconds it takes to query the service or timeout if the service is down.

Resumable Download

Component type

module

Maintenance status

Development status

Downloads

4414

Component created

Component changed

Drupal does not support download resume , meaning that downloading large private files can be troublesome because if for any reason the download fails , there is no way to continue downloading from where it stopped and the whole file should be downloaded again.

NOTICE : This module does not need any patch to work

Mass User Update

Component type

module

Maintenance status

Development status

Downloads

1176

Component created

Component changed

The Mass User Update module provides an API to massively update user. It's goal is not to create or import new users, but to change existing records in the database. It provides hooks so other modules can interact with this update.

This module is useful if you want to massively update user emails or usernames, for example.

The module contains 2 submodule: