MailChimp STS

Component type

module

Maintenance status

Development status

Downloads

787

Component created

Component changed

This project is a placeholder for the deprecated MailChimp STS module. MailChimp is focusing on their new Mandrill transactional email service, and MailChimp STS is no longer bundled with the core MailChimp module. The Mandrill module is in active development and the preferred choice for transactional email integration with Drupal.

Popup Views integration

Component type

module

Categories

Maintenance status

Development status

Downloads

6912

Component created

Component changed

Drupal 8 : As Drupal 8 is now stable for a while, no further development will be done to this module (except security fixes). Popup which is a dependency has no plan for port. Therefore there is no plan to port this module either.

This module implements the integration of the Popup module with Views.

It provides a Views global field that can reuse the other Views fields. It will be output a link that will trigger a popup.

Webform Select options

Component type

module

Maintenance status

Development status

Downloads

5805

Component created

Component changed

Module add own component type as select options to Webform module. This select options is construct from node title as TEXT and any other field type "textfield" no-multiple of existing content types. See README.txt for other details.

The module was built in collaboration with MTR Design

Alternatives:
Webform Views Select

Queued Invoke

Component type

module

Maintenance status

Development status

Downloads

357

Component created

Component changed

Postpone hook implementations to queue processing.

The idea is that while it is great to be able to perform a lot of actions when something happens (entity is saved, updated, deleted etc.) many are not exactly time critical.

For example, when saving an existing taxonomy term, it is not crucial that all pathauto generated URLs that use a taxonomy term in that hierarchy are updated instantly.
Or when a node is saved, updating the search index is naturally important, but it is not necessarily something that needs to be done before the editor's next page reload.

By postponing actions from hooks, we can give a better user experience where subsequent page loads are not waiting for non-critical code to be executed.

xu

Component type

module

Categories

Maintenance status

Development status

Downloads

696

Component created

Component changed

Xu is an evolving set of developer utilities for working with Drupal (like Chaos Tools).

Drupal 7

Xu for Drupal 7 is a PSR-0 compliant library of common functionality. None of the D6 functionality has yet been ported and it is limited and evolving. Ctools is no longer a dependency.

Drupal 6

These are mostly helpful functions which I have found cause to reuse in multiple modules, and are organised into libraries (of functions) and helpers (classes). Individual libraries are documented in the code.

Content reminder

Component type

module

Maintenance status

Development status

Downloads

2016

Component created

Component changed

Drupal 7 module that allows to set a reminder notification to content. Useful to remind content editors to check the relevancy and/or consistency of a particular item over time.

Context Debug All

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When debugging relatively complicated pages with multiple Contexts set, I've often wondered "What Context is *that* block being enabled by?" Rather than laboriously set the "Debug" Reaction manully on every Context, this simple module modifies every Context that gets loaded and sets the "Debug" reaction automatically.

Entity Insert

Component type

module

Maintenance status

Development status

Component created

Component changed

Features

This module provides a similar function as the Insert module, only for any entity type. The purpose of this module is to find a way how to insert any kind of entity into a text area and render it to a desired display mode.

The module uses a JSON token as the Media module does: