Project

General

Profile

PluginGraphs » History » Version 1

Eric Davis, 2009-03-23 16:58
Adding content from Brad Beattie

1 1 Eric Davis
h1. Graphs Plugin
2
3
This is a plugin for Redmine provides additional graphs for the system. As of the first release, the following graphs are included.
4
5
* Version completion (total issues vs closed issues over time in a single version)
6
* Open aging issues (by creation date and last updated date)
7
* Total issues over time (all issues over time)
8
9
h2. Screenshots
10
11
SCREENSHOTS GOES HERE
12
13
h2. Install
14
15
# Download the archive file and extract it to your vendor/plugins folder. You can also download directly from GitHub using git: @git clone git://github.com/bradbeattie/redmine-graphs-plugin.git vendor/plugins/redmine_graphs@
16
# Follow the Redmine [[Plugins|plugin installation]] steps.
17
18
h2. Upgrade
19
20
h3. Zip file
21
22
# Download the latest release file
23
# Remove the old installation from your vendor/plugins folder
24
# Unzip the file to your Redmine into vendor/plugins
25
# Restart your Redmine instance
26
27
h3. Git
28
29
# Open a shell to your Redmine's vendor/plugins/redmine_graphs folder
30
# Update your git copy with @git pull@
31
# Restart your Redmine instance
32
33
h2. License
34
35
This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.
36
37
h2. News
38
39
* 0.1.0 Release announcement (2009-03-19)