Watchman

Component type

module

Maintenance status

Development status

Component created

Component changed

Watchman is configuration management module, aimed at tracking configuration changes on live site.

Features:

  • Menu based configuration watching
  • Multiple log output possible (watchdog, static file)
  • Multiple watching with per watch menu and output (WIP)

Planned:

Message Overrides

Component type

module

Maintenance status

Development status

Downloads

626

Component created

Component changed

Overview

This module is designed to alter or disable status messages displayed on form submission and validation.

Usage

Enable module and visit admin/config/user-interface/message-overrides. Add any form by specifying form ID. Normally you can find it in the
element on the page - just replace hyphens "-" to underscores "_". E.g. system ID of "user-register-form" is "user_register_form".

To add or remove the message, use the following syntax:
[original message]|[new message]

Domain Redirection

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows to redirect users based on their country of origin to another url either internal to Drupal or external urls.

Re-directions are administered at "Administration » Configuration » Regional and language". Make sure to assign the "access administration pages" permission.

Requirements:

sqlbuddy

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This module integrates SQLbuddy utility into Drupal for managing a database.
SQL Buddy is an open source web based application written in PHP intended to handle the administration of MySQL and SQLite with the use of a Web browser.

Installation

Download SQLbuddy from http://sqlbuddy.com/
Unpack sqlbuddy.zip to MODULE_PATH/sqlbuddy

Upgrade your imagecache presets Drupal 6 to Drupal 7 image styles.

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Hello Everyone,

In Migration for Drupal 6 website to Drupal 7 imagecache module are core feature in Drupal 7. And In my Drupal 6 projects Lots of image preset are created .
So I have use below script for migrate Drupal 6 imagecache to drupal 7.

Create file in "ROOT" folder like migrate.php and paste the code.