Maintainers monitor issues, but fast responses are not guaranteed.

White label entity type

The white label entity type (short: while) is a simple node-like entity type without any special functionality. The labels and paths used for the entity type can be configured using variables, enabling easy re-use of the entity type in situations where a custom entity type is needed.

Features

  • Supports revisions
  • Admin UI for managing multiple (exportable) bundles
  • Views, Features, Token integration etc, as provided via the entity module
  • Supports panelizer and page manager overrides for while_view

Initial development sponsored by drunomics.

Dependencies

Requires a recent Entity API 7.x-1.2+ or manually patched with:

Customization

Use the following PHP snippet in your settings.php to customize your white label entity type:

<?php
$conf['while_strings']= array(
'entity label' => t('Red entity'),
'entity plural label' => t('Red entities'),
'entity description' => 'Red entities are red.',
'type label' => t('Red type'),
'type plural label' => t('Red types'),
'type description' => 'Types of red entities.',

Enhanced login security

Whitelisting example

This module adds new configuration options for the user login form:

Rotten Tomatoes

This module provides tools for connecting to and importing data from the Rotten Tomatoes service.

Dependencies

This module uses Features to provide two content types, Movie and Review. Those are the content types that will be populated by import operations.

The code to actually talk to Rotten Tomatoes is provided as a separate Composer library on Packagist.org. This module requires the composer_autoload module, or its code will not load correctly.

Installation

Before enabling the module, you must run php composer.phar install from within the module's directory. That will download the 3rd party dependencies this module has, as well as setup the autoloader.

Configuration

There is currently only a single configuration directive: The Rotten Tomatoes API key. That may be set at /admin/config/services/rotten-tomatoes. Alternatively, add it to your $conf array in settings.php like so:

$conf['rotten_tomatoes_api_key'] = 'abcde';

Usage

Public files URL

Public files URL is an extremely light weight module that allows you to override domain your public files system uses by extending the public file system wrapper in Drupal Core.

Curbstone VT Relay

Curbstone provides an off-site payment processing solution developed in PHP.

Menu Translation Locale Access

Adds locale-based access control to Language Neutral menu links (as defined by i18n_menu module)

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained