Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The role_delay module enables the configuration of one or more user roles that all new users are automatically granted after a specified period of time from registration. A role delay of 0 (zero), will automatically assign that role to every user at creation time.
The new home of the previously abandoned Roledelay module.
The Data Visualization Wizard provides a fast way to get data visualizations online using Drupal. It provides the following visualizations after a quick upload of a spreadsheet:
Geo-spatial map - Geocoded data can displayed on an interactive map with each data element as a point on the map (with optional pop-ups).
Pie and bar graphs - Any individual factor can be displayed as a pie or bar graph.
Summary listings - Each data row is listed in a sortable table below the maps and graphs.
Detail pages - Each data row from the summary listing links to a customizable detail page to provide a full view of each data entity.
Searchable and filterable listings - The data can be searched and filtered on a configurable amount of factors you choose for the listings. All elements on a data visualization respond to these filters creating an easy-to-use analysis tool.
Downloadable data - Data can be offered to the user in CSV, JSON, GeoJSON and XML formats.
Lightweight API - The downloadable data formats respond to the search and filtering abilities, so this can provide a lightweight API for uploaded data sets.
NOTE: If you'd like to log via Redis, check out my custom version of log4php on Github.
Overview
This module is designed to centralize the logging functionality of Drupal into a single module replacement for watchdog, reducing the overall burden of maintaining Drupal modules simply to support multiple watchdog backends. Apache log4php is a common-purpose library that allows messages to be logged to a wide variety of backends and provides much more granular control than Drupal's built-in capabilities.
Apache log4php™ is a versatile logging framework for PHP.
Feature highlights:
Configuration through XML, properties or PHP files
Various logging destinations, including:
Console (stdout, stderr)
Files (including daily and rolling files)
Email
Databases
Sockets
Syslog
Several built-in log message formats, including:
HTML
XML
User defined pattern
Features
This module provides simple integration with the Apache log4php library.
Enables a "smart trimmed" option which lets you control trim length, trim measurement (characters or words), optional suffix, displaying optional "More" link and removing HTML tags.