Install

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 11.59 KB
MD5: 6fc8fdffea58000d62652c73cad6122b
SHA-1: 846500473b6df95c5ce196f09a7d152897dc7fc9
SHA-256: 5f3918268be523e8085eb49ac39b1e5ca166d45d08dc10ccfbbf8046ed5363d1
Download zip 14.37 KB
MD5: 74d27c63687934d21911c8d16dd73e8f
SHA-1: 46f2445955b77d5963fc3e26c123b4cc8903593b
SHA-256: 033345de095161da34b77fdb413f67b88dc34fbe4aff4c1b552402220d6a98b1

Release notes

Fixes:
#1149580: Prevent url() from expanding aliases while the installer is running.
Strip GET arguments from .css urls

Emogrifier

Uses the emogrifier class library as an input filter to convert stylesheet rules to inline style attributes. This ensures proper display on email and mobile device readers that lack stylesheet support.

Installation

  1. Ensure that the PHP Document Object Model extension is available. Emogrifier requires the dom extension and will not work without it.

  2. Download, install, and enable the Libraries module.

  3. Create a library directory for the Emogrifier library in one of the following locations:

    • sites/all/libraries/emogrifier (recommended)
    • sites/DOMAIN/libraries/emogrifier
    • profiles/PROFILE/libraries/emogrifier

    DOMAIN is your website domain name, and PROFILE is the installation profile you selected when installing Drupal.

  4. Download the emogrifier.php and place it within the library directory you just created.

  5. Install this module and enable it.

  6. Visit admin/configure/content/formats or click on

    Administer >> Configuration >> Content authoring >> Text formats

    to set up a new input format or add Emogrifier filtering to an existing format.

Created by: pillarsdotnet
Created on: 6 May 2011 at 21:57 UTC
Last updated: 6 May 2011 at 22:01 UTC
Bug fixes

Other releases