Pingdom check

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a block in which Pingdom data is displayed.
Eg. If you have Pingdom setup with some services and you like to
display the current state of the services to some users you just
have to install this module.

error_aggregator

Component type

module

Maintenance status

Development status

Downloads

931

Component created

Component changed

Introduction

This module is reated for helping keep your site clean of errors and notices.
Some drupal sites has one error that is repeat very frecuently so you can't see
any other errors or events on your watchdog.

This search php errors on every cron execution and show then into a single
page.

REQUIREMENTS
This module requires the following modules:

  • dblog (core module)

INSTALLATION

Install as you would normally install a contributed drupal module.
See

GOLIVE Checklist

Component type

module

Maintenance status

Development status

Downloads

2077

Component created

Component changed

Drupal GOLIVE Checklist - What is it?

The Drupal GOLIVE Checklist eliminates guesswork by creating a functional to-do list of modules and tasks that remain before your site can go live. If you are in charge of launching a Drupal website, then this module is for you.

Dependencies

Checklist API

Image Caption & More

Component type

module

Maintenance status

Development status

Component created

Component changed

What it does

Wraps all images in content with a

tag, ALT attribute is used to
set he caption text. If the ALT attribute is emmpty then the TITLE attribute
is used as a copy to ALT attribute and caption. If both attributes are empty
use a template string for caption with a sequential numbering.

Where it does it

It does all its work on the server. Wrapping occurs prior Drupal renders the node content. Original content is replaced with the new content only before rendering, thus the new content is NOT saved anywhere.

Views: Content Translation Fallback

Component type

module

Maintenance status

Development status

Downloads

393

Component created

Component changed

This module is a duplicate of Select translation. We recommend you use that one instead!

This is a Drupal extension that provides a simple Views filter that handles complex content negotiation rules for you. Use this module if you use content translation and want to filter Views down to the current site's language, but also wish to fall back to showing content in the site's default language in cases where a translation set doesn't include a piece of content in the current language.

Messages Watchdog

Component type

module

Maintenance status

Development status

Downloads

344

Component created

Component changed

Logs all site messages to watchdog.

Useful for tracking messages for all users across your site. Even more useful if you have a log query/viewing tool.

Status type mapping
-------------------
'status' => WATCHDOG_NOTICE
'warning' => WATCHDOG_WARNING
'error' => WATCHDOG_ERROR

Defaults to WATCHDOG_NOTICE.