Giter VIP home page Giter VIP logo

drakontia / redmine_charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cforce/redmine_charts

10.0 10.0 4.0 1.39 MB

Plugin which integrates with Redmine following charts: burndown, burndown with progress, timeline, ratios of logged hours and issues, deviations of logged hours.

Home Page: http://github.com/drakontia/redmine_charts/

License: MIT License

Ruby 98.67% JavaScript 0.25% Shell 1.08%

redmine_charts's People

Contributors

adrianoluis avatar ak avatar brother avatar cforce avatar cou2jpn avatar drakontia avatar endersonmaia avatar gabrielbaez avatar idlysphere avatar kanterov avatar karolhor avatar kzgs avatar mikoto20000 avatar mszczytowski avatar onno-schuit avatar spike008t avatar toao avatar wadewomersley avatar xsoldier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

redmine_charts's Issues

TypeError (can't convert Array into Hash)

Hello.

I have been trying to get your rm-1.4.x / devel branch working, and have run into a problem:

TypeError (can't convert Array into Hash):
  vendor/plugins/redmine_charts/app/controllers/charts_controller.rb:53:in `merge'
  vendor/plugins/redmine_charts/app/controllers/charts_controller.rb:53:in `index'
  passenger (3.0.12) lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'

At first I thought this would solve the problem, but it does not:

diff --git a/app/controllers/charts_controller.rb b/app/controllers/charts_controller.rb
index dda0438..4a7fcd7 100644
--- a/app/controllers/charts_controller.rb
+++ b/app/controllers/charts_controller.rb
@@ -32,7 +32,7 @@ class ChartsController < ApplicationController
       @grouping_options = Hash.new
     end
 
-    @textconditions_options = []
+    @textconditions_options = Hash.new
 
     unless get_conditions_options.empty?
       @conditions_options = RedmineCharts::ConditionsUtils.to_options(@project, get_conditions_options)

Unfortunately, I am not familiar enough with ruby to diagnose the error :(

If this might be a simple problem, do you think that you could help? if it is a hard problem (like ruby 1.8 compatibility), I understand.

backlogs 0.9.32と一緒に動作しない

Gemがコンフリクトしてbacklogs 0.9.32と一緒に動作しません。
できれば下記の修正をお願いできますか?

よろしくお願いします。

diff --git a/Gemfile.local b/Gemfile.local
index e1eef58..ec71d80 100644
--- a/Gemfile.local
+++ b/Gemfile.local
@@ -8,22 +8,22 @@ RAILS_VERSION_IS_3 = rails3 =~ deps['rails']

 gem 'jeweler'
 if RAILS_VERSION_IS_3
-  gem 'capybara', '2.0.0'
-  gem "rspec"
-  gem "rspec-rails"
+  gem 'capybara'
+  gem "rspec", "~> 2.11.0"
+  gem "rspec-rails", "~> 2.11.0"
 else
   gem 'capybara', '~> 1'
   gem "rspec", "=1.3.1"
   gem "rspec-rails", "=1.3.3"
 end
 platforms :mri_19, :mingw_19 do
-  gem "simplecov"
+  gem "simplecov", "~> 0.6"
   gem "simplecov-rcov"
 end
 platforms :mri_18, :mingw_18 do
   gem "rcov", "=0.9.11"
 end
-gem 'timecop'
+gem 'timecop', "~> 0.3.5"
 gem "spork"
 gem 'guard'
 gem 'guard-rspec'

Porting from prototype.js to jQuery

in _filter.html.erb

Element.show/hide method is only worked in prototype.js.
I should change the method that can be worked in jQuery.

Maybe, that's "$(id).show" and "$(id).hide".

not work on redmine 2.3.2

I installed ok, but when I click to the charts page in the project, there is internal eror, my env. is bitnami-redmine 2.3.2

My installation step is below:

1.\BitNami\redmine-2.3.2-0\apps\redmine\htdocs>git clone https://github.com/kloc
hner/open_flash_chart.git
Cloning into 'open_flash_chart'...
2.copy \apps\redmine\htdocs\plugins\open_flash_chart\assets* to apps\redmine\htdocs\public\plugin_assets\open_flash_chart
3.git clone redmine_charts into plugins directory
4.migrate
5.restart redmine

Compatibility between jQuery and prototype.js

The problem about jQuery was fixed already.
But, this plugin become to support only Redmine 2.1.
Keeping compatibility causes complex coding. Though, the user don't need choosing branches.
If I can try it, I want to do it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.