Configuration Synchronizer

Component type

module

Maintenance status

Development status

Downloads

8584

Component created

Component changed

Configuration Synchronizer provides methods for safely importing site configuration from updated modules, themes, or distributions.

Configuration Synchronizer requires Configuration Provider and Configuration Update Base, part of the Configuration Update Manager project.

Block Level Inline Contexts

Component type

module

Maintenance status

Development status

Downloads

1224

Component created

Component changed

Overview:

Block Level Inline Contexts allows you to manage block-placing contexts from the block configuration page. This means that editing a block will allow you to view and manage all the context conditions that place a block in one place. The goal of this module is to broadly make block and context management easier.

Upcoming:

jslog

Component type

module

Maintenance status

Development status

Component created

Component changed

JSLog the javascript error logger for Drupal 7

When console.log won't cut it.

A Javascript logging module to allow the client to send logging calls via ajax to watchdog for both errors and general logging. The goal of the module is to fill the gap of logging on the client side to be able to catch and log errors on production environments. Secondarily it could be provide development and debugging tool when client data needs to be recorded for review.

Entity Base Type

Component type

module

Categories

Maintenance status

Development status

Downloads

341

Component created

Component changed

Spawned from Drupal Core issue: #1042822.

I routinely need to handle entities and their fields in a generic manner. For some reason an entity object doesn't have a property to describe what kind of entity it actually (i.e.: node, user, comment).

This module is incredibly simple, it adds a property called base_type to a entity in hook_entity_load.

Importer UI

Component type

module

Maintenance status

Development status

Component created

Component changed

A utility form builder that allows an admin to perform one-off structured data imports.

A UI handler for fetching, parsing, previewing and processing a data source in one go.

Similar to how Feeds module links pluggable fetchers, parsers and processors to create a feeds processing pipeline, this does something similar with one multi-step admin wizard-like form.
* Fetchers (including preconfigured services)
* Parsers
* a processor stage that will let you preview the results
* options to act on the results.

Strip 4-byte UTF8

Component type

module

Categories

Maintenance status

Development status

Downloads

1163

Component created

Component changed

This module helps in preventing PDO Exceptions caused by MySQL general error of incorrect string value. Enabling this module will have your site reject overly long 2 byte sequences, as well as characters above U+10000, and reject overly long 3 byte sequences and UTF-16.

Commerce Multicurrency provider for MDL

Component type

module

Maintenance status

Development status

Component created

Component changed

National Bank of Moldova (bnm.md) as currency exchange rate sync provider for Commerce multicurrency module.

DEPENDENCIES
Commerce Multicurrency provider for MDL depends on the Commerce multicurrency module.

INSTALLATION
Install the module as usual.

CONFIGURATION
Select "National Bank of Moldova" as sync provider on currency conversion settings page: admin/commerce/config/currency/conversion
Run cron or sync manually to synchronize the rates.

CSV Import

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview
This module has been created to give a site admin's access to directly import a CSV file to a MySQL database table.

About
Currently the PDO layer for mysql does not have the drivers for running a query with 'LOAD DATA INFILE.'
This module takes advantage of mysqli_connect to perform this operation

Installation