The current maintainers are looking for new people to take ownership.

Windows Azure Blob

This module is a fork of the Windows Azure Integration* module which looks to have been abandoned for more than a year.

The Windows Azure Blob module allows for the uploading and storing of files on the Windows Azure storage service. Module currently only supports the blob content stream through HTTPs and content is still served through the local server instead of the remote server so actual file addresses are hidden because the default container type created is Private. I will try to implement the shared access key option to avoid this issue when I have the time.

* The code was ported to use the new Windows Azure SDK for PHP but the functions have not been extensively tested and drush file migration is completely not tested. I would greatly appreciate anyone who could help with the testing and to report all the issues faced. Automated testing scripts are welcome too!

Requirements
The Windows Azure SDK for PHP apparently requires allow_url_fopen to be set as On so unless the core libraries change, this configuration must be enabled in order to use the module. The PHP environment variable must also be set in order to download the required libraries during first install.

How to Use

  1. Go to Configuration > Media > Windows Azure Blob to add a custom blob stream

Yandex Services Authorization API

This project is the common authorization API for all Yandex services which support Yandex OAuth method.

Commons Images

Provide Image functionality for the Drupal Commons distribution.

Dependencies

The module adds an image field to all Commons node types (that use hook_commons_entity_integration()). It adds an Insert button by default to let users insert the image in the WYSIWYG interface. If you don't want to use the Insert function or if you want to use Plupload instead you can make this known using hook_commons_entity_integration() like this:

<?php
/**
 * Implements hook_commons_entity_integration.
 */
function MYMODULE_commons_entity_integration() {
  return array(
    'node' => array(
      'NODE_TYPE' => array(
        // Use Plupload, default is FALSE.
        'enable_plupload' => TRUE,

        // Disable Image Insert, default is FALSE.
        'exclude_image_insert' => TRUE,
      ),
    ),
  );
}
?>

Jvector

This module aims to utilize a great portion, if not all the potential of the excellent Jvectormap API.

Health Status

Health Status is a great solution to monitor custom functionality built into your site.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer