Config Importer and Tools

Component type

module

Maintenance status

Development status

Downloads

11222

Component created

Component changed

This module aims to cover development needs with managing configurations during project development.

Importing all configs during development is not convenient and can lead to a bad behaviour with overwriting or deleting configs or content from a site.

So there is a need for importing only of specific configs via hook_update_N().

Usage

All the work happening with the config_import.importer service. Let's instantiate it:

JQ Simplyscroll

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

JQ Simplyscroll integrates jquery simplyscroll module available from [jQuery Simplyscroll](http://logicbox.net/jquery/simplyscroll/) into JQ(http://www.drupal.org/project/jq)drupal module allowing us to use simplyscroll plugin anywhere in drupal by calling function jq_add('simplyscroll');
This plugin requires jquery version 1.2.6 minimum

FQ Presscheck

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Presscheck module is a companion app to the Presscheck iOS application. This plugin allows the application to check your site for updates using Administrator credentials for your Drupal website and present them as notifications on your iPhone / Apple Watch. Download the iOS application at https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=10734....

log_stdout

Component type

module

Maintenance status

Development status

Downloads

4457

Component created

Component changed

Active development for this project happens on Github. Please use Github for contributing code, or reporting bugs, or requesting features.

This module provides an hook for Drupal Watchdog that directs log messages to php://stdout or php://stderr for better log handling with Docker.

Field Presets

Component type

module

Categories

Maintenance status

Development status

Downloads

93

Component created

Component changed

INTRODUCTION

The Field Presets module enables creating of fields using a preset. On creation of a new field using the module, the following happens:

- Field storage configuration is created
- Field configuration is created
- Field widget is set and field is added to the bottom of all form displays
- Field formatter is set and field is added to the bottom of all view displays

The module adds a "Add field using preset" local task on all entity manage fields pages.

Flat Table Entity Data

Component type

module

Maintenance status

Development status

Downloads

212

Component created

Component changed

This module stores each bundles of entity data in single row. Example, if a content type "page" having 10 different fields, it holds the whole node data in single node. It wont replace the existing field storage. But this module halps to reduce the number of joins when viewing node. This will be useful for heavy read only sites. I developed this to increase the performance for a drupal site which powers dozen mobile app. This reduce the latency.

X References

Component type

module

Categories

Maintenance status

Development status

Downloads

543

Component created

Component changed

This module provides functionality to relate entities with each other regardless of their source (even non-drupal), i.e. CRM contact and social network account.
Each x-referenced entity has a:

  • source - name of service which contains an entity, like Drupal, CRM, Facebook, etc;
  • type - type of the entity, like "node", "contact", "lead" and etc;
  • id - entity identifier.

See README.txt for usage examples.