This plugin provides instances of Redmine a method with additional graphs.
Go to file
2014-01-25 23:53:52 +01:00
app updated for redmine 2.0 and added a graph for open/closed bugs in project 2012-08-01 14:25:16 +02:00
assets/stylesheets updated for redmine 2.0 and added a graph for open/closed bugs in project 2012-08-01 14:25:16 +02:00
config Merge remote branch 'kowelu/missing-routes' 2012-09-05 10:55:08 +09:00
lib Bugfix: In redmine 2.3.1.stable, the path to the svg file was absolute but didn't include the path to redmine's root. This meant one would get "/graphs/target-version/1" instead of "/redmine/graphs/target-version/1". This commit fixes the bug by prepending Redmine::Utils.relative_url_root . 2014-01-25 23:53:52 +01:00
test Fixing file permissions 2009-04-13 11:33:56 -07:00
GPL.txt Fixing file permissions 2009-04-13 11:33:56 -07:00
init.rb Fixing file permissions 2009-04-13 11:33:56 -07:00
LICENSE.txt Fixing file permissions 2009-04-13 11:33:56 -07:00
README.rdoc Add how to use on README 2012-09-05 11:27:07 +09:00

= graphs

This plugin provides instances of Redmine a method with additional graphs.

Created by Gossamer Threads Inc. (http://www.gossamer-threads.com)
Primary developer: Brad Beattie

== How to use

Only tested on Redmine 2.0.3 and Ruby 1.9.3. 
NOTE: Redmine 2.0.3 has compatibility issue with Ruby 1.9.x. Please see {Defect #11290: ParseDate missing in Ruby 1.9x - Redmine}[http://www.redmine.org/issues/11290].

  $ cd /path/to/redmine/plugins
  $ git clone git://github.com/dmp/redmine-graphs-plugin.git redmine_graphs
  $ rake redmine:plugins:migrate RAILS_ENV=production 

Then restart redmine.