ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Overdue tasks are not highlighted (Bug #634)
Description
Originaly was found in Redmine, but in ChilliProject's I've found the same code.
In the "application.css" we have a class "issue-overdue":
.version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
but in the "issue.rb" class name is "overdue":
s << ' overdue' if overdue?
History
Updated by Mischa The Evil at 2011-09-21 11:15 pm
Remote issue URL: http://www.redmine.org/issues/9294