Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9010 closed defect (fixed)

TracIni help wiki page incorrectly states syntax for the query_args option under milestone-groups

Reported by: Oleg Frantsuzov <franoleg@…> Owned by: Oleg Frantsuzov <franoleg@…>
Priority: normal Milestone: 0.12
Component: wiki system Version: 0.12dev
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I first tried to create custom milestone groups, I started by copying and pasting this example from TracIni:

closed = closed
# sequence number in the progress bar
closed.order = 0
# optional extra param for the query (two additional columns: created and modified and sort on created)
group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime
# indicates groups that count for overall completion 
closed.overall_completion = truepercentage

However, instead of modifying the “closed tickets” group query, a new group called “group” appeared.

In fact, the line next to “optional extra param” in this example should obviously begin with closed.query_args=.

Attachments (1)

TracIni.patch (778 bytes ) - added by Oleg Frantsuzov <franoleg@…> 14 years ago.
Patch to fix the described mistake in TracIni (trunk)

Download all attachments as: .zip

Change History (3)

by Oleg Frantsuzov <franoleg@…>, 14 years ago

Attachment: TracIni.patch added

Patch to fix the described mistake in TracIni (trunk)

comment:1 by Remy Blank, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in TracIni@166. Thanks!

comment:2 by Remy Blank, 14 years ago

Milestone: 0.12
Owner: set to Oleg Frantsuzov <franoleg@…>

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Oleg Frantsuzov <franoleg@…>.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Oleg Frantsuzov <franoleg@…> to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.