ergoserv / redmine-progressive-projects-list

⛏️ Redmine plugin that powers a project list with progress bars for every project and version.
https://ergoserv.github.io/redmine-progressive-projects-list/
MIT License
109 stars 57 forks source link

v2.0.1 does not work with Redmine 3.0.3 #49

Closed Marqin closed 8 years ago

Marqin commented 9 years ago

I've updated Redmine to 3.0.3, and Your plugin to 2.0.1, and it shows "100%" for every project, even if it's not 100%: zrzut ekranu 2015-06-22 o 19 01 20

Marqin commented 9 years ago

It looks like definitions of issues_completed_percent and issues_closed_percent are missing.

Marqin commented 9 years ago

It seem that some files are missing in v2.0.1 .zip archive. Still, after installing from git HEAD it's showing 100% on all projects :disappointed:

Marqin commented 9 years ago

@stgeneral if this can be any help, I found project without closed issues: zrzut ekranu 2015-06-22 o 20 05 10

stgeneral commented 9 years ago

Plugin was tested on Redmine 3.0.1. Did plugin work for you on 3.0.1 or 3.0.2?

Marqin commented 9 years ago

I've updated from 2.6.5 (and plugin v1.1.0), so I don't know.

stgeneral commented 9 years ago

It would be great if you could try it on the 3.0.1 and/or 3.0.2 in order we can localize the problem.

Also, can anybody else confirm any problems with 3.0.2 or 3.0.3?

Marqin commented 9 years ago

If this can help, this is HTML from that "Sender" project progress bar: zrzut ekranu 2015-06-23 o 12 07 28

DavidLBCN commented 9 years ago

I have the same problem. Status bar always shows 100%. I use redmine versión 3.0.3

of10 commented 9 years ago

Same problem for me.

Using plugin version 2.0.1 and Redmine 3.0.3.

sysgloo commented 9 years ago

Same problem =(

Environment: Redmine version 3.0.3.stable.14416 Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux] Rails version 4.2.3 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.9.1

stgeneral commented 9 years ago

Thanks everyone for the confirmation of the problem. Will take a look as soon as have some time.

sysgloo commented 9 years ago

Np! We will wait for the solution of the problem! Thx 4 all

kakawait commented 9 years ago

Same issue on 3.0.4 just FYI

gatewaybeard commented 9 years ago

progress

I am experiencing the same issue. No project has any closed issues No project has any issues over 10%

Environment: Redmine version 3.0.4.stable Ruby version 2.0.0-p645 (2015-04-13) [i686-linux] Rails version 4.2.3 Environment production Database adapter Mysql2 SCM: Subversion 1.8.13 Filesystem
Redmine plugins: progressive_projects_list 2.0.1 redmine_agile 1.3.9

markus-fischbacher commented 9 years ago

Same problem here.

Environment: Redmine version 3.1.0.stable.14506 Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux] Rails version 4.2.3 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.9.1 Filesystem
Redmine plugins: progressive_projects_list 2.0.1

jp-yendo commented 9 years ago

It was confirmed operate in redmine3.1.0. pull request one fix files. Modified files to another has also been requested.

Marqin commented 9 years ago

@jp-yendo do not create pull request for every file. Pull request whole feature-branch - in Your case it would be 1 Pull Request for fixing that bug.

https://help.github.com/articles/using-pull-requests/

jp-yendo commented 9 years ago

sorry... It does not make sense in the just started github.

RayLLer commented 9 years ago

Any advance on this issue

stgeneral commented 8 years ago

Fixed by #55. Thanks everybody for help and @jp-yendo for the fix.