Project

General

Profile

PluginGraphs » History » Version 5

Benoit Pothier, 2012-01-21 17:21

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 2 Eric Davis
!open-aging-issues_thumb.png!:/attachments/1736/open-aging-issues.png
12
13
!total-issues-over-time_thumb.png!:http://www.redmine.org/attachments/1737/total-issues-over-time.png
14
15
!version-completion_thumb.png!:http://www.redmine.org/attachments/1738/version-completion.png
16 1 Eric Davis
17
h2. Install
18
19 4 Benoit Pothier
# Download directly from GitHub using git: @git clone git://github.com/bradbeattie/redmine-graphs-plugin.git vendor/plugins/redmine_graphs@ 
20 1 Eric Davis
# Follow the Redmine [[Plugins|plugin installation]] steps.
21 4 Benoit Pothier
22 5 Benoit Pothier
23 4 Benoit Pothier
h3. Older versions:
24 5 Benoit Pothier
25 4 Benoit Pothier
* Download the archive file and extract it to your vendor/plugins folder. 
26
* A version for redmine 0.8 is available from @git://github.com/kolewu/redmine-graphs-plugin.git@)
27 5 Benoit Pothier
28 1 Eric Davis
29
h2. Upgrade
30
31
h3. Zip file
32
33
# Download the latest release file
34
# Remove the old installation from your vendor/plugins folder
35
# Unzip the file to your Redmine into vendor/plugins
36
# Restart your Redmine instance
37
38
h3. Git
39
40
# Open a shell to your Redmine's vendor/plugins/redmine_graphs folder
41
# Update your git copy with @git pull@
42
# Restart your Redmine instance
43
44
h2. License
45
46
This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.
47
48
h2. News
49
50
* 0.1.0 Release announcement (2009-03-19)
51 3 Uwe Koloska
* a version compatible with redmine 0.8 is available on github (2009-06-14)