Simplelist

Component type

module

Categories

Maintenance status

Development status

Downloads

929

Component created

Component changed

This project is no longer maintained. Instead people should use the Views module which has a very similar goal but is more feature rich, ajax enabled, and is better supported.

Module Paths

Component type

module

Categories

Maintenance status

Development status

Downloads

2468

Component created

Component changed

This is a simple helper module for module developers and maintainers to keep an overview of the different CVS branches (like DRUPAL-5, DRUPAL-5--2, DRUPAL-6--1, HEAD, etc) they have enabled on different test sites.

A module developer that has to maintain different branches of the same module typically has CVS checkouts of those branches in directories like foo-DRUPAL-5, foo-DRUPAL-5--2, foo-HEAD. This module provides a block (and page) that displays the path name of the enabled modules on a site. That way it's easy to determine which version of the modules is enabled the site.

ImageCache Color Blend

Component type

module

Maintenance status

Development status

Downloads

1422

Component created

Component changed

The ImageCache Color Blend module provides an ImageCache action for blending an image with a color. This can for example be used to darken/lighten an image or to blend it with the background color of the used theme.

Requires ImageCache 5.x-2.x and ImageAPI.
This module is still under development, currently only the GD image toolkit is supported.

Related modules:

PHP Error Report

Component type

module

Categories

Maintenance status

Development status

Downloads

5024

Component created

Component changed

This simple module attempts to simplify the process of managing PHP errors on your site.

The watchdog log is a very handy method of analyzing the state of your web site. The most important log entries in the watchdog are PHP errors as these can often highlight major issues on your site. When things are going wrong; you may often have 100's or even 1000's of PHP errors and filtering through these in the watchdog logs can be a tedious process.

This module performs 3 functions:

LifeWire Diff

Component type

module

Maintenance status

Development status

Downloads

1841

Component created

Component changed

This module is the standard http://drupal.org/project/diff module except instead of only providing a 2 column difference view for revisions it provides a user selectable option of either using 2 column or inline difference view (similar to what MS Word uses).

This module requires the Pear Text_diff class be installed.

This project was designed by LiquidCMS and funded by LifeWire, a NY Times Company.

Taxonomy Navigator

Component type

module

Categories

Maintenance status

Development status

Downloads

4844

Component created

Component changed

This module is abandoned due to a security issue the maintainer never fixed. See SA-2012-006 for details.

If you want to use this module, your options are:

PM Lite

Component type

module

Categories

Maintenance status

Development status

Downloads

3667

Component created

Component changed

PM Lite is a lightweight private messaging module that defines a new PM content type and creates PMs as nodes. The main idea behind this module is that private messages represent content on a site with extremely limited access. This module defines the private message node type and adds a recipient field to its creation form where users can enter single or multiple recipients. Once created, private messages may not be modified and can only be viewed by the author and the recipients.

The goal of the module is to remain as small as possible. By creating private messages as nodes, if you need functionality beyond what the module provides, you can build it yourself using any number of contributed modules that were designed to work with Drupal's node system.