Plugin tools

Component type

module

Maintenance status

Development status

Downloads

1997

Component created

Component changed

Plugin tools is a small developer/administrator utility which allows you to browse the various plugins provided by different modules. This information is normally hidden in the code layer. The aim is to provide some useful, extra tools to developers and interested maintainers.

This may be desirable for several reasons:

  • To see which modules are providing plugins
  • To check and debug plugins during development

The Drupal 7 version of this module works with Chaos Tools plugins. A possible future Drupal 8 version will utilise core plugins.

Movico

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Movico is a framework for helping web developers create well organized Drupal modules and web applications using OOP techniques and the MVC design pattern. Developers can use powerful objected oriented PHP features. Movico allows developers to take more advantage of popular IDE tools for creating better software.

Aegir development Blueprint

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a light touch blueprint for Aegir development.

You will need the following to be able to use this:

Requirements

Usage

First, build yourself a new project using Drush vagrant:

drush -y vb --blueprint=aegir_developer --hosts=0 --project-name=PROJECT-NAME

Then cd to that directory:

Debug Hook Display

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aims to facilitate hook debugging and implementations.
It displays each drupal core hook call on each page loaded.
It's just a proof of concept, and need to be improved :
- only core hook are displayed,
- there are a lot of hook calls on each page, parameters must be added to determine which hook to display to be useful.

Logstash

Component type

module

Maintenance status

Development status

Component created

Component changed

Send watchdog log messages to a Logstash server with UDP or TCP.

When the Logstash server can not be reached, log messages can be buffered in the database until the server is back online.
This prevents losing log messages, which might be critical.

Drucent

Component type

module

Maintenance status

Development status

Component created

Component changed

Drucent is a pre-made Drupal + CentOS development and deployment environment available as a set of setup scripts and also as a complete virtual machine.

It contains several software including Apache, PHP, MySQL, Drupal core and modules to develop and deploy Web sites. It also supports Shibboleth SSO and LDAP authentication, PostgreSQL, and other applications.

Druuid

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

This module provides a field for adding universally unique identifiers (UUID) to Drupal entities, called a DRUUID.

It also lets you choose which type of valid RFC 4211 compliant UUID type you would like use, i.e. v3, v4 or v5.