Media Wrapper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sandbox project to create a media field formatter than can handle ANY media type based on the media module.

This means users can upload or embed images/files/video all in the same field and change the display settings per content type rather than having to tie a field to a particular file type as per the current media/field formatter relationship.

This module provides a media field collection for all the media related fields along with a custom field formatter for the media field itself. Out of the box this provides:

External Repository Update Status

Component type

module

Maintenance status

Development status

Downloads

957

Component created

Component changed

For connecting with external repository services such as github or bitbucket in order to obtain update status information for custom work. Currently only supports GitHub.

INSTALLATION AND CONFIGURATION

By default ERUS will pick up any module that uses the project status url option in the .info file of the module or feature.

project status url = 'http://www.example.com'

Configuration Tools

Component type

module

Maintenance status

Development status

Downloads

5908

Component created

Component changed

Config Tools is a package of modules that help to manage your Drupal 8 configuration files. This includes two modules currently.

  1. Active configuration file handling
    Stores your current active configuration as yml in a specified directory. This is especially useful for tracking changes to your configuration through some VCS.
  2. Git Configuration
    Auto commits changes to your configuration to a specified git repository for every configuration change.

Rules FTP

Component type

module

Maintenance status

Development status

Downloads

597

Component created

Component changed

SUMMARY

This module integrates FTP commands into Drupal via the Rules module allowing events to trigger the sending of files to an FTP server. Example rules are provided.

Current supported commands:

  • put

Requirements

Configuration

Provided actions can be configured via the Rules module (see example rules).

osCaddie - Google Cloud Storage

Component type

module

Maintenance status

Development status

Downloads

1863

Component created

Component changed

Overview

This module allows your Drupal solution to become scalable in terms of file management. Any images, videos or documents that are uploaded into Drupal will still be managed by Drupal, but instead of being stored and served from local storage, actual files will be uploaded to Google Cloud Storage and delivered through there high performance network. It then replaces the URL to each media file with their respective Google Cloud Storage signed URL.

Conveyor

Component type

module

Maintenance status

Development status

Component created

Component changed

Synopsis

Conveyor provides a way to push and synchronize content and configuration from one environment to another. This tackles a common problem that content cannot be migrated across different drupal instances (e.g test, staging, production).