Devel ladybug

Component type

module

Categories

Maintenance status

Development status

Downloads

1034

Component created

Component changed

This module provides the raulfraile/ladybug Dumper for use with Devel.

Installation

The recommended method for installation is via Composer.

composer require drupal/devel_ladybug

Configuration

Just go to admin/config/development/devel and select Ladybug as your preferred PHP Variables Dumper.

WYSIWYG Custom JavaScript

Component type

module

Maintenance status

Development status

Downloads

312

Component created

Component changed

This module allows custom JavaScript to be injected inside a WYSIWYG iframe and modify the content within it.

It is useful if you have JavaScript that runs on the front end of your site and you want to run the same JavaScript inside the WYSIWYG to make the appearance of the content in the WYSIWYG more closely match the final output.

It requires the Wysiwyg module in order to work, and currently only works if you are using CKEditor as your WYSIWYG editor.

File field download link timestamp

Component type

module

Maintenance status

Development status

Component created

Component changed

This simple module will provide a way to alter all file download paths slighty to avoid some file caching systems to prevent blocking access to new file versions. This module will add a checkbox to file field configuration page.

Use case

Some aggressive file caching may cache files based on the filename, failing to refresh the file when it is being updated in Drupal filesystem. This may happen when users are allowed to overwrite existing files with new versions instead of adding new files with new names (new version of file.pdf becomes file_0.pdf).

Address Zone

Component type

module

Categories

Maintenance status

Development status

Downloads

235

Component created

Component changed

This module integrates the Zone PHP library of CommerceGuys with Drupal, allowing you to define territorial groupings mostly used for shipping or tax purposes.

For example, a set of shipping rates associated with a zone where the rates
become available only if the customer's address matches the zone.

Commerce Shipping incremental weight

Component type

module

Maintenance status

Development status

Downloads

157

Component created

Component changed

This module extends Drupal Commerce by allowing to establish a base shipping rate that is incremented by the weight of products. For example, $5 as a base rate and an additional $1 for each extra lb/kg... Used in combination with Address Zone module, you can create complex
matrices as:
<= 3kg | Every extra kg | Zone
Normal | 3€ | 1€ | Europe
Normal | 6€ | 3€ | Asia
Express | 9€ | 2€ | Europe
Express | 15€ | 7€ | Asia

Image PHP Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

191

Component created

Component changed

Standard PHP image filters as image styles effects.

Currently it implements:

  • IMG_FILTER_COLORIZE
  • IMG_FILTER_CONTRAST
  • IMG_FILTER_BRIGHTNESS
  • IMG_FILTER_SMOOTH
  • IMG_FILTER_GRAYSCALE

Requirements

  • Image module (core).

Installation

Install as you would normally install a contributed Drupal module. See drupal.org/node/1897420 for further information.

DBpedia Spotlight

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

1068

Component created

Component changed

DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text. See http://dbpedia-spotlight.github.io/demo/

The module runs a batch process to analyse ONLY the text contained in the BODY field of each node in order to extract semantic entities by querying the DBpedia Spotlight service.