﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
7774	TracLink to Milestone wiki page	enhancement	0.11	Terry Brown	new	2010-10-05T11:21:39+02:00	2010-10-05T11:21:39+02:00	"For my purpose it was necessery to link to the milestone wiki page. Therefore I extend the Macro:

{{{
61c61
<                 dt = "" '''%s'''"" % name
---
>               dt = "" '''[milestone:\""%s\""]'''"" % name
71c71
<                 dt = '||%s||%s||%d||%d||%s||%s||' % (name, dd, dl, dp, dc, descrip)
---
>                 dt = '||[milestone:\""%s\""]||%s||%d||%d||%s||%s||' % (name, dd, dl, dp, dc, descrip)
}}}


Check if it is needed"	stefan.meissner@…
12337	Plugin has no license	task		Terry Brown	new	2015-05-16T10:00:05+02:00	2015-06-03T21:44:19+02:00	"The plugin currently does not indicate a license. Would you kindly add one? Suggested changes can be found in DevGuide#License.
"	figaro
3964	Option to exclude completed milestones	enhancement	0.11	Terry Brown	new	2008-10-22T13:22:53+02:00	2010-01-22T04:26:03+01:00	"It would be nice to have the ability to only include upcoming milestones (optionally due within a timeframe) using something like:

[[MilestoneCompact(table, due)]]

This would show all incomplete milestones.

[[MilestoneCompact(table, due, 60)]]

This would show incomplete milestones due within the next 60 days.

We use this with the newsflash macro to highlight upcoming milestones within a box.  It's a useful summary for managers.
"	paresh.solanki@…
5935	List of possible enhancements	enhancement	0.11	Terry Brown	new	2009-10-06T15:24:39+02:00	2009-10-06T15:24:39+02:00	"Hi, I just installed and tested the plugin and have a few suggestions:
 * Table layout is broken by milestone descriptions. I have a description with some newlines and a list in it, and only the first line is printed inside the table. The rest is printed outside of the table, and a new table is printed for the next milestone.
 * Empty due dates are interpreted as timestamp `0` and presented as ""Jan 01, 1970""
 * In the standard (non-table) layout, the description is indented to the right. This indentation breaks after a newline or paragraph.
 * I'd like to specify the order in which the milestones are presented (I want the newest on top)
 * I think there should be links to each individual milestone, perhaps together with the ticket overview that trac prints in the /milestone/ module.

I'd love to help test any new version!

Regards,
Jeroen"	anonymous
