Storage API stream wrappers

Component type

module

Categories

Maintenance status

Development status

Downloads

2376

Component created

Component changed

Provides stream wrappers to integrate Storage API with Drupal, as an alternative to Storage API's core_bridge submodule.

It provides two stream wrappers: "Storage API Public" and "Storage API Private".

Each stream wrapper is tied to a Storage API class, and can be configured per field instance or globally as the "Default download method".

Webform Report Views Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Could be considered a part of the Webform Report module. This module exposes the webform_report table to Views so that you can associate Webform Reports with the Webform referenced in the Webform field. The description field from the Webform Report is also exposed as a field.

Cluster Varnish for Drupal

Component type

module

Maintenance status

Development status

Component created

Component changed

A plugin to combine Joomla! and Varnish on the Byte clustered platform

In cooperation with Mediagrip Byte developed its own extension for Drupal. With this extension Drupal sites can run on the superfast Byte Varnish Cluster. The extension allows Drupal to automatically empty the cache for specific pages after changing an article in Drupal and cache the entire site should be emptied after clicking a special button.

Cashflows payment (via Worldnet) gateway API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Redirected payment service for Drupal Commerce.

This was setup inexpensively to work in the UK via Cashflows (partner gateway) and Worldnet.
more info here: https://drupalcommerce.org/faq/payment-methods
This project allow payments through the payment provider Cashflows via Worldnet.

This module is tested and working with the latest commerce kickstart (as of today 12-Feb-2015)

Administer Anonymous Comments

Component type

module

Maintenance status

Development status

Downloads

1386

Component created

Component changed

This module allows administrators to post and edit comments as anonymous users (that is, with a name and optional homepage rather than connected to a user account).

It also allows administrators to post new comments on nodes which have comments disabled.

To use, simply enable and give the permission "Administer anonymous comments" to the roles you would like to have these privileges.

Geocoder Google Advanced

Component type

module

Maintenance status

Development status

Component created

Component changed

Purpose

Free access to Google's Geocoding API imposes a 2,500 query per 24hr limitation. By using cached the results of redundant queries to Google, we can avoid exceeding the usage limit as well as reduce the number of interactions.

This module provides a "geocoder_handler" CTools plugin which provides caching functionality for queries to Google's geocoding service. This geocoder utilizes the exsiting Google geocoder to make calls to the geocoding service and may be used just as any other geocoder--field geocoding, views, etc.