No Request New Password

Component type

module

Maintenance status

Development status

Downloads

40821

Component created

Component changed

Remove "Request new password" link from block and user page.

This module is very useful for sandbox sites where test users can't change your own password and for third party authentication like LDAP.

Login warnings problem

If you are having problems with login warnings, please take a look at this issue:

http://drupal.org/node/239628

Javascript Aggregator

Component type

module

Maintenance status

Development status

Downloads

40805

Component created

Component changed

The aim of the JavaScript Aggregator module is to improve performance of your site with less server requests and bandwidth per page. In Drupal 5, all the JavaScript files will be aggregated into one file and optionally minified. JavaScript aggregation was brought into core with Drupal 6, so the Drupal 6 version of this module goes one step further to minify that file.

It basically does the following:

  • Takes the $scripts variable and removes .js files using a regular expression
  • Generates a unique filename for any set of .js files
  • Creates and caches one file containing all .js files in files/js
  • Optionally minifies the JavaScript using JSMin
  • Returns a modified $scripts variable with link to cached file

Action email role

Component type

module

Categories

Maintenance status

Development status

Downloads

12165

Component created

Component changed

I have not found an official "heres the way to email everyone in a certain role(s)" action, so I've cleaned some code and contributed it.

This module provides an action which is configurable to email everyone in the specified roles, it is much like the built in "send email" action however it allows you select the recipients as a list of roles.

The action is usually implemented as a trigger.

Basic usage;

- Enable 'triggers' module admin/build/modules

On This Day

Component type

module

Categories

Maintenance status

Development status

Downloads

4898

Component created

Component changed

Shows a block and a page of nodes created on this day for past years. Administrators can set how many years back to display nodes. Future versions will add a Views plugin.

As part of #D7CX, On This Day had a full Drupal 7 release on the day that Drupal 7 was released.

Office Hours

Component type

module

Categories

Maintenance status

Development status

Downloads

64664

Component created

Component changed

Defines a 'weekly office hours' field type, allowing you to specify when a location is open or closed.

The D8-version is now the version for new functionalities. New features are:
- separate formatters for string, table and status.
- comments per time slot.
The D7-version is only maintained for errors.
The D6-version is not maintained anymore.

Functionalities

A short intro can be found here.

This Day in History

Component type

module

Categories

Maintenance status

Development status

Downloads

4899

Component created

Component changed

This module displays events occurring on this day in history. For example, if today was January 6th the birth of Joan of Arc (born January 6, 1412) might be displayed.

This Day in History module adds the node type: Historical event, and supports the Node import module for importing historical events. User created historical events are displayed in blocks. Any number of blocks can be created, and the events displayed can be selected by a number of different criteria, including randomly. If no event exists for the current day, no block is displayed.

Features

  • Any number of blocks can be created
  • Block events can be selected by taxonomy term, user, role and randomly
  • A 'promote to block' field is also provided for content selection
  • Support for importing events is provided if the Node Import module is installed
  • Theming function support provided for block content

SOAP Server

Component type

module

Maintenance status

Development status

Downloads

17343

Component created

Component changed

SOAP Server provides an interface for the Services module to communicate with SOAP clients.

Version 6.x-3.x & 7.x-3.x

The module is in use on some production sites but no attention has been paid to security. DO NOT USE ON A PRODUCTION SITE UNLESS YOU KNOW HOW TO SECURE WEB SERVICES.

Quick Tabs

Component type

module

Categories

Maintenance status

Development status

Downloads

581741

Component created

Component changed

The Quick Tabs module allows you to create blocks of tabbed content, specifically views, blocks, nodes* and other quicktabs*. You can create a block on your site containing multiple tabs with corresponding content. Clicking on the tabs makes the corresponding content display instantly, using jQuery. With the 6.x-2.x branch, this can be done in either ajax or non-ajax mode:

External Links Filter

Component type

module

Maintenance status

Development status

Downloads

28264

Component created

Component changed

External Links Filter (ELF) is an input filter that adds small icons to external and mailto links, informing users the link will take them to a new site or open their email client. It also includes the ability of adding "rel=nofollow" to links as well. Wikipedia is a well-known example of this technique.