Pluggable Mailers

Component type

module

Categories

Maintenance status

Development status

Downloads

666

Component created

Component changed

Pluggable Mailers makes it easier for developers to write new email services for Drupal, by providing an object-oriented wrapper around Drupal's hook_mail() implementation. A default mailer is included.

Pluggable mailers can also be used as a wrapper around the default Drupal mail functionality, allowing you to send an email with just one function (no hook_mail()) required.

D6 profile to field

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides vbo operations to convert old profile fields to profile2 d7 fields. It convert all $user->profile_foo field to $field[field_profile_foo] item, if the field profile_foo exists in a profile2 type. This makes various fixes and notices, if something is wrong during the conversation. Also able to make a "quick test", which doesn't save the new profiles, but fill the watchdog, if something is wrong.

The following field types are tested and working: text, list, list_boolean, date, taxonomy.

If a taxonomy term doesn't exists, this module create that too.

No Field Markup

Component type

module

Maintenance status

Development status

Downloads

2378

Component created

Component changed

The no_field_markup module is a small module which removes the div-elements around each field on output. In addition, it kicks away the label too.

Have a look of this example:

Drupal Puppet Up

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal-Puppet-Up is a Drush extension that facilitates building virtual machines for local development of Drupal sites. Drupal-up implements a Drush Vagrant blueprint. This, in turn, builds a virtual machine atop Vagrant and VirtualBox, and configures it using Puppet.

It is inspired by both drupal-up and vagrant modules, but will be aiming for cleaner puppet provisioning and the default of local side editable drupal source.

Devel IE

Component type

module

Maintenance status

Development status

Component created

Component changed

This module tries to smooth out the edges when developing for Internet Explorer.

When IE8 or below is detected it does this (temporarily for that page request):

  • Turns on css compression (To make respondjs work)
  • Clears css cache