Drupal 7 API backport

Component type

module

Categories

Maintenance status

Development status

Downloads

442

Component created

Component changed

This modules was a try to backport some Drupal 7 APIs and features to be used by Drupal 6 modules.

Other modules

  • DBTNG (Drupal 7 database API) Required
  • Drupal Queue. Just needed if you want to use Drupal 7 Queue API

Atlassian Crowd SSO

Component type

module

Maintenance status

Development status

Downloads

9498

Component created

Component changed

This module provides single sign-on integration between Drupal and an Atlassian Crowd server. It supports detection of the Crowd SSO cookie to provide automatic login of users already authenticated via Crowd. Drupal accounts are created automatically if the user account doesn't already exist. The module also manipulates the standard Drupal user login form validation handlers to authenticate directly against Crowd instead of Drupal.

Profiler

Component type

module

Categories

Maintenance status

Development status

Downloads

212883

Component created

Component changed

Looking for a cool new module? Slow down, tiger, this is not a module! It's just a library that you use when writing install profiles.

Profiler provides a new way to write install profiles. Gone are the days where you needed to know all the quirks of Drupal's APIs in order to write a solid install profile. Profiler allows you to quickly and easily create new install profiles, as well as have 'Sub' Install Profiles, where one Install Profile inherits from and extends another Install Profile.

CLI Daemon

Component type

module

Maintenance status

Development status

Downloads

2593

Component created

Component changed

This module provides a really fast, secure and stable, lightweight CLI Daemon. This daemon exposes a simple hook in order for module to run actions using it.

Features

  • Clean usage of pcntl_* extension, with SIG handling.
  • Lightweight, it does bootstrap a Drupal in child processes in order to let modules benefits from hook_init(), hook_exit(), and a clean environment.
  • Is able to run job_queue jobs, and Drupal cron if no other module has been run.
  • Provide a Drush integration.
  • The CLI Daemon can be run and killed by site administrator from the Drupal administration.
  • Proceed implementing module list pragmatically, run the first found and dies after remembering where is its module pointer within the module list.

Bot commit

Component type

module

Categories

Development status

Downloads

1460

Component created

Component changed

Process (git) commit messages and post them on IRC.

Repository support

  • Gitosis and other repositories that use the post-receive shell script via a custom php script (under scripts folder)
  • Github (example.com/bot_commit/github)
  • Codebase HQ (example.com/bot_commit/codebase)

Commits are put into a queue which are pushed to IRC when the bot's internal fastest cron processes them.

LDAP Help Module

Component type

module

Maintenance status

Development status

Downloads

1602

Component created

Component changed

This module is meant to assist Drupal admins in configuring, debugging, sharing, and submitting support and bug request related to LDAP integration modules. LDAP Help Module should be disabled unless you are debugging or configuring ldap problems. It adds no functionality to the LDAP modules.

There is a lot of frustration configuring LDAP and this module is intended to help people help themselves with modules like ldapauth, ldapgroups, and other ldap modules. It evolved from helping with the support queue in ldap_integration.

Scripts

Component type

module

Maintenance status

Development status

Downloads

1545

Component created

Component changed

Scripts is a module that allows you to run cmd line, php scripts or both in different ways. You can set a PHP script that will run on every page load, cron runs or by accessing a menu callback for that script.

Scripts can be used to automate backup, svn updates or anything else in an easy automated way. It also provides an API for modules to extend its functionality. Checkout the readme file for more details.

Drupal 6