Project

General

Profile

Plugins Directory » Milestones

Author: Redmine CRM
Website: http://redminecrm.com
Code repository: git://github.com/k41n/redmine_milestones.git
Registered on: 2012-07-18 (almost 12 years ago)
Current version: 1.0.0
Compatible with: Redmine 1.3.x, 1.4.x, 2.0.x, 2.1.x
User ratings:   (0)

This plugin adds milestone entity in Redmine (http://www.redmine.org/).

Milestones can be created either inside versions or connected to project itself.

Milestones have actual/planned start and due dates. Actual dates are calculated based on
issues connected to milestones.

Milestones can be hierarchically included one into other, thus making possible to create aggregate milestones, joining
submilestones and issues from different projects.

Installation notes

This version has been tested with redmine branches 1.3 and 1.4 as far as with MySQL and PostgresSQL RDBMS.

Clone repository into vendor/plugins:

$ cd <your redmine root directory>
$ git clone git://github.com/k41n/redmine_milestones.git vendor/plugin/redmine_milestones

Run migrations

Before this step make sure there is no table named milestones in your database.

$ RAILS_ENV=production rake db:migrate:plugin NAME=redmine_milestones

Login into Redmine, enable plugin on project plugins page and enjoy.

Changelog

1.0.0 (2012-07-18)

Compatible with Redmine 1.3.x, 1.4.x, 2.0.x, 2.1.x.

Added branch for redmine-2.x and Rails 3.2.6

As requested, I am adding more screenshots.

Снимок-Roadmap - Project2 - RedmineCRM demo - Google Chrome.png (202 KB) Снимок-Roadmap - Project2 - RedmineCRM demo - Google Chrome.png Redmine CRM, 2012-07-18 20:59
milestones1.png (164 KB) milestones1.png Report by milestone Redmine CRM, 2012-07-23 12:59
milestones2.png (71.7 KB) milestones2.png Confirmation on date change Redmine CRM, 2012-07-23 12:59
milestones3.png (39 KB) milestones3.png Edit milestone Redmine CRM, 2012-07-23 12:59