SimpleSync

Component type

module

Maintenance status

Development status

Downloads

429

Component created

Component changed

Provides an easy way to synchronise site configuration between multiple environments such as development, test and live versions of a site. Check out the video.

Example: you can copy the entire permissions configuration from one site to another with a single click.

Videos

Granny

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a sandbox project which allows importing of a back up file from the Gramps genealogy package into Drupal.

It consists of two parts:

  1. granny: a features based module that defines entitites, views, and such
  2. migrate_gramps: a migration module that includes the XML parser, defines how the XML is to be parsed and the results being put into Drupal

The goal is to present the data entered into gramps within the context of a Drupal website.

Metatag Import Export CSV

Component type

module

Categories

Maintenance status

Development status

Downloads

713

Component created

Component changed

MetaTag Import Export CSV

Introduction

MetaTag Import Export CSV can be used to import metatags form a CSV file or Export metatags to a CSV file. Module supports 4 fields which are provided by Metatag module.

Exportable

Component type

module

Maintenance status

Development status

Component created

Component changed

Exportable is a series of modules that allow Drupal sites to export Views, Panels, Rules, and Flags into individual manageable codebase files.

Pending Work:

  • Auto Export and save (Feature like function)
  • Work with context
  • Work with Metatag

qbwc_interface

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a very small and efficient module. It performs the following functions:

  • use the PHP SoapServer class to perform base SOAP communications in accordance with the Webconnector's WSDL protocol.
  • generate an appropriate QWC configuration file used buy the Webconnector
  • pass QBXML requests back and forth to Drupal via hooks

Rationale

Migrate Google Sheets

Component type

module

Categories

Maintenance status

Development status

Downloads

4794

Component created

Component changed

The migrate_google_sheets module provides a Migrate Plus data parser plugin for Google Sheets.

Requirements

  • The source Google Sheet will need to be published and viewable without authentication.
  • Migrate Plus

Examples

The migrate_google_sheets_example submodule provides a fully functional and runnable
example migration scenario.

Configuration Split

Component type

module

Maintenance status

Development status

Downloads

137103

Component created

Component changed

Background

The Drupal 8 configuration management works best when importing and exporting the whole set of the sites configuration. However, sometimes developers like to opt out of the robustness of CM and have a super-set of configuration active on their development machine and deploy only a subset.