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 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!)
This module creates a simple graphical calendar block using jQuery and jQueryUI(date picker). There's a new function to add datepicker in code for developers too.
Datepicker plugin does not support Persian calendar, but it's been edited nicely by 'hasheminezhad' so it does. This module adds a graphical interface, if you need to add new calendar systems to drupal(like Iranian Shamsi,...) check out 'Calendar Systems' module, which most of the job is already done there.
Calendar which are supported so far:
- Jalali (Iranian Shamsi Calendar)
- Arabic Calendar