Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Advanced Node Delete

The perpouse of this module is to provide with an interface for deleting nodes in an easy way, i tested other modules but don't do what i need.

Log entries

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

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

Registry

Registry is a developer API only. This module has no end-user functionality.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools