quandl

Component type

module

Categories

Maintenance status

Development status

Downloads

248

Component created

Component changed

The meeting of Drupal and Quandl. Where open source meets open data.

Quandl is a clearinghouse for time series, public information from a wide range of sources with millions of datasets.

This module provides a wrapper around the Quandl API to allow consistent use of different datasets.

There are 2 main modules currently provided.

The Quandl module handles the creation of a Quandl object and marshals queries through the Drupal cache system. It also provides developer access to the Quandl object if you want to get your hands dirty.

Cache Debug

Component type

module

Maintenance status

Development status

Downloads

2304

Component created

Component changed

Cache Debug is a lightweight wrapper for Drupal's caching system in order to provide debug level output.

This module provides a cache class that can be used exclusively without enabling the module or you can enabled the module to configure it through a UI.

Warning: This module can cause high verbosity logging. Please configure carefully and manage the output log file accordingly.

Cache debug allows you to output logs to three different log types:

Replicate Entityreference

Component type

module

Maintenance status

Development status

Component created

Component changed

Replicate Entityreference extends Replicate module to manage the cloning of entities referenced in Entity reference fields.

Basics

When you clone an entity (node, taxonomy term, ...) containing an entityreference, the referenced entities are not duplicated, and the cloned entity still references the same entities as the original entity. In some cases you may want to replicate the referenced entities when the parent entity is replicated.

Development Environment

Component type

module

Categories

Maintenance status

Development status

Downloads

2511

Component created

Component changed

Module goal

When developing Drupal sites, we are often working in a development environment in which we want behaviors different than we would like on a production environment. An example of this is sending emails - it's often preferable to not send emails from a development environment, as they can end up in our client's email boxes.

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.

Taxonomy toolbox

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

INTRODUCTION

This module provides various low-level API functions for Drupal Core taxonomy. This module is only needed if a module you want to install lists it as a dependency.

REQUIREMENTS

This module requires the core taxonomy module.

INSTALLATION

Install as you would normally install a contributed Drupal module. See: https://drupal.org/documentation/install/modules-themes/modules-7 for further information.

Pdf to html

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module will provide the pdf files conversion to html. This module will use API console rest services to get the html data conversed.