Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Dynamic Rendering

This module provides an easy, user-friendly administrative interface for quickly implementing rendering rules for various technologies depending on Cascading Style Sheets (CSS) and/or Javascript (JS) on any Drupal site without requiring any adjustments to the site's theme.

Short list of available plugins: sIFR v2

Personalized E-mails

Provides system-wide personalization of e-mails by enhancing From and Reply-To email addresses with display names. After installing this module, a recipient will see the real name of the sender (eg. "Real Name <user@example.com>") instead of only its e-mail address (which is the default behavior of Drupal).

Local Email

Local Email


Note: As of 2010/06/24, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to #820552: Mark Local Email unsupported.

File Cache

Introduction

This module allows Drupal cache bins to be stored in files.

Comparison with other caching modules

memcache is the closest caching module. File Cache can be configured to use a memory based filesystem (e.g. /dev/shm in Debian) which is very close to what memcache does. File Cache can use network filesystems and this
is another use case where memcache is traditionally used.

apc can be used for cache bins too. If it's used for that purpose,
it's usually only for some of the critical cache bins like cache and
cache_bootstrap.

boost generates caches of pages that are directly served by web
server. File Cache can plug in regular Drupal page caching and provide
very fast page caching but this still needs a bit of PHP to be
executed. Database access can be avoided altogether though. See
$conf['filecache_fast_pagecache'] in README.txt.

Relation with cacherouter and fastpath_fscache modules for Drupal 6.

Feedback

Drupal API + Extensions

Adds additional hooks to drupal. Provides additional functionality.

JSFX

JSFX is a suite of effects for Drupal. Everything is contained in one module, but the effects can be turned on and off separately.
Currently, the suite includes:

Pages

Subscribe with RSS Subscribe to RSS - Developer tools