Giter VIP home page Giter VIP logo

redmine_charts's Introduction

Redmine Charts

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

Instalation

Download the sources and put them to your vendor/plugins folder.

$ cd {REDMINE_ROOT}
$ git clone git://github.com/mszczytowski/redmine_charts.git vendor/plugins/redmine_charts

Install OpenFlashChart plugin.

$ ./script/plugin install git://github.com/pullmonkey/open_flash_chart.git

Migrate database.

$ rake db:migrate:plugins RAILS_ENV=production

Populate tables with old data.

$ rake charts:migrate RAILS_ENV=production

Run Redmine and have a fun!

Troubleshouting

I don't see any data in charts / I don't see my old data in charts

Run migration task "charts:migrate" to populate tables used by plugin with Your old data.

Add permission to Your user.

Translations

  • ja by In Dow
  • pt-br by Enderson Maia
  • nl by onno-schuit
  • en by Maciej Szczytowski and Rocco Stanzione
  • ru by Vadim Kruchkov
  • es by Rafael Lorenzo, José Javier Sianes Ruiz
  • pl by Maciej Szczytowski
  • fr by Yannick Quenec'hdu
  • ko by Ki Won Kim
  • da by Jakob Skjerning
  • de by Bernd Engelsing
  • sv by Martin Bagge

Thanks for the contribution.

Changelog

0.1.1

  • compatible with Redmine 1.1.2
  • Only list active projects, fix from Anton Kravchenko's fork.
  • weeks starts from 0 - yondo
  • support version has no tickets case Anton Kravchenko (author)
  • avoid error kzgs (author)
  • use Version#start_date for start date of burndown chart kzgs (author)
  • fixing bug where the index is not found in range[:keys] from: Michael Co...

0.1.0

  • migration to Redmine 0.9.x
  • new conditions (owners, authors, statuses and projects)
  • conditions in burndown chart
  • multiselection in conditions (#3)
  • new issue chart (#2)
  • issues with closed status are considered as 100% complete (#1)
  • new translations (ko, da, de)
  • new chart - burndown with velocity (#12)
  • support for subissues (#36)
  • saved condition (#24)

0.0.14

  • new translations (fr)

0.0.13

  • bug fixes (#13, #15)
  • saving charts as images (#14)

0.0.12

  • many bug fixes (#6, #7, #8, #9, #10)
  • new conditions (trackers, priorities, versions)
  • pages on deviations chart (#5)
  • hours logged for project and not estimated issues on deviations chart

Screenshots

redmine_charts's People

Contributors

adrianoluis avatar ak avatar brother avatar cforce avatar endersonmaia avatar gabrielbaez avatar idlysphere avatar indication avatar karolhor avatar kzgs avatar mszczytowski avatar onno-schuit avatar spike008t avatar toao avatar wadewomersley avatar xsoldier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

redmine_charts's Issues

NoMethodError under Redmine 1.4.3.stable.9830 (ruby 1.9.3 / rails 1.1.3)

Charts doesn't work anymore after updateing ruby & rails.

It installs fine and shows up, but if I click on charts, I get the following error:
Processing ChartsBurndownController#index (for 188.195.40.54 at 2012-06-17 22:41:42) [GET]
Parameters: {"controller"=>"charts_burndown", "project_id"=>"intern", "action"=>"index"}

NoMethodError (undefined method to_a' for #<Project:0x00000004b11c10>): vendor/plugins/redmine_charts/app/controllers/charts_controller.rb:46:inindex'
internal:prelude:10:in synchronize' public/dispatch.fcgi:24:in

'

Rendering /srv/sh-redmine/public/500.html (500 Internal Server Error)

Any idea how to fix this?
I'd really love to use this plugin again :(

Thanks in advance!

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.