This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Sun Jan 25 07:33:14 -0800 2009 | |
| |
app/ | Mon Feb 09 20:15:48 -0800 2009 | |
| |
assets/ | Sun Jan 25 07:27:34 -0800 2009 | |
| |
init.rb | Sun Jan 25 07:27:34 -0800 2009 | |
| |
lang/ | Mon Feb 09 20:15:48 -0800 2009 | |
| |
lib/ | Mon Feb 09 20:12:14 -0800 2009 | |
| |
routes.rb | Sun Jan 25 07:27:34 -0800 2009 | |
| |
test/ | Sun Jan 25 07:27:34 -0800 2009 |
README.markdown
Redmine Burndowns
Introduction
This plugin adds a 'Burndown' tab to your Project Menu for any Project with the 'Burndowns' module enabled (Settings>Modules).
This tab will show the Burndown chart for the current Sprint (cough Version cough), and also give a sidebar listing of all previous Sprints to see their Burndown chart as well. The Burndown Chart shows the current work remaining in red and an ideal trend line in grey.
Installation
The Redmine Burndowns plugin depends on the excellent googlecharts gems by Matt Aimonetti. This can be installed with:
sudo gem install mattetti-googlecharts --source=http://gems.github.com
If you'd like, you may also unpack the gem into your Redmine deploy by adding the following to your environment.rb file:
config.gem 'mattetti-googlecharts', :lib => 'gchart', :version => ">=1.3.6"
and then running:
rake gems:unpack
Copyright (c) 2009 Scrum Alliance, released under the MIT license.
Authored by:







