Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module is a wrapper for a calendaring system library.
This module's main goal is to provide API to other modules. By itself, this module may not be too useful. (However, this module does provide a demonstration mini-module that draws a nice wall calendar.)
It's useful to create new themes like base or zen. Igniter is simple without to much comment or code. If you have a good knowledge of CSS/XHML and you search just a base theme because you don't like read a lot of documentation to know how use drupal template system this is for you...
Take this theme, copy it in your /site/all/themes directory and modified it.
The default password hashes in Drupal 6 (and before) are rather insecure. MD5 is easy to crack, should an attacker find a database dump or gain access to your database. This module implements secure password hashes using the phpass password hashing method
This API is meant to be used in place of the API provided by image.inc. You probably do not need to install this module unless another module are you using requires it. It provides no new features to your Drupal site. It only provides an API other modules can leverage. Currently GD2 and ImageMagick support are distributed with ImageAPI.
This module is specifically for Drupal 6 and older. This module has been integrated into Drupal 7, with the exception of ImageMagick integration, which has been moved to the ImageMagick project.