backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

Adding support to 2.6.3? #1094

Open achiinto opened 9 years ago

achiinto commented 9 years ago

Not sure if it should be failed as issue. Is there any current effort in supporting 2.6.3 Redmine? I noticed major problem with the Jquery version and the incompatibility with JqPlot. Any other issues? Is there any fork to support 2.6.3? What I worry is that the project seems to be lack of activities, wondering how to keep it alive.

stefanvanwouw commented 9 years ago

I got it to work under 2.6.3. The only issue I see is when opening the issue detail window, some "loading..." div keeps floating around, but this does not have anything to do with the redmine backlogs plugin I think.

The key is running it using ruby 1.9.3, and fixing the prawn plugin to version 1.3.0. Hope this helps, see my modification at: https://github.com/stefanvanwouw/redmine_backlogs

phoebusnetto commented 9 years ago

I got the same error. I opened my "Web Browser Console" and saw the origin problem, the jquery.jqplot.js.erb tried to use a $.browser.msie property not found on my Crhome Browser (or something like that). So i edited this javascript file and remove this property.

Voilà! it works fine for me now.