module

user_list module patch

This is a patch to fix "other" listing in the user_list module and also adds new custom menu path feature.

There is a bug where the "other" listing includes users whose usernames begin with 'z'. This patch fixes this bug.

This patch also adds a new feature to allow customization of the menu path. The default remains "userlist" but the settings form now allows you to change it to a custom path.

http://drupal.org/node/837738

Patch for Notify module

On an active site, the notify module doesn't play nicely with cron. Simply put, it can't send out the emails quick enough, so cron times out and notify doesn't update it's last run time so the next cron run it starts all over again. This results in a *lot* of duplicate emails to people.

This patch should fix that:

http://drupal.org/node/365700#comment-3156896

form_store ported to drupal 6

Patch is available here - http://drupal.org/node/302364

username_hide module - a simple way to remove username and just use email addresses for accounts

so the NHL folks wanted to only have an email address field in registration. i didn't want to hack up core so came up with this super simple module that hides the username field on the register page and then behind the scenes assigns the username value to whatever the email address is set to.

a couple of key points:

Syndicate content