wiki:UpcomingMilestonesChartMacro

Version 1 (modified by falkb, 11 years ago) (diff)

New hack UpcomingMilestonesChartMacro, created by falkb

Chart Of Upcoming Milestones Macro

Description

It is very useful to get a short survey about all milestone dates in Trac instances with many milestones, especially because of many projects. This macro automatically generates such chart.

You may put in a news box. Overdue dates can be displayed colored. The milestone chart is sorted by date. You can set a filter which milestones are displayed by setting an SQL-like pattern.

Bugs/Feature Requests

Existing bugs and feature requests for UpcomingMilestonesChartMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:upcomingmilestoneschartmacro here].

Source

You can check out UpcomingMilestonesChartMacro from here using Subversion, or browse the source with Trac.

Example

You can see here how to use this macro:

[[UpcomingMilestonesChart(%-%,10,Next Milestone Dates,yellow)]]

The example sets

  • an SQL filter pattern %-% means here only to display milestones containing a minus in the middle of the name
  • a maximum of 10 milestones
  • a title
  • the color of overdue milestones

It is displayed then as

based on these milestones:

Recent Changes

18188 by Cinc-th on 2021-04-11 07:22:57
UpcomingMilestonesChartMacro: simplify imports by unifying different codepath for Python 2/3 for !StringIO.
18159 by Cinc-th on 2021-04-07 19:30:49
UpcomingMilestonesChartMacro: Python 3 import error fix for !StringIO.
16990 by rjollos on 2017-11-18 10:31:28
Add metadata
(more)

Author/Contributors

Author: falkb
Maintainer: falkb
Contributors:

Attachments (2)

Download all attachments as: .zip