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.

contentusage

Component type

module

Maintenance status

Development status

Component created

Component changed

Content Usage allows Drupal site administrators to keep track of where they've placed their content via 'Where is this content used' blocks and contextual links. This is useful for extremely large sites with multiple content authors using blocks, panels and embedded content.

Composer Vendor Autoload

Component type

module

Maintenance status

Development status

Downloads

13514

Component created

Component changed

Simple module to load the Composer Autoloader when Drupal boots. This module allows the site builder to manually manage the dependencies for the project themselves, rather than relying on some sort of automation. You may even use this module as a dependency in your Drupal site to load the autoload.php file.

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.

Numbered Multivalue Fields

Component type

module

Maintenance status

Development status

Downloads

618

Component created

Component changed

This is a small module which enables you to number Multiple Value Fields.

This can be helpful when you expect a large quantity of values per field. Also when you have large form items within each item e.g. Field Collection Items.