Skip to content

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

License

Notifications You must be signed in to change notification settings

Open-Wide/redmine_charts2

This branch is 2 commits behind pharmazone/redmine_charts2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b47bfb1 · Sep 30, 2013
Apr 18, 2013
Apr 1, 2010
Sep 30, 2013
May 22, 2010
Jan 5, 2013
Feb 4, 2012
Apr 1, 2010
Apr 1, 2010
Sep 30, 2013
Apr 1, 2010
Dec 9, 2012
Dec 9, 2012
Apr 1, 2010

Repository files navigation

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.

For Redmine 2.0.x

$ cd {REDMINE_ROOT}
$ git clone git://github.com/pharmazone/redmine_charts2 plugins/redmine_charts2

For Redmine 2.1.x - 2.3.x

$ cd {REDMINE_ROOT}
$ git clone git://github.com/pharmazone/redmine_charts2 plugins/redmine_charts2
$ cd plugins/redmine_charts2
$ git checkout redmine21

Install OpenFlashChart plugin.

$ cd {REDMINE_ROOT}
$ git clone git://github.com/pullmonkey/open_flash_chart.git plugins/open_flash_chart

Copy OpenFlashChart's assests.

$ cd {REDMINE_ROOT}
$ cp -r plugins/open_flash_chart/assets public/plugin_assets/open_flash_chart

Migrate database.

$ rake redmine:plugins RAILS_ENV=production

Run Redmine and have a fun!

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 and AlexStein
  • 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
  • bg by Ivan Cenov

Thanks for the contribution.

Changelog

2.1

  • compatible with Redmine 2.1

2.0

  • compatible with Redmine 2.0.3

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published