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

mailwire

The mailwire modules wires together any number of mail formatting and sending modules. If you want to use mimemail, maillog and the smtp module in sequence for the same message, mailwire is your friend.

Please note, that mailwire does nothing by itself. It's an API module that serves as registry for all mail modules.

Log entries

Provides a very simple and lightweight 'log entry' entity that can be extended or used by other modules.

Field Group Block

Expose field_group that collected fields to be a block as to display in region.

Dependencies:

richerlayouts

Outline

Richerlayouts is thought to be a package of tools that enable authors to enhance diversity in the look of their content. The first set of modules currently being developed consists of:

GitViewer

Overview

This module provides an additional Node, named Repository.
Adding a path to a git repository, it will allow users with appropriate permissions
to clone repositories via http, download archives, view diffs and commits and browse the repository tree.

After spent hours to get a git viewer working with available drupal modules like versioncontrol_api, we write a new git repository browser.

For HTTP clone support the module use WebDAV and git http-push.
You can set per repository permissions, so only defined users are allowed to clone a repository. Only if Drupal init the repository it controls direct write access to repositories.

Note: We only maintain the 7.x release

Features

  • Supports Geshi Filter for diff output format
  • Create repository for http push/pull and clone with http basic auth
  • Permissions for view diffs, commits, patch, etc ..

Requirements

Configuration

  • Enable WebDAV Apache modules and add a Locationmatch to your conf for git repository folders

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained