DCDL

Component type

module

Maintenance status

Development status

Component created

Component changed

DCDL (Drupal Config Dump & Load) is a configuration management module written to support migrating configuration via drush for Drupal 6. It aims to be a small tool to handle a very specific problem space: snapshotting and loading configuration parts of a site without affecting the content.

DCDL works at a very low level, pulling the configuration directly from the database and writing directly back. It does not follow any code paths in the modules, but does read and write the configuration with guidance from the modules themselves.

Similar Node

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is meant to prevent duplicate content during the creation for nodes.

After typing in the title for the node and focusing on a different field it will run an ajax call that will find similarly named nodes in the same content type. It will then display the similar nodes with their respective link and a message explaining that the user should review those piece of content before posting their node because it might be duplicate content.

The user also has configuration options to select what content types they run on and how sensitive the comparison function is.

jQuery Dirty Forms

Component type

module

Maintenance status

Development status

Component created

Component changed

This module implements the jQuery Dirty Forms library (http://mal.co.nz/code/jquery-dirty-forms/) which provides a more robust and flexible approach to alerting users when they attempt to leave a page with unsaved changes.

The main benefit of this module over other dirty form libraries is that this one allows you to define custom dialog boxes in newer browsers with a fallback to the browser's default dialog box on older browsers.

Content Autoscore

Component type

module

Maintenance status

Development status

Component created

Component changed

This module automatically calculates scores for any node on a Drupal site. The score is calculated by adding together administratively controlled point values for given "events" relating to that node. Any module is able to provide new events by implementing hook_content_autoscore_events() and hook_content_autoscore_count($nid, $eventname).

Hide blocks

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple module that makes it possible to hide blocks from the main block list (/admin/build/blocks (D6) or /admin/structure/block (D7)). It does this by adding a tab to the local tasks menu on the blocks page, where site admins simpy can check the blocks they like to hide from view. This is practical for two reasons: