Node Export Beautifier

Component type

module

Maintenance status

Development status

Downloads

747

Component created

Component changed

This project aims to help all reviewers that use node_export module in their project to store nodes in code.
When something changed in exported feature, code review becomes a horror.

This module implements hook_node_export_encode_alter() and does convert packed json to styled one using https://github.com/ryanuber/projects/blob/master/PHP/JSON/jsonpp.php code.

json_encode not used here because it does not work on PHP < 5.4

Enjoy

Entity Translation Export

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a way to export the text and translations of the content in a Drupal website.

This module is build to facilitate the translations of content by exporting it to documents, containing both the original content as the translated content (if existing).
This way content editors can review the content and create translations.

Configuration Database

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a Drupal 8 project.

Adding a second database to Drupal that is designed to hold configuration data.

Drupal 7 was often criticised for what was probably the biggest shortcoming of Drupal, the difficulty in seperating configuration data from content.

New for Drupal 8, this module will attempt to revisit that problem, by providing Drupal 8 with a second database, and the ability to decide which database data should be saved to.

Country taxonomy importer

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Imports country/state/region names to a taxonomy from geonames.org

This module uses the "children" (http://www.geonames.org/export/place-hierarchy.html#children) function of geonames.org. This seems to just drill down by administration divisions, which may be different for each country.

Why I made this to work in the front end with javascript rather than with the batch API, I don't know. I must have been drunk that night.

IXI

Component type

module

Maintenance status

Development status

Component created

Component changed

IXI: Xml Importer

IXI allows you to upload a zip archive of XML files and then indivudually process each one creating nodes or taxonomies with each. At the end everything will be associated with a "group node" that gets created When the archive is uploaded.

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).

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.

Simple REST API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple REST API offers Drupal 8 style REST API for reading, creating, updating and deleting nodes. You can make your systems to support Drupal 8 before actually updating Drupal.

Properties

  • supports HTTP basic authentication
  • uses HAL/JSON as the data format
  • respects node rights by use of node_access()
  • very minimalistic error handling