Secure Password Hashes

Component type

module

Maintenance status

Development status

Downloads

24932

Component created

Component changed

This module stores password hashes securely.

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 - multiple rounds of hashing and salting that make reversing the hash significantly more difficult to break by brute-force attack. This is the same approach that is used for Drupal 7.

SCORM

Component type

module

Maintenance status

Development status

Downloads

1966

Component created

Component changed

We plan to develop SCORM [1] integration for Drupal.

We plan to do major development at GitHub till we will get good release candidate. Feel free to join, fork and submit pull requests - https://github.com/hippich/drupal-scorm

If you are interested in joining forces, please don't hesitate to contact me
or Join the discussion on SCORM integration on http://groups.drupal.org/scorm

Cluetip

Component type

module

Maintenance status

Development status

Downloads

6289

Component created

Component changed

Cluetip Overview

The cluetip module is a wrapper for the jquery cluetip plugin which can be found here, and downloaded here. The Cluetip plugin provides nice, configurable hover-overs using the "title" attribute. The plugin has many options, and includes a "demo" folder, which you should check out to learn about how it works.

Conditional Fields

Component type

module

Maintenance status

Development status

Downloads

507132

Component created

Component changed

Define dependencies between fields based on their states and values.

Conditional Fields for Drupal 7 is an user interface to the new States API, plus the ability to modify fields appearance and behavior on certain conditions when viewing content.

Description

Conditional Fields allows you to manage sets of dependencies between fields. When a field is “dependent”, it will only be available for editing and displayed if the state of the “dependee” field matches the right condition.
When editing a node (or any other entity type that supports fields, like users and categories), the dependent fields are dynamically modified with the States API.
A simple use case would be defining a custom “Article teaser" field that is shown only if a "Has teaser" checkbox is checked, but much more complex options are available.

Flexifilter

Component type

module

Categories

Maintenance status

Development status

Downloads

28906

Component created

Component changed

Flexifilter is a module that allows non-coders to create their own, configurable custom filters. It is not limited to simple text replacement or regex replacement; it includes logic such as if() and while() statements, and is easily extendable by other modules. It is the best thing to hit Drupal since the potato.

Messaging

Component type

module

Categories

Maintenance status

Development status

Downloads

328466

Component created

Component changed

This is a Messaging Framework to allow message sending in a channel independent way. It will provide a common API for message composition and sending while allowing plug-ins for multiple messaging methods.

When using this framework, you won't send e-mails to users anymore. You will send them 'messages' and they will decide how they want to get them delivered, that may be by mail, IM, SMS, depending on user's preferences...

Drupal 7 upgrade

Some limited funcionality has been upgraded.
Development is back on Drupal git repository.

Notifications

Component type

module

Maintenance status

Development status

Downloads

296540

Component created

Component changed

This is a complete Subscriptions/Notifications Framework aiming at extendability and scalability. It allows any number of plug-ins defining new event types or subscription types or a different user interface.

Drupal 7 upgrade

A quick D7 upgrade has been done for some limited functionality.
See upgrade notes here: #936660: D7 upgrade task (Notifications module)
Requires PHP 5.3.*.

Help toggle

Component type

module

Maintenance status

Development status

Downloads

2300

Component created

Component changed

Help toggle adds a 'Hide help'/'Show help' link on pages that contain help text or field descriptions for hiding and showing them.

Requirements

This module uses jquery.cookie.js to set cookies in javascript. You can download the latest version from https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js. Place the file in sites/all/libraries/jquery.cookie. See the README.txt for full installing instructions.