Views Autocomplete Filters

Get autocomplete working for views exposed filters. From the project page: Add autocomplete functionality to the views filter text fields. It works for node titles or cck text fields. The autocomplete results are actually the view results, so they are view related. How to use it: (New) Video Tutorial : http://codekarate.com/daily-dose-of-drupal/drupal-7-views-autocomplete-filter

Node changes

Used on http://drupal.org, "This module stores the changes of a node into a field attached to comments allowing to display a kind-of activity stream on the node much like on drupal.org issues just with a lot less custom code."

Extended File Field

The gist: "This module extends the functionality of the core 'file' field, adding new capabilities to the file upload widget, and providing a new extendible field formatter for displaying lists of files."

Feeds Crawler

"Feeds Crawler is a Feeds fetcher plugin for paging through a site or a feed. It is useful for building powerful web scrapers using Feeds"

Migrate

This is by far the coolest and easiest way to do complex migrations. Once you learn this, you will be able to migrate just about anything into Drupal including old Drupal sites where using the core updater doesn't work right because of whatever complexity the old site had.

Soon, I'll be writing up an article on using this great module... For now, here's an article that I found which is a great read for anyone who may need to use this

Workbench

"Workbench provides overall improvements for managing content that Drupal does not provide out of the box. Workbench gives us three important solutions:

  • a unified and simplified user interface for users who ONLY have to work with content. This decreases training and support time.
  • the ability to control who has access to edit any content based on an organization's structure not the web site structure
  • a customizable

Unique field

"This module performs additional validation when a node is created or updated by a user to require that a node's title, author, language, and CCK fields are unique within a given context." There are many different contexts including content type. So, for example, you could make sure that nodes of a certain content type have unique titles.