GitStage

Component type

module

Maintenance status

Development status

Component created

Component changed

GitStage is a project management module for managing multiple developers on a single server via git. It provides a UI for pulling/pushing code, db, and files between instances on the server. For example pushing DEV instance to STAGING or syncing the LIVE database to BOB's instance.

Meetup

Component type

module

Maintenance status

Development status

Component created

Component changed

Welcome to the Meetup module's sandbox!

Right now, this is in development, and so this page is kind of a dump of what I already was thinking about. It will be improved later.

In short, the initial version will provide some blocks and some Views integration. And it may provide the former via the latter.

Things to think about:

Google Docs Viewer module

Component type

module

Maintenance status

Development status

Component created

Component changed

Very simple drupal module, it adds a formatter for CCK Filefield that can be used to render Google's Document Viewer in an iframe.
Added to gitHub after reading this post: http://tinyurl.com/4hnuutj then moved to drupal.org after the great cvs->git migration.
As planned by the original author, admin functions must be added to complete the module.

Git Hook

Component type

module

Categories

Maintenance status

Development status

Downloads

704

Component created

Component changed

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.

simpleSAMLphp Authentication

Component type

module

Maintenance status

Development status

Downloads

49318

Component created

Component changed

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).

Require translation

Component type

module

Maintenance status

Development status

Downloads

370

Component created

Component changed

The module adds "Translation required" to the administer node content page (admin/content/node) filter options. This enables editors to mark nodes that needs translation, so translators easy can get a overview of these nodes.

The require translation option is available on the node edit form for nodes that support translation.

Requirements

The module requires that the Drupal core translation module is enabled.

Twitter Blocks

Component type

module

Maintenance status

Development status

Component created

Component changed

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