Windows Azure Integration

Component type

module

Maintenance status

Development status

Downloads

3300

Component created

Component changed

Integration module for Windows Azure and Drupal 7.

It provides integration with Azure Blob Storage: allowing to store files, images and media on Azure's scalable and geographically distributed file storage platform.

Installation

This module requires the PHP Azure SDK.

Shadow - SQL queries / views optimization

Component type

module

Maintenance status

Development status

Downloads

5121

Component created

Component changed

Optimize SQL queries or views by using index tables which (partially) shadows the original query output. This differs from materialized views since the shadow table does only contain columns which are relevant for filtering / sorting. This module is capable of automatically rewriting SQL queries to speed them up using the shadow tables.

Related modules:

Files Proxy

Component type

module

Maintenance status

Development status

Downloads

1192

Component created

Component changed

This solves a unique issue with a multisite setup and the CDN module. If you are using Origin Pull, and the origin server is set to the same domain on all multisites then the correct multisite will not be selected for things like imagecache generation.

JAIL / Lazy Load Formatter

Component type

module

Maintenance status

Development status

Downloads

6312

Component created

Component changed

JAIL (Javascript Asynchronous Image Loading) is a technique created by Sebastiano Armeli-Battana to replace jQuery Lazy Load. Lazy Load was a great script but was abandoned and Sebastiano created JAIL to fill the void. The technique stops the browser from loading images that are not in the view port and loads them as they come into view.

Boosthelper

Component type

module

Maintenance status

Development status

Component created

Component changed

A helper module for Boost. :o)

Boosthelper crawls the URL of a newly created/edited node immediately, instead of waiting for the next cron run. Also immediately recrawls the front page if Boost set to "Clear the front page cache when promoted". Also clears all (public only) organic groups cached pages that the node appears in and immediately recrawls them.

Works with or without Pathauto.
Respects node access permissions. (e.g. Private og posts will not be cached.)

Successfully tested on stand-alone Drupal 6.19 and 6.20 installations with Boost 6.x-1.18 and Boost 6.x-1.x-dev2011-Feb-25.

Also successfully tested on Aegir 1.0 rc7 managed Drupal 6.19 and 6.20 sites with boost 6.x-1.x-dev2011-Apr-12 and provision_boost 6.x-0.5.

Extending the current Materialized Views API

Component type

module

Component created

Component changed

This project is about extending the functionalities of the existing “Materialized Views” API. This module allows dynamic consolidation and indexing of data from all over Drupal into these new "materialized" views. This project mainly aims to extend the capabilities of this API to Drupal 7 and fully integrate it with Fields and Entity APIs. Also, then, it aims to extend it with the Views API.