Maintainers strive to actively monitor issues and respond in a timely manner.

Conduit (sandbox)

This is a fork of Boombatower's github code for the 'Conduit' project (a potential successor for qa.d.o).

The original is available at https://github.com/boombatower/conduit.

Conduit Flow

1. Job creation

  • Each plugin provides it's own node type, default job properties, and property validation logic.
  • Creation of a job node triggers conduit_insert()
    • conduit_job_info() determines the plugin, module, and category for the job, based on the job node type
    • The merged properties array is generated via hook_node_load()
    • conduit_queue_create() generates the appropriate job queue items and returns the item count
    • Job fields and result placeholders are created for each job chunk and inserted into the node fields
    • The plugin's hook_conduit_init() function is called to initiate any plugin-specific fields
    • hook_conduit_queued is invoked, to allow modules to react to a job being queued
    • hook_insert() runs before field_attach_insert(), so the fields are then saved after execution of hte function.

2. Job added to queue

  • Jobs are added to the queue when conduit_insert() calls conduit_queue_create()

isin_code

The isin_code module provides a field type to represent a valid ISIN (International Securities Identification Number) code.

Edge Suite

Drupal integration for Adobe Edge Animate

This module enables you to upload manage, configure and integrate Adobe Edge Animate compositions in Drupal. Edge Suite is closely coupled with the EdgeCommons library for Edge Animate, which is needed to use some of the more advanced features (e.g. data injection).

Context theme vars

This module provides show/hide theme vars function as context reaction

Letharion's installer kernel

Sandbox for porting the installer to a symfony kernel.

Search API Statistics GSoC '12 Project

Module closely integrates with Search and Facet APIs, it logs search queries (keywords and facets) and provides site maintainers with a visual representation of the collected data, which can be sho

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained