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

Subscriptions for Referenced Users

A little plugin into the Subscriptions framework.

Developers (or anyone via a variable_set, and soon administrators through the UI) can use this module to do either or both of these things when a post is published:

  • Subscribe users who are referenced in a userreference field.
  • Subscribe all authors of nodes belonging to a referenced taxonomy term.

The term reference part can automatically subcribe users to updates on a node if they have authored content in a taxonomy term that is referenced via a taxonomy term reference field.

The user reference part can automatically subscribe users who are in a References module user reference field.

Currently, what field instance this applies to needs to be set as a variable holding an array with one or more arrays with the keys entity type, bundle, and field name. Soon, which field instances trigger this will be configurable by the administrator in the user interface courtesy a separate UI module.

To configure in code, an update hook such as the following will work:

<?php
function hook_update_7001() {
variable_set('subscriptions_referencedusers_term', array(array('entity_type' => 'node', 'bundle' => 'case_presentation', 'field_name' => 'field_expertgroup')));

MTG Card Popup

Allows you to have Magic the Gathering card images as popups for card links.

It is implemented as a text format filter.

Math

My first module for Drupal 7. Still in development:)

Math module provides simple functions like counting the pi-number, factorial and others.

Server indicator

Allow administrator to assign different server names to same drupal instance based on server location.

Active Access

First idea. Allow google plus like access control via Active Tag like audience fields

kanban

This module is providing possibilities to create issue workflows in a kanban style (see below) primary with a logic of processes (kanban swimlane), steps (slots in a swimlane) and tasks (kanban cards).

This basic data structure are handled with node types connected with entity references. So they can easily be connected to other drupal technologies especially Organic Groups (OG) to use kanban in intranet and team communication. The development is currently focused on organic groups. But it should work without this.

Please help testing and use issues for feedback, bugs and feature requests.

Current state of this module

At time there are only basic features available to connect steps with processes and tasks with steps.
There are special links on provided task/step lists to trigger a rule for change the task-step relation. This change is done immediately if the related process confirmation and no WIP Limit (max tasks in step) will stop this. In future there will be some more possibilities to control this with some rules conditions. Currently the user connections can only be done manually. That will change in future as well as realize more activity complexity, time tracking and logging.

Future plans including other modules:

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained