Migrate runner

Component type

module

Maintenance status

Development status

Component created

Component changed

Important notice: this code might be outdated, as it was back 9 months ago when we're using it. If you're interested in trying it out, write me and I'll update you with the latest code and examples probably. (I'd make it myself but... first, I have no enough time atm to tie up all loose ends and second I don't really know is this thing used by someone or no. /2017-08-28 @OnkelTem/

See also: https://www.drupal.org/node/2708723

jQuery form styler

Component type

module

Maintenance status

Development status

Downloads

1037

Component created

Component changed

Form styler uses the jQuery form styler plugin to make your select, checkbox, file, radio, number elements more user-friendly.

Drupal 7

NOTES:

For jquery form styler plugin 2.x version use 2.x branch version of module.

Installation

Migrate booster

Component type

module

Maintenance status

Development status

Component created

Component changed

On Drupal 7 we could disable hooks while running migrations:

https://www.drupal.org/node/2136601

This module adds a similar feature. You can disable hooks
in settings.php or by editing configuratoin object `migrate_booster.settings`.

There are two ways to disable hooks:

1) Disable specific hooks and modules:

Spotify API

Component type

module

Maintenance status

Development status

Component created

Component changed

After searching through d.o for a good Spotify module, I decided to write an API module of my own. The other modules seemed to be either absolute (the Spotify API has changed over the years) or are Sandbox projects with very specific functions (like relying on a certain content types).

I needed more an API module. Something to abstract the API calls to Spotify and extract the data, and give it to me for further processing. This is my attempt.

ColoFilter CSS

Component type

module

Maintenance status

Development status

Downloads

281

Component created

Component changed

Integrates the ColoFilter CSS library for image effects in Drupal using CSS blend modes.

Using this module you can add any one of the 30 effects on any image field in Drupal. Among other uses, it works great for profile images adding a cool color filter to any image. No coding necessary!

Entity Reference Integrity

Component type

module

Categories

Maintenance status

Development status

Downloads

1596

Component created

Component changed

Entity Reference Integrity is a module that allows you to find out which other entities reference a given entity. The base module comes with a service that allows you to query Drupal for this information. If you are a developer you may use this base module simply for the services it provides.