Leaflet TopoJSON

Component type

module

Maintenance status

Development status

Downloads

409

Component created

Component changed

Introduction

TopoJSON is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called arcs. Read more about the TopoJSON format.

The leaflet library and Drupal module are not able to parse TopoJSON files so this helper module extends leaflet to handle TopoJSON.

About this module

This module provides:

Field Validation Against Math

Component type

module

Categories

Maintenance status

Development status

Downloads

7

Component created

Component changed

This module is a plugin for Field Validation module. The purpose of this module is to give site builders a method to set validation criteria that compare current field value to other values in one or more fields from the same form, combined, with no custom code involved. It allows simple comparisons and math operations.

How does it work:

For example:

"Net income should be equal to gross income minus taxes."

Would be

Staging Widget

Component type

module

Categories

Maintenance status

Development status

Downloads

120

Component created

Component changed

The Staging Site Widget is a module that overlays a floating (and position configurable), easily identifiable box over your website. This allows you to easily identify a development or staging website from your production one.

This module is very similar to the Environment Indicator in that it displays an overlay. The difference is that this one creates a smaller widget.

Social profiles

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This lightweight Drupal 8 module provides a block that displays links to social profiles (Facebook, Twitter...).

It's intended to be more for developers than general users, as it doesn't provide all the configuration setups you can find in other similar modules.
There's no CSS either, as it's left for the user to apply its own custom design.

Concurrent URL negotiation

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a negotiation plug-in for URL language detection, with the only difference from the core one, that it doesn't force the use of only prefix or only domain detection, but rather uses both concurrently.

Use case

It gives the possibility for the following example configuration for one site:

Config Import - Delete Entities

Component type

module

Categories

Maintenance status

Development status

Downloads

356

Component created

Component changed

Introduction

Configuration management in D8 is amazing, and saves us a lot of effort. But one annoying thing is when it complains about entities that need to be deleted before a bundle/content-type/entity-type is deleted. When that happens, you cannot import any configurations until you've manually deleted the aforementioned entities.

frontredirect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Creates a new action for rules wich allows storing paths for each user or role in a new table. Changing the value of "config / system / site-information -> Default front page" by "frontredirect" users will be redirected to the value stored in the table when they go to homepage.

Random user auth. DANGEROUS!

Component type

module

Maintenance status

Development status

Downloads

237

Component created

Component changed

This module provides auto-authenticate-random-user.

If user does not have a valid session, one is created with a random user.
This is VERY DANGEROUS and should NEVER be enabled on public
available environments.

Use this module for performance testing for intranets and other
personalized websites.

Features:

  • Random user select during hook_boot()
  • Admin user is omitted
  • Redirect to requested page