drupal modules

Checking out modules from CVS

Keep up-to-date with rapidly changing modules by checking them out from Drupal's CVS repository.

Checking out a module from CVS
Rather than just downloading a tarball, you can use CVS to checkout modules from http://cvs.drupal.org. Navigate to the folder where you want to store the module and check out a the module:

cvs -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib \
checkout -d modulename -r revisiontag contributions/modules/modulename

So if you want to check out, for example, cck-5.x-1.7.tar.gz, the command would be:

cvs -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib \

Deployment

The deployment framework is a series of modules which are designed to allow developers to easily stage Drupal data from one site to another.

Imagecache Actions

Provides the most commonly-used processes needed for basic image manipulation. This package provides a suite of additional processes that can be added to the imagecache pipeline, including: watermarking, overlays (text and image), color-shifting and more.

Upload path

Allows an admin to configure sub-directories of the site files directory to be used by the upload module. It requires the token module to specify the subdirectory pattern

Automatic Nodetitles

small and efficient module that allows hiding of the node title field. To prevent empty node title fields it sets the title to the content type name or to a configurable string.

HTML Purifier

A standards-compliant HTML filter library allowing for custom fonts, tables, inline styling, images, and more.

JQuery Update

In order to use most current and advanced jQuery functionality you will want to update to this newer version of JQuery.

Installation

  1. Place this module directory in your modules folder (this will usually be
    "sites/all/modules/").
  2. Enable the module.
  3. Copy all *.js files from the jquery_update/misc folder and place them in Drupal core's misc/ folder replacing the files that already exist.

You will need to repeat step #3 anytime you upgrade your Drupal site to a newer version.

Porter-Stemmer

Implements the Porter-Stemmer algorithm to improve English-language searching with the Drupal built-in search.module.

This module reduces each word in the index to its basic root or stem (e.g. 'blogging' to 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are considered equivalent when searching. This generally results in more relevant results.

Actions

Allows the configuration of Drupal actions, specially written PHP function whose parameters are configured through the web.

GeSHi Filter

Provides a filter for source code syntax highlighting for a wide range of languages.

Pages

Subscribe to RSS - drupal modules

Recent Updates

  • 11 months 1 week ago
    1.27.2 update
  • 11 months 3 weeks ago
    Drupal 10/11 config
  • 11 months 3 weeks ago
  • PHP
    11 months 3 weeks ago
    PHP 8.3.11 and AlmaLinux
  • 11 months 3 weeks ago
    New version of Pound
Error | Production Monkeys

Error

The website encountered an unexpected error. Please try again later.