Considered feature-complete by its maintainers.

Fast database logging

Fast database logging configuration page

This module is a drop-in replacement for Drupal's database logging module (dblog), providing performance enhancements and finer-grained configuration.

Features

  • Provides all of the functionality which dblog provides.
  • Allows you to configure which message severities are logged.
  • Allows configuration based on user type (anonymous, authenticated and cron).
  • Lets you enable or disable special treatment for 403 and 404 pages, if you need reporting.
  • Can buffer log message, so that only one database write is needed per page request regardless of the number of log messages (configurable).

Usage

  1. Enable this module and disable Drupal's database logging module.
  2. Visit the 'Logging and errors' page on your site (admin/config/development/logging).
  3. Configure the additional options you require, or leave as default.

Possible extensions

Use queuing instead of a shutdown function to write buffered log entries, so that alternative queue backends can be used, such as mongoDB. This would mean that logging would not require per-page database writes, but log entries would be delayed until next cron run.

Similar projects

Mollie Payment

The Drupal 7 version of this module is officially supported by Mollie. Finlet

Drupal Powered

Drupal

Provides a "Powered by Drupal" block that includes the Drupal wordmark in SVG format.

Remove Duplicates

Module available in Content Management section

Overview

This module helps the administrator to easily remove duplicate nodes according to one of the node fields.

Features

The duplicate nodes found are permanently removed. It can be very useful with Drupal Feeds module (Feeds).

Requirements

  • Drupal 7

Screenshots

Configuration page

Known problems

- No reports yet.

Documentation

  • Check out README.txt

Tutorials

To use this module :

First step :

  1. Select the node type from which you want to remove duplicates.
  2. Select the field which is going to be used to group nodes (basic or custom field).
  3. Select a layout for found duplicates (list, table, tableselect)
    • list : display found duplicates as a list with duplicates to remove autoselection
    • table : display found duplicates as table with duplicates to remove autoselection
    • tableselect : display found duplicates as tableselect with duplicates to remove manual selection

Password Recovery Panels Widget

Adding the Password Recovery Form to a panel.

Need to customize the Password Recovery form in Drupal? So did my client, and Panels seemed to be the best route for my needs.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only