gplus_comments_block 7.x-1.1

  • Fix javascript type so it doesn't get aggregated and works with Quicktabs.

new_relic_rpm 7.x-1.x-dev

New features
Bug fixes

This is the development snapshot of the 7.x-1.x branch of New Relic RPM

fast_dblog 7.x-1.0

New features

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

privatemsg_nodejs 7.x-1.x-dev

Bug fixes

#2010272 Links to users in chat does not pass user_access() - fixed

Pages

Subscribe with RSS Subscribe to RSS - 7.x