Menu

Commit [r6011]  Maximize  Restore  History

The default setup for the milestone group stat providers can accomodate any number of states by having a ''closed'' group grouping the closed tickets and another group for all the others. This fixes #5572.

In addition, it is also now quite easy to customize the groups via the trac.ini file. For example:
{{{
[milestone-groups]
closed = closed
closed.order = 0
closed.query_args = group=resolution
closed.overall_completion = true

active = *
active.order = 1
active.css_class = open

new = new,reopened
new.order = 2
}}}

cboos 2007-09-14

changed /trunk/trac/htdocs/css/roadmap.css
changed /trunk/trac/templates/macros.html
changed /trunk/trac/ticket/roadmap.py
changed /trunk/trac/ticket/tests/roadmap.py
changed /trunk/trac/ticket/workflows/basic-workflow.ini
/trunk/trac/htdocs/css/roadmap.css Diff Switch to side-by-side view
Loading...
/trunk/trac/templates/macros.html Diff Switch to side-by-side view
Loading...
/trunk/trac/ticket/roadmap.py Diff Switch to side-by-side view
Loading...
/trunk/trac/ticket/tests/roadmap.py Diff Switch to side-by-side view
Loading...
/trunk/trac/ticket/workflows/basic-workflow.ini Diff Switch to side-by-side view
Loading...