Style External Images

Component type

module

Maintenance status

Development status

Component created

Component changed

Note: This module is deprecated in favor of imagecache_external, which provides additional functionality such as support for image files from other servers and custom permissions.

Provides a simple mechanism for module and theme developers to use image styles on image files not stored in the files directory. For example, images supplied with a module.

UTF-8 mb4 node save

Component type

module

Maintenance status

Development status

Component created

Component changed

Module to "upgrade" the database connection to allow utf8mb4 requiring characters to be passed over to MySQL.

In it's current state, it's not generally applicable, as there is a hard-coded content type in the module, and it only acts on node entities. It's published mostly to show others with the same requirement how it can be implemented.

Patches accepted in case anyone is interested in making it entity-generic, add bundle settings, or other related functionality.

OTP

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The OTP, One-Time Password, module provides an additional layer of security to the login process by requiring users to enter a randomly generated one-time password in addition to their regular Drupal password.

The one-time password is generated from within your Drupal system and can be sent via email or SMS. No physical token generator/dongle is required.

Not all users require OTP access on a Drupal system. So, OTP provides the option to enable OTP authentication based on user roles.

PURL Pathalias

Component type

module

Maintenance status

Development status

Component created

Component changed

Create PURL-based namespaces for URL aliases.

What problem does this module try to solve?

You're developing a website that uses the Persistent URL (PURL) module, possibly in conjunction with the Spaces or Sites modules. PURL creates separate namespaces in your Drupal site, and through modules like Spaces, your website has some nodes/views/pages in some spaces and some content in other spaces.

However, the URL Alias module requires paths to be unique across the entire site. This is a requirement at the schema level, and is enforced in the UI. This means that you can't natively have an "about-us" path point to node/47 in one space, but point to a different node (or view/page/etc.) in another space.

PURL Pathalias attempts to solve this problem by replicating the Path module's functionality, but with PURL namespace awareness. Thus, you can have something like "name1.example.com/about-us" point to node/47, but "name2.example.com/about-us" point to node/48.

uc_buildingnumber

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A add-on for Ubercart 2.x to add a separate field for building numbers.
For example to make sure users enter their house number.
You can enable and additional field for additional building number specification.

There are two predifined static variable;
UC_BUILDINGNUMBER_ADDITIONAL_FIELD - default is 0. Set to 1 to enable additional field.
UC_BUILDINGNUMBER_DISPLAY_INLINE - default is 1. Set to 0 to show fields on next row.