Drafty

Component type

module

Maintenance status

Development status

Downloads

45652

Component created

Component changed

API module for handling drafts of revisions.

This module doesn't provide any workflow handling, but it should provide robust mechanisms for creating new revisions as drafts, publishing revisions, and deletion of old drafts.

The goal of drafty is to be a dependency for workflow modules such as Workbench Moderation, CPS (and others). Currently, each of the workflow modules has their own implementation for saving draft revisions.

Cellular ID

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

INTRODUCTION

The Cellular ID module provides capability to enter, convert, store, and display
many different formats of cellular device ID numbers. This capability is exposed
in several ways:

  • A Field API field that you can attach to any entity
  • An AJAX-enabled ID converter block
  • Several feild formattters

This module bundles the excellent DeviceIdConverter PHP class from
https://github.com/rfx1007/DeviceIdConverter

Favicon Generator

Component type

module

Maintenance status

Development status

Component created

Component changed

Favicon creator using Real Favicon Generator API. see http://realfavicongenerator.net/

Features:
Creates icons for:

  • iOS
  • Windows 8
  • Firefox
  • Android
  • OpenGraph
  • Coast
  • Yandex

Requirements:
Drupal 7.x
Utilizes the farbtastic library which is included in core.

Mailmute

Component type

module

Maintenance status

Development status

Downloads

656

Component created

Component changed

Synopsis

Mailmute introduces a per-user send state, which is either muting or not. Anytime mail is sent from the website to a user, the send state of the recipient is considered in order to suppress it if it is muting. If the Simplenews newsletter module is enabled, the send state is also applied to Simplenews subscribers.

Inmail

Component type

module

Maintenance status

Development status

Downloads

1187

Component created

Component changed

Synopsis

The purpose of Inmail is to process incoming email and execute certain actions depending on the content of each message. As its most prominent feature, it readily supports identification of bounce messages (e.g. the recipient address does not exist) and uses the Mailmute send state to avoid sending email to a user whose address has bounced.

Requirements

Inmail works with Drupal 8 only. See below for a list of similar D7 projects.

Service Container

Component type

module

Categories

Maintenance status

Development status

Downloads

22826

Component created

Component changed

Service Container is an API module based on ctools to enable a Drupal 7 quick and easy lightweight service container with 100% unit test coverage.

It is very similar in syntax to a Symfony container, but was written from scratch as a Symfony Dependency was not wanted - using some of Drupal 8 Core and Component directly. They will likely depend on a drupal8core project in the future - but for now the copy is fine.

This allows to use an extensible service container (like in Drupal 8) and write modules in Drupal 7 as if they were using Drupal 8.