Considered feature-complete by its maintainers.

textarea_replace

Iterates through all textarea fields (and body on d6) and replaces one string with another. Useful for replacing paths in text.

drushtask

A module for Aegir to run any drush command on a hosted site.

Session Cache API

Squirrel and cache

The Session Cache API is a super-simple two-function API for programmers to access small amounts of user-specific "state". Examples are the user's changing geographic location or a drop-down selection that is made upon first visit and needs to be remembered for the remainder of the session, or beyond, as in the Views Global Filter module.
The module comes in particularly handy when anonymous session data needs to be stored, which may not be viable using the standard $_SESSION way, due to constraints imposed by a caching engine or web accelerator like Varnish (in combination with a suitable page-exclusion strategy).

Message Post

A post example for the Message module that allows users to create a status update to show in their activity streams.

Commerce MIGS Merchant

A payment method for Drupal Commerce for the MIGS payment gateway.

Trello

Trello's Taco

Trello integration module

Provide API for developers to interface with Trello.

Current features:

  • admin configuration for API keys and Auth Tokens
  • an API explorer to get debugging info (requires devel module)
  • example module which provides a block listing your trello boards, and a support ticket form which adds support requests as cards to a list (a spam filter module such as mollom is recommended if this is ever actually used. You don't want a form bot to spam your Trello board!)

Ideas for submodules:

  • views integration
  • rules integration
  • use feeds for import and/or export
  • drush

Live Demo

* unavailable :( *

Install Instructions

  1. Download and enable the Trello module. You will likely also want to enable the trello_api_explorer sub-module.
  2. Go to the Administration » Configuration » Trello page: admin/config/trello/conf
  3. Follow the link at the top of that form to get your Trello API key (opening in a new window would be convenient for copy and pasting), then save your API Key and OAuth Secret.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only