Blue Jeans

Component type

module

Maintenance status

Development status

Downloads

1531

Component created

Component changed

Blue Jeans is a video conferencing service that integrates with many existing video platforms, from the browser and mobile apps to Skype and Google Hangouts. This module uses the Blue Jeans API to allow Drupal-side management and launch of conferences.

Commerce Sage Payment Solutions

Component type

module

Maintenance status

Development status

Component created

Component changed

Use this module if you want to use Sage Payment Solutions (North America) as your payment gateway to accept and process payments through Drupal 7 Commerce. If you are using Sage Pay (Europe) as your payment gateway, use Drupal Commerce SagePay Integration instead.

This module is a Drupal 7 Commerce port of UC Sage Payments Gateway.

Once installed, configure at /admin/commerce/config/sagepayments.

Require OG access

Component type

module

Maintenance status

Development status

Downloads

370

Component created

Component changed

Prevent access to OG private posts except to privileged users and OG group members.

This module serves to ensure that OG private posts remain private to the Organic Group(s) to which they're posted, regardless of which other modules may be trying to grant access.

Rationale

Under most circumstances and for most simple Drupal installations, Organic Groups will do a fine job of ensuring that group posts marked "private" will only be accessible by group members. It does this by simply refusing to grant access to those nodes.

TSLS

Component type

module

Maintenance status

Development status

Component created

Component changed

Taxonomy Synonyms Life Support

Small utility module that allows Drupal 7 admins to add and edit core taxonomy term synonyms. This module is purely for life support, not additional functionality. It requires a taxonomy_term_synonym table leftover from a Drupal 6 core Drupal installation. So, it's really only useful in the case that a Drupal site has been upgraded from 6 to 7, and you don't feel like/can't move your core term synonyms to a new system (entity fields).

Facet link formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

1547

Component created

Component changed

This module provides a new formatter for Entityreference and Taxonomy fields.

#D8: For Drupal 8 use Entity reference facet link

Display entities (or taxonomy terms) as links to a list of contents with facets.

The classic beahviour is that taxonony terms fields, or entityreference fields,
are displayed as links to entity:

Smart preprocess

Component type

module

Maintenance status

Development status

Component created

Component changed

When conditional CSS and JS is added to a page, this can cause a frequent number of cache rebuilds based on calls to drupal_build_css_cache and drupal_build_js_cache. This module forces conditional files to not be aggregated.

Variable history

Component type

module

Maintenance status

Development status

Component created

Component changed

Using variable_set() is a very expensive operation that can cause cache stampedes and other horrible side effects for performance. This module simply adds a timestamp column to the variables table to track down which variables are changing.

Script Field

Component type

module

Categories

Maintenance status

Development status

Downloads

1548

Component created

Component changed

A field type and formatter that lets users add scripts from a safe source to a particular node.

Adds a field type "Script", a widget "Script Field" and a formatter "Attached External Script" that let a site builder define fields for including custom scripts from trusted sources.

It's possible to set a base url and valid extensions, and the field will attach scripts or css files to the node when displayed.