Watchman

Component type

module

Maintenance status

Development status

Component created

Component changed

Watchman is configuration management module, aimed at tracking configuration changes on live site.

Features:

  • Menu based configuration watching
  • Multiple log output possible (watchdog, static file)
  • Multiple watching with per watch menu and output (WIP)

Planned:

Routing alter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows developers to alter routes from yaml files.

To alter an existing route a new yaml file should be created in the module's
directory.

Example

If you want to alter the route for the node add page, to change the page title and the permission.

Entityqueue Generate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This small module is created to populate entity queues (created with Entityqueue module) with entities. It could be very helpful on site development process, working on team. Entityqueue Generate modules works in the same way how Nodequeue Generate module works.

The module respects settings of entity queue (entity type, entity bundles, max amount of items in a queue).

Instruction

sqlbuddy

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This module integrates SQLbuddy utility into Drupal for managing a database.
SQL Buddy is an open source web based application written in PHP intended to handle the administration of MySQL and SQLite with the use of a Web browser.

Installation

Download SQLbuddy from http://sqlbuddy.com/
Unpack sqlbuddy.zip to MODULE_PATH/sqlbuddy

Form themer

Component type

module

Maintenance status

Development status

Downloads

746

Component created

Component changed

This module is a helper for customization of forms.

It does nothing that you wouldn't be able to do by yourself in a custom module, but tries to make it easier. It currently provides:

Item session lock API

Component type

module

Categories

Maintenance status

Development status

Downloads

814

Component created

Component changed

An API module that let you lock any resource to a user session.

It can be used to prevent concurrent access to the same resource, prevent editing conflict of entities, and so on, by associating an item identifier with a session identifier.

In it's most basic use, it provides: