redmine_version_burndown_charts icon indicating copy to clipboard operation
redmine_version_burndown_charts copied to clipboard

Redmine 2 support

Open mspicer opened this issue 13 years ago • 4 comments
trafficstars

What needs to be done to bring this to the new version?

mspicer avatar Aug 07 '12 09:08 mspicer

Hi, I am getting error ActionController::RoutingError No route matches. I have upgraded my Redmine version to Redmine 2. Please give me the suggestions what i have to do. Please give me the reply ASAP.

Thanks

sreekanthg avatar Aug 13 '12 13:08 sreekanthg

You need to add a route.rb in plugin/config with this line: match 'version_burndown_charts' => 'version_burndown_charts#index'

But there are many other issues regarding 2.2.x support. I'm not sure if this plugin could be easily migrated to Redmine 2.2.x.

CodeInsider avatar Feb 07 '13 15:02 CodeInsider

I have done the upgrade. Submitting a pull request now. :)

scottjones avatar Apr 10 '13 06:04 scottjones

Shoot, I may have branched off the wrong repository -- my code is here. What do you think? https://github.com/vnc-biz/redmine-plugin-version-burndown-charts/pull/1

scottjones avatar Apr 10 '13 06:04 scottjones