Diff Workflow

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows the diff module to show differences between workflow status. Drupal 8 only!

This module requires the following modules:

Installation

  • Install as you would normally install a contributed Drupal module.
  • Configure an existing workflow field to use 'Workflow Field Diff' at admin/config/content/diff/fields

Field Collection Switch View Mode

Component type

module

Maintenance status

Development status

Downloads

219

Component created

Component changed

Synopsis

When using field collections, a view mode can be associated with each field collection item which will then switch the display of fields in the edit form for that particular field collection item.

For example, assume a field collection for a content type contains three fields:

  1. field_subtitle
  2. field_image
  3. field_extra_text

and the three view modes for this content type are:

Intense

Component type

module

Maintenance status

Development status

Downloads

2414

Component created

Component changed

Provides a simple Intense image field formatter. A stand alone javascript library for viewing images on the full screen. Using the touch/mouse position for panning.

All styling of image elements is up to the user, Intense.js only handles the creation, styling and management of the image viewer and captions.

File MD5

Component type

module

Maintenance status

Development status

Downloads

1396

Component created

Component changed

Module helps to uniquely identify the files using their MD5 hashes.

All that this module does - extends the file_managed table with md5 column and, on file saving, set a value for it.

MD5 validation

Module provides an implementation of hook_file_validate() to validate file duplicates. This validation could be disabled here: admin/config/media/file-system.

Google API Communicator

Component type

module

Maintenance status

Development status

Component created

Component changed

The Google API Communicator aims to be a universal API connector utility module for connecting Drupal modules with Google by oAuth2. It does little on its own, but provides a Google_Client object as obtained from the Google APIs Client Library for PHP library, for usage by other modules. This Google_Client combined with the library can be used to make request against the Google APIs.

Cesium

Component type

module

Maintenance status

Development status

Downloads

570

Component created

Component changed

CesiumJS is an open-source JavaScript library for world-class 3D globes and maps.

This module provides the CesiumJS library integration into your Drupal project.

How to use

Using a function

libraries_load('cesium');

In a form

$form['element']['#attached']['libraries_load'][] = array('cesium');

Rocket.Chat

Component type

module

Maintenance status

Development status

Downloads

1928

Component created

Component changed

Rocket.Chat is the ultimate Free Open Source Solution for team communications. It is packed with killer features: from group messages and video calls, screen and file sharing, all the way to helpdesk live-chat. It provides webapp interface, cross-platform desktop client, iOS and Android mobile apps.

Thanks to Angry Cactus (www.angrycactus.biz) for starting the work on the Rocket.Chat Module for Drupal 8.

Microsoft Translator API

Component type

module

Maintenance status

Development status

Downloads

562

Component created

Component changed

The current version 7.x-1.3 does not work. Please use the 7.x-1.0 version until I fixed the code.

This module allows to translate any text using the Microsoft Translator API.

Usage:

Follow the instructions on http://blogs.msdn.com/b/translation/p/gettingstarted1.aspx
for getting your Client ID and Client Secret keys, then submit these keys on
the module's administration page at admin/config/services/microsoft_translator_api