Maintainers strive to actively monitor issues and respond in a timely manner.

Webform Analytics

Exposes Webform submission data to Views in a directly usable fashion.

Twitter Blocks

Twitter Blocks creates blocks containing Twitter feeds. It leverages the Juitter jQuery plugin to dynamically pull in new tweets as they occur.

Require translation

The module adds "Translation required" to the administer node content page (admin/content/node) filter options.

simpleSAMLphp Authentication

simpleSAMLphp fish logo

This module integrates Drupal with SimpleSAMLphp, the most robust and complete implementation of SAML in PHP. It makes it possible for Drupal to communicate with SAML or Shibboleth identity providers (IdP) for authenticating users. The resulting Drupal site can effectively act as a SAML or Shibboleth service provider (SP).

Prerequisites

  • SimpleSAMLphp - you must have SimpleSAMLphp version 1.6 or newer installed and configured to operate as a service provider (SP).

NOTE: Your SimpleSAMLphp SP must be configured to use something other than "phpsession" (the default) for session storage. The alternatives are memcache or sql. The sql option was added in SimpleSAMLphp version 1.7. The simplest solution for folks running SimpleSAMLphp version 1.7 or higher is to edit the SimpleSAMLphp config/config.php by setting store.type => 'sql' and 'store.sql.dsn' => 'sqlite:/path/to/sqlitedatabase.sq3'

Features

  • Just-in-time provisioning of Drupal user accounts based on SAML attributes (configurable).
  • Automatic role assignment based on SAML attributes (configurable).
  • Dual mode - support for traditional Drupal accounts and SAML-authenticated accounts at the same time (configurable).

Git Hook

Git Hook is a project to facilitate building git event workflows with Drush.

Did you know that Git has its own hook/event system? Certain git actions will result git checking for a script in your local git repository in .git/hooks, and if an executable exists with the correct name, it will execute it. Some of those events will even act as validation before allowing an action to proceed.

This allows you to develop workflows around your git operations, such as basic code validation, or firing off emails when a branch is tagged.

GitHook wraps the hook system in a Drush-based command-line environment in an effort to make the creation of custom workflows easier for Drupal developers.

Current Functionality

  • Validate PHP Syntax for all changed files in a commit. Will not allow a commit to be made with syntax errors. (Thanks to Travis Swicegood for the original script!)

Why Drush?

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained