Webform Advanced Report

Component type

module

Maintenance status

Development status

Component created

Component changed

Webform Advanced Report gives you a better way to generate report from webform submissions.

You can include user data from user profile, and not just the user name like the original webform report feature, included custom user fields generated with Fields module.

Possibility to select multiple webform, coming from different content types, for one single report. As any webform should have a different structure, the module will format the data shifting the empty cells to let data appear under the right column.

Watchdog File

Component type

module

Maintenance status

Development status

Component created

Component changed

Watchdog File Module

WATCHDOG FILE is a module that records all watchdog() events to a log file on your server rather than using the database. The goals are to reduce database load in general, and to provide an easier way of keeping track of your watchdog activity.

This module is intended to replace the Watchdog module.

It looks like the Raw Log module (http://drupal/project/rawlog) is similar to this module, but it is only available for Drupal 6.x.

Coin

Component type

module

Maintenance status

Development status

Component created

Component changed

This provides a user interface to bitcoin, litecoin, and other bitcoin based daemons running on local or remote servers. Its vision is to provide the same functionality that the current qt based client provides, and be extensible. It is also meant to be the basis for other coin based modules to be able to do transactions and interface to the *coin daemons.

Cache Object API

Component type

module

Maintenance status

Development status

Downloads

3071

Component created

Component changed

This module provides a cache class exposing hooks allowing other code to intercept calls to the caching layer. by implementing those hooks it is possible to alter expiry before an object is saved to the database or to prevent a cache flush under some condition.

Installation

In order to expose the cache object hooks only for the cache_form bin, put the following lines into your settings.php:

Little helpers

Component type

module

Categories

Maintenance status

Development status

Downloads

6397

Component created

Component changed

This is a module that provides an additional API for drupal core and various contributed modules that make development more convenient. Additional classes are added as needed.