Central Data

Component type

module

Maintenance status

Development status

Component created

Component changed

Ground-up rewrite of the Central Things module (http://blog.firecannon.com/blog/module-demo-central-things-manager)

This is a code-cleanup & refactoring exercise, and to make some sensible decisions on allowing generic backends rather than limiting to specific technologies.

Features:

Webform Rules (token fork)

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This is a DEVELOPMENT/SANDBOX fork of https://www.drupal.org/project/webform_rules

It attempts to rewrite the tokens used by webform_rules into line with the tokens that the base webform project uses.
The conflict (and the reason why this is neccessary) is described in https://www.drupal.org/node/1947906 - and was set "won't fix" there.

HTML import

Component type

module

Maintenance status

Development status

Downloads

2960

Component created

Component changed

Introduction

This module is to divide one single large HTML document into a structured Drupal book where the heading level hierarchy is respected. This module works with HTML exported from Word; HTML document converted from PDF as well as HTML document exported from Adobe InDesign. The purpose of this module is to make provide an alternative for legacy documents to meet meet WCAG accessibility requirements. By converting the documents into HTML, it also makes full-text search easier.

CTools Export code - diff

Component type

module

Categories

Maintenance status

Development status

Downloads

114

Component created

Component changed

What this does:

This module provides an overview of all of your CTools objects (much like CTools' bulk_export module) and provides the ability to generate a 'diff' view to compare their in-code (default) and in-database (overridden) versions.

It lists all the objects at an overview screen at /admin/structure/ctex_diff and also inserts 'diff' links into most dedicated edit screens (for views, rules, panels, etc etc).

(It also provides a tiny bit more, but you likely don't need that.)

Pushbullet API

Component type

module

Maintenance status

Development status

Downloads

1567

Component created

Component changed

Simple YouTube demo | Official Website

Pushbullet API provides tools to work with the same service Pushbullet.

This module provide full realisation of Pushbullet HTTP API and integrated with Rules module.

With this module you can send pushes (notifications) to:

Rules Trigger

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

314

Component created

Component changed

This module exposes Rules action components as Panels Content Types.

You can then configure the component when placing it in Panels or leave the required contexts open for configuration on the front-end.

Work in progress.

Entityform E-Mail Confirmation

Component type

module

Categories

Maintenance status

Development status

Downloads

1200

Component created

Component changed

This module provides elements for Rules, which will allow you to setup confirmation of emails, that are sent to your website by using entityform.

This module isn't "plug and play", after enabling it, you will need to create rules that will do the magic. It only provides:

Action: Generate confirmation URL
Event: User visited confirmation URL

Sending of confirmation e-mail will happen in Rules - after event of saving new entityform submission:

Commerce eCollect

Component type

module

Maintenance status

Development status

Downloads

792

Component created

Component changed

eCollect® is a payment gateway provided by Avisor Technologies (http://www.avisortech.com) for Colombia and Rep. Dominicana. With this module, you can integrate your store with it, based on rules that define payment parameters. Useful to change those parameters depending on your needs!

Warning: If payment parameters are wrong, you will be redirected to the frontpage after submitting checkout form.

Importer UI

Component type

module

Maintenance status

Development status

Component created

Component changed

A utility form builder that allows an admin to perform one-off structured data imports.

A UI handler for fetching, parsing, previewing and processing a data source in one go.

Similar to how Feeds module links pluggable fetchers, parsers and processors to create a feeds processing pipeline, this does something similar with one multi-step admin wizard-like form.
* Fetchers (including preconfigured services)
* Parsers
* a processor stage that will let you preview the results
* options to act on the results.