Password Strength

Component type

module

Categories

Maintenance status

Development status

Downloads

19560

Component created

Component changed

Password Strength module provides realistic password strength measurement and server-side enforcement for Drupal sites using pattern-matching and entropy calculation. Almost any type of password can be allowed so long as the password proves to be of high enough entropy. For inspiration see the XKCD comic on password strength.

IMS Content Packaging

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project is abandoned. Please let me know if you'd like to claim the project space or pick it back up.

This module provides administrative and user utilities for exporting content as IMS Content Package (IMS-CP) compatible archives.

Under heavy development.
This module is under heavy development and not ready for production use.

Node Find Replace

Component type

module

Downloads

4141

Component created

Component changed

Allows global case sensitive find replace in node body, node title, cck nodes, file paths etc.
Note: file paths is only available in the development snapshot.

Running a find replace creates a snapshot so changes can be undone / redone.

The Undo / Redo functionality runs off a separate history table, only nodes that changed for a particular find/replace are effected.

Site Network

Component type

module

Categories

Maintenance status

Downloads

3085

Component created

Component changed

Let your users to use their username and password from other Drupal sites.

It IS the old "Drupal" module which just left core.

QueryCache

Component type

module

Categories

Downloads

2073

Component created

Component changed

This module is discontinued at the moment.
I am not maintaining any Drupal 5 sites at the moment, so it is very unlikely to have any updates of this module. As to Drupal 6 there are better way of optimizing database problem. If someone wants to take over, please let me know.

Allows users (everyone, including admin) to cache queries for a certain time. It works perfectly with tables like 'system', 'variables', etc. These tables hardly ever change during the standard application life.

Used on high traffic pages (5 million pages per month, 40000 users). Works perfectly well.

This module is useful if you fight with overloaded database server.

Edit term

Component type

module

Maintenance status

Development status

Downloads

9012

Component created

Component changed

Edit term provides links on taxonomy listing pages to directly edit taxonomy terms.

This makes it easier to immediately edit term name, synonyms, description, and weight for the term you are viewing without navigating through your site's administrative back end.

On the term edit page, you also have the new ability to set an URL-alias for the term directly, and create and position a menu item - the same way as can be done for nodes. See illustration.

Once changes are made, you are returned to the listing page from which you started, cutting normal term management procedure down from a dozen clicks to just two.

Block Page Visibility

Component type

module

Downloads

5018

Component created

Component changed

Block Page Visibility enables site developers to centralize the display of blocks to a single PHP function. It is an alternative to controlling display via each block's configure form. The more "sometimes on, sometimes off blocks" that a site uses, the more useful this module becomes.