Case Tracker Feeds Integration

Component type

module

Maintenance status

Development status

Downloads

1038

Component created

Component changed

This module is currently in alpha. Use at your own risk.

Case Tracker is an excellent and extensible project management module that is notably a core component of Open Atrium. With the help of the Feeds module, we can now share cases across multiple sites.

Original feature request issue: http://drupal.org/node/826490

DNS Zone API

Component type

module

Maintenance status

Development status

Component created

Component changed

An API for maintaining DNS Zone Files as Drupal nodes with fields in D6 and entities and fields in D7.

Output for BIND format presently, but additional formats may be added (sub-modules welcome!)

Not appropriate for dynamically updated zones.

Sub-modules included

  • DNS Zone API UI - A User Interface for creating, editing, and maintaining Zone Files
  • BIND Output - A module to write the zone files out to BIND format files
  • EazyZone - Restricted user input for zone files

dnszonefile_api

Backup and migrate prune

Component type

module

Maintenance status

Development status

Downloads

8058

Component created

Component changed

This module provides a way to maintain the size of your backups under control.

Overview

Backing up with Backup and Migrate is great, but it can build up a huge amount of data rapidly.

Backup and Migrate Prune aims to solve this problem. The approach taken is simple.

Punchclock

Component type

module

Maintenance status

Development status

Downloads

3546

Component created

Component changed

Simple timeclock or time management module. Punch in under a project code, clock out with a short description of what you did - creates a node called a shift which you can later edit. Two basic views included, one that shows a list of everyone logged in - the other a list of all recent shifts, with exposed filters for project code, employee first and last names, and start and end times.

Two blocks are also included - one that allows the punch in/punch out, the other a view of everyone punched in. Two Roles also included - Employee and Supervisor.

Storm OHM

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Storm Organization holiday manager

This module adds a content type called "Storm Holiday" . This could be used to create custom holidays. If Storm Holidays (one of the modules in Storm Contrib project) is enabled then "Organization Holiday Manager" is available in the country list. All the "Storm Holiday" nodes that matches current year would be listed if "Organization Holiday Manager" is selected and saved.

Synchro

Component type

module

Maintenance status

Development status

Component created

Component changed

SUMMARY

Synchro module (for Drupal 7) allow make deploy database changes to Production server on automatic way through Apache Ant.

  1. Deployment process splits to 3 steps:
  2. Move all data changes of Production site DB to Development site DB and put Production to maintenance mode.
  3. Final testing of Development site with actual data.
  4. Deploy tested database to production.

NOTE: Now supported only MySQL DB