Porter-Stemmer

Component type

module

Categories

Maintenance status

Development status

Downloads

42230

Component created

Component changed

This module implements the Porter stemming algorithm to improve English-language searching with the Drupal built-in Search module.

The process of stemming reduces each word in the search index to its basic root or stem (e.g. 'blogging' to 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are considered equivalent when searching. This generally results in more relevant search results.

Advanced User

Component type

module

Maintenance status

Development status

Downloads

84066

Component created

Component changed

Details

The advanced user module allows the filtering of users based on the user.module fields and optionally the profile.module fields. The fields available for filtering can be configured using the module settings. Eg. Site admin may search through 1000s of users to display all users who have not accessed their account.

Once the group of users with selected common denominators are filtered, the module can be used to perform functions that email, block, unblock, add or remove roles, or delete. Another nice feature is the ability to notify administrators or other roles, by email, of user account creation or profile changes.

I am looking for a co-maintainer of this module. Please let me know of you interest using the contact form.

NOTE: Version 6.x-3.x or 7.x-3.x is the release to use. The Drupal 6.x-2.x-dev release is no longer being updated.

advuser-6.x-3.x

Pay close attention
I have begun the modifications for feature enhancements. The module directory and file structure is being changed. If you upgrade to this version of the module you will need to completely remove the previous version of the module (cd sites/all/modules && rm -rf advuser) before installing this version.

advuser-7.x-3.x

The -dev version is functional
I have converted the Advanced User to Drupal 7 using the 3.x series. You should be able to use this module in your Drupal 7 environments. I will be creating a release candidate by June 30th, 2012 or before.

Helpers

Component type

module

Maintenance status

Development status

Downloads

12743

Component created

Component changed

Helpers is a library, or toolbox, with lots of very useful functions that help you build your modules and sites with joy. It is actually six modules in a single package; you may enable only the parts you need.

A helper would, for example be: number_to_currency(), or distance_of_time_in_words(). Or of course something like select_year(), or even select_country().

Cafepress Shop-front Integration

Component type

module

Maintenance status

Development status

Downloads

5828

Component created

Component changed

Overview

This module displays items from a Cafepress Shop in your own Drupal website. It can also display a block with a randomly chosen item, optionally provide a link to the item as well as the shop and the sell your own stuff affiliate program.

Status

Drupal 5 All dev work is being done in the Drupal 6 branch, and I have no plans to backport any changes to Drupal 5.

Slideshow

Component type

module

Maintenance status

Development status

Downloads

29669

Component created

Component changed

The slideshow transforms images attached to a post into a JavaScript enabled slideshow. Any post can have a slideshow. The slideshow can be placed above, below or within the content of the page.

IMAP Auth

Component type

module

Maintenance status

Development status

Downloads

7624

Component created

Component changed

This module provides Drupal user authentication using an IMAP, POP, or NNTP server as the backend. The site administrator can choose which servers can be used for authentication, or enable all servers.

nodeformpopup

Component type

module

Categories

Maintenance status

Downloads

1658

Component created

Component changed

Provides popup windows and bookmarklets to submit new nodes with ease.

Popup windows can be accessed with links generated by the function nodeformpopup_l, or with the bookmarklets supplied in the apposite page. Bookmarklets pass the current page's URL, title and selected text to the node form via a query string like this:

http://www.example.com/nodeformpopup/node-type?url=currenturl&title=currentitle&description=selectedtext

Tasklist Advanced

Component type

module

Categories

Maintenance status

Downloads

2391

Component created

Component changed

Seeking Maintainer!

I no longer have interest in maintaining this module. If you would like to see more development and updates to this module, and would like to maintain it, let me know. -moonray

Description

The Tasklist Advanced module extends the existing Tasklist module, and adds categorization, additional views, and filtering based on "Getting Things Done" by David Allen. It requires, and depends on the original Tasklist module, and is fully backward compatible. For attaching dates to tasks, use the Event module.

Electronic Resource Manager

Component type

module

Maintenance status

Development status

Downloads

1564

Component created

Component changed

A resource management module for Drupal. This utility is still heavily in development, being re-written for Drupal 5.

Includes:
Job Management (Complete)
Asset Management (In development)
Purchase/Stock Control (In development)
Training Management (In development)
Travel Management (In development)

Job Management - Gives:
Ability to mange customers, business units.
Ability to create job groups.
Ability to create jobs/projects.
Integration of data with other "ERM" modules.

OpenID

Component type

module

Maintenance status

Development status

Downloads

9418

Component created

Component changed

The 4.7-1.0 version was originally developed by JanRain to implement OpenID consumer support in Drupal using the JanRain PHP OpenID and Yadis libraries. The 4.7-2.x branch was developed by James Walker and Rowan Kerr to support OpenID 2.x, and include a server and a client component.