mbasset / project_overview

Adds a new project overview page to redmine 2+.
MIT License
13 stars 9 forks source link

No projects in Projects overview after install #13

Open kraklin opened 11 years ago

kraklin commented 11 years ago

Hi,

I tried to install the plugin, but it shows me only some people in Team tab but in projects tab there is nothing :/ Any hint/help how can I get there some project?

Environment: Redmine version 2.3.1.stable.11984 Ruby version 1.8.7 (i486-linux) Rails version 3.2.13 Environment production Database adapter PostgreSQL Redmine plugins: project_overview 1.1.0 redmine_contacts 3.2.4-light

mbasset commented 11 years ago

I see there that your ruby version is Ruby version 1.8.7. That could be your issue. Try using 1.9.2 if you can. Also try the master branch. It should have some fixes as well. I mean to have a new release soon.

ianherbert commented 11 years ago

Hey Matthew,

Thanks for the great plugin, we desperately need something like this.

I'm have the same problem as kraklin, no projects are appearing under the project tab, but users assigned tasks do appear.

I thought maybe it had something to do with how my versions are setup or having due dates somewhere possibly?

We are running from the master branch with Ruby 1.9.2.

Thanks Ian

ianherbert commented 11 years ago

Ah sorry... It was indeed due to the due date for my versions being in the past!

Maybe it's something to look into, I'm sure there are often projects that creep past the due date...

mbasset commented 11 years ago

Hi Ian,

Great to hear that the plugin is useful to you. Definitely open to suggestions + pull requests. I know what you mean about projects that creep past due dates. Maybe there could be an option for something like a grace period for projects.

ianherbert commented 11 years ago

Yeah I'll see what I can do with regards to updating the code when I have a moment.

There could be a user defined grace period, or maybe if a project goes past the due date, the project is shown as disabled but still visible, so the user needs to enter a new due date, but then it should indicate to the user that they need to re-evaluate the deadlines for the outstanding tasks in that project.

tzieleniewski commented 10 years ago

Hi,

I've encountered the same issue. It seems that plugin has A problem with a stale project classification. When I disabled "stale" option, projects started to be displayed. Verified on two Redmine versions.

Kind regards, Tomasz

Environment: Redmine version 2.3.4.stable.13182 Ruby version 1.9.3-p194 (2012-04-20) [x86_64-linux] Rails version 3.2.13 Environment: Redmine version 2.4.5.stable.13171 Ruby version 1.9.3-p194 (2012-04-20) [x86_64-linux] Rails version 3.2.18

mbasset commented 10 years ago

Does someone have time to create a patch for this and I can pull it in.