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

Google Cloud Messaging

Google Cloud Messaging

New in 1.3:

  • Add permission for non-admin users to administrate the module

New in 1.2:

  • Add Rules event "Got registration ID with an error" to handle results with errors. Details here

New in 1.1:

  • Uses latest API: JSON format, multiple registration ids in one call, and more.
  • Supports additional options: "collapse key", "delay while idle" and "time to live" features

Implementation of the 3rd party server side of Google Cloud Messaging for use with Drupal and Rules module.

The demo site demo.mobile4social.com and the demo application comes to demonstrate the capabilities of Google Cloud Messaging system and module.

Mica Distribution

Mica is a powerful software application used to create web portals for epidemiological study consortia.

Using Mica, consortia can build personalised web sites for publishing their research activities and their membership. Mica includes many domain-specific features such as study catalogues, data dictionary browsers, on-line data access request forms, community tools (forums, events, news) and others. Moreover, Mica includes a powerful data search engine that allows authenticated researchers to perform distributed queries on the content of each individual study data collection hosted by the OBiBa Opal database software.

Mica Distribution is the quickest way to get you up and running with Drupal Mica. It includes the latest versions of Drupal core, Mica modules, and the other modules it depends on. During installation, Mica Distribution provides basic configuration of the Mica modules.

Mica is developped by OBiBa.

View Modes Access

View Modes Access tries to attack the content access issue from a different angle.

D8 Plugin Example

This is a small example module package (2 modules) that illustrates how the plugin system can be used quite simply.

Search API Solr Overrides

Overview

Allows you to override solr connection settings on an environment (site) basis, via your settings.php without editing servers managed in features.

Features

  • Overrides can be implemented through settings.php (example included below).
  • Overrides can also be implemented through a custom module using variable_set().

Requirements

  • search_api_solr module.

Known problems

  • There are currently no known issues. Please log new issues via the issue queue.

Tutorials

Example

Add the following to your settings.php

$conf['search_api_solr_overrides'] = array(
  'solr-server-id' => array(
    'name' => t('Solr Server (Overridden)'),
    'options' => array(
      'host' => '127.0.0.1',
      'port' => 8983,
      'path' => '/solr',
    ),
  ),
);

Note: This is an example as solr configurations vary.

Pledges

  • This module will be actively maintained to keep up with developments in search_api_solr module.

Credits

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained