DBTNG Migrator

Component type

module

Maintenance status

Development status

Downloads

12432

Component created

Component changed

One of the most exciting new features about Drupal 7 is the object orientated database layer, or Database: The Next Generation (DBTNG) as it was code named. For the first time in Drupal's history, you can now connect to several different databases of different server types at the same time. All using Drupal's database framework.

Mail MIME

Component type

module

Maintenance status

Development status

Downloads

46258

Component created

Component changed

Mail MIME

Provides a class for creating MIME messages.

  • NOTE: This module does not send mail.
    If you came here looking for a mail-sending module, try HTML Mail (which can use this module for MIME-handling) or Mime Mail (which comes with its own MIME-handling library).

Gist

Component type

module

Maintenance status

Development status

Component created

Component changed

Integration with http://gist.github.com for easily and reliably embedding editable code snippets.

One of the risks with using Gist is that if Git ever goes out of business or shuts down or discontinues "gist" service, you will lose all your snippets. To mitigate this, the Drupal gist module uses embed, but also downloads snippets locally, as a backup.

Field inspector

Component type

module

Maintenance status

Development status

Downloads

3111

Component created

Component changed

Description

Field inspector provides an administrative user interface for the Field Info API. This allows users to select what information, formatting, and fields they would like to see, and provides output in a manner that can be copied into a module, or install profile into a hook_install, or hook_update_N function. This functionality is similar to the Content Copy module provided in 6.x and earlier versions of the CCK package.

Devel mail

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Work in progress to add mail logging to devel.module.

Issues

Component type

module

Categories

Development status

Component created

Component changed

This project is for simulating issues and sharing with fellow developers and maintainers. This is not a featured module and will not be upgraded to a full project.

User Search Location

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a little helper module to filter searches by the user's location, using a variety of methods to determine that location:

  • GeoIP
  • Cookies
  • User profile field

We are using this on a couple sites. Far from polished or usable, and subject to drastic change. Here more to test the git sandbox of Drupal as much as anything...