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.

Sanitize

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module extends the drush sql-sanitize and drush sql-sync --sanitize commands to sanitize additional database tables provided by Drupal core.

It will perform the following:

Quiz access bypass

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a small module that lets to admin users make an access bypass for certain users on a closed quiz.

Use case:
As an admin user I give access to a candidate to do a test whose expiration date has expired.

Dependencies:
Quiz 4.x: https://www.drupal.org/project/quiz

It is also necessary to apply this patch: https://www.drupal.org/node/2829727

Field SQL Blob Storage

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an alternative field storage backend. A table is created on a per-entity-type basis. All fields for each entity (well, those using our storage) are stored in one big serialized field.

This substantially reduces the number of database tables and database queries. It is an alternative to the caching approach offered by entitycache.

Favorite Widget

Component type

module

Maintenance status

Development status

Downloads

168

Component created

Component changed

This project uses jQuery Favorite Widget plugin that allows users to put content to their favorites that are stored in a cookie.

For Drupal, there are modules available that allows you to reach this functionality such as Flag. This module however is useful when you want to provide this functionality:

Field attach form selective

Component type

module

Maintenance status

Development status

Component created

Component changed

A low-level utility module which facilitates entity edit forms which do not attach field forms by default, but rather allow the user to select which fields to edit. This is useful when an entity type has many fields but where individual entities populate relatively few of them.

This module provides no UI overrides or configurability on its own. It is designed to be used by other modules either for their own entity types, or to override the edit forms of existing entity types.

This module provides a single function:

bpmn-io

Component type

module

Maintenance status

Development status

Component created

Component changed

The aim of this module is to provide integration of tools provided by BPMN.io.

The module provides some file formatters for BPMN, CMMN and DMN files.

Installation

Because BPMN.io projects are not distributed under GPL compatible license, you will need to compile the scripts by yourself.

To do that you will need node.js (and npm which comes with node.js) and then enter npm i.