SMS Email Gateway

Component type

module

Maintenance status

Development status

Downloads

1022

Component created

Component changed

Many mobile carries provide the ability to send SMS messages to their subscribers through email.

A list of carriers that support this functionality can be found here:
http://en.wikipedia.org/wiki/List_of_carriers_providing_SMS_transit

This module integrates with the SMS framework module.

Path Restrict

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Users can wreak havoc on a site by accidentally (or intentionally) creating a URL aliases which correspond to administrative or otherwise important URLs. (For example 'admin', 'sites', etc).

Views Fixed Grid

Component type

module

Categories

Maintenance status

Development status

Downloads

8711

Component created

Component changed

Ever needed a grid of fixed dimensions to populate with view's results randomly scattered? This project attempts to solve this need.

The views Grid display allows you setting up the number of columns. The number of rows, then, gets defined by the number of items. This module provides a new display that will allow you to specify the number of columns & rows.

This project provides a view's plugin style to create a Grid of Fixed size. Then the cells can be placed randomly in the grid. Think of it as a canvas that needs to be filled.

OGDI Field

Component type

module

Maintenance status

Development status

Downloads

1371

Component created

Component changed

Please note that this module is minimally maintained and seeking a co-maintainer

This module pulls in Open government data from a Microsoft Open Data server, via it's API and then outputs it to screen in a nicely formatted table and map.

An example can be seen here - http://www.datadotgc.ca/dataset/location_of_historic_buildings_in_edmonton

Here's the text from the README.txt file of the module

Derivatives API

Component type

module

Categories

Maintenance status

Development status

Downloads

3970

Component created

Component changed

This is a GSoC 2011 project: Derivatives API for Media ecosystem (D7).

The goal of this project is to implement Derivatives API for Media Library (Media, Styles, ...) ecosystem in Drupal 7. This API will provide a flexible, extensible and abstract API to implement derivation engines for different types of files.

URL IDs and Lazy URL ID Reference

Component type

module

Maintenance status

Development status

Component created

Component changed

The URL ID module provides a field that gives an entity a 'global' ID, based on the domain name, entity name and entity id (such as http://example.com/node/1).
The idea is that remote entities can be downloaded, inheriting the remote URL ID – a node could have the URL ID 'http://example2.com/node/123'.

Conditional text

Component type

module

Maintenance status

Development status

Downloads

1554

Component created

Component changed

Conditional Text module for Drupal

This module adds a text filter called "Conditional text" to your site. The conditional text filter allows you to write content for your site that contains sections that are displayed or hidden depending on certain conditions, allowing you to write content that can be used in different situations or for different audiences. For example, if you are writing software documentation, you might want to write content explaining how to use a particular feature, and include certain sections that apply to one version of the software, and other sections that apply to another version. If you were displaying this documentation to a user of one version, you would hide the inapplicable information from the other version. This allows you to avoid duplicating the content (which makes it more difficult to maintain) -- instead of writing a different manual for each version, you write one version with conditional sections.

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).