The update_form_enhancement module enhances update.php user interface by separating modules that are up to date from those that are not.
It uses standard form_alter hook to alter the form that is displayed on second step of update.php script to select modules that need to be updated.
Note about Drupal 7 and beyond: An equivalent feature implemented by this module is already in core, so the life time of this project dies with Drupal 6.
An experiment to stick an ncurses/Dialog interface ontop of Drush. This project is not to be taken seriously and use of it is actually discouraged. If you feel a curious urge to submit patches and play around with it though, be my guest! Also, if you want to take the "drush_ui" namespace, please feel free.
Adds auto-completion to login forms' username field.
WARNING: You will have to grant anonymous users the 'access user profiles' permission for this to work. Anonymous users will have access to every users' username, so use with care.
The Flickr API module serves as a helper module for other Drupal Flickr modules. You don't need this module unless another module requires it or you want to develop a new Flickr-based module.