Shepherd

Component type

module

Categories

Maintenance status

Development status

Downloads

530

Component created

Component changed

Shepherd will allow maintainers of multiple websites to view the status of the security updates pending for each website. This alleviates the need to check each site individually for the current update status. When new security updates are released the maintainer will be able to see quickly which sites are affected.

Follow-up

Component type

module

Maintenance status

Development status

Downloads

559

Component created

Component changed

Summary

Follow-up allows you to schedule the creation of nodes, triggered by the creation of a node. That is, it allows you to configure a trigger node type with information on the target nodes and the follow-up schedule, and the module will create a schedule for when the target nodes should be created.

Generic Process API

Component type

module

Categories

Maintenance status

Development status

Downloads

993

Component created

Component changed

Part of Ouch project.

Process API gives a generic way to re-process "dirty" entities (aka new or modified entities since last process).

You can define process on every entity or "related entities package".
Processes can be synchronous or asynchronous relative to entity events.
Processes can be ordered.

Each thread has settings :
- Try process "live"
- Process only once
- Cascade update
- Retroactive process
- Retry management

PubSub

Component type

module

Categories

Maintenance status

Development status

Downloads

620

Component created

Component changed

PubSub provides an API for publishing messages and subscribing to published messages. Additionally, it provides a cascading structure for messages allowing modules to extend PubSub in creative ways.

You publish a message by calling pubsub_publish('your.message', $any, $args, $you, $want). Messages are expanded and sent to all subscribers. For example:

Calling the following method:

pubsub_publish('foo.bar.baz', $arg1, $arg2);

DNS

Component type

module

Categories

Maintenance status

Development status

Downloads

2795

Component created

Component changed

Module to help administer your DNS records in Drupal. Will be built for Drupal 7 using the new entity system.