Considered feature-complete by its maintainers.

Team Notifications

Subscribe other people on your team to posts and comments as you are writing. This module provides a nice user interface to create subscriptions on the fly for other site users.

Notifications Team screenshot

Note that by using this feature, users can create subscriptions for other users, so this is mainly intended for small teams on which trusted users can decide which other members of the team should receive notifications about a post or follow up comments.

Required modules: Notifications.

It can work with Organic Groups when enabled, restricting the selection to other members of the active group, or function independently, allowing the subscription of all other site members.

Developers: Jeff Miccolis, David Goode. Sponsored by Development Seed.

Release information

The best release to use at this point is probably the latest 2.1 beta. The latest dev version includes customization support through a view.

Swekey hardware authentication

background.jpg

The swekey is a low cost but highly secure USB authentication USB key.

This module enables swekey hardware authentication in drupal for users and administartors.

Search Engine Referer API

The Search Engine Referer API module is indented to be used by other modules, in blocks or themes to provide targeted content to users who come from search engines.

This module provides a function to retrieve information on the search performed by a user who comes from one of the supported search engines. The function serapi_get_search() returns an array containing the referring URL, the extracted search string and an array with the search keyword(s).

Formatted Number

Overview

The Formatted Number module defines numeric types where thousands separator and decimal point are inherited from the Format Number API module.

Numeric types supported: signed or unsigned integers (tiny, small, medium, int), decimal and float.

Builtin integration support for: Views, Diff, Token.

Maintained by kenorb and cweagans.

Additional field formatters

You can easily add additional formatters adding the following lines to your settings.php file:

// Additional formatters for fixed number of decimal places.
$conf['formatted_number_decimal_place_formatter_lengths'] = array(0, 1, 2);

// Additional formatters for fixed number of significant figures.
$conf['formatted_number_significant_figure_formatter_lengths'] = array(1, 2, 3, 4);

Be sure to rebuild your theme registry after changing these options.

How can you get involved?

Format Number API

number_format_settings.png

The Format Number API module provides a method to configure number formats (site default and user defined) with configurable decimal point and thousand separators.

This module also provides the 'numericfield' Forms API element, which is a right aligned text input element that allows the user enter numbers using the configured thousands separator and decimal point (site default or user defined). This Forms API element provides a validation callback that is used automatically and that ensures input is valid numeric as per the options defined for the element.

Several functions are exposed by the module that can be used by other contributed or custom modules to display numbers accordingly, from PHP and JavaScript as well. For further information, please see the README.txt.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only