Contents
Ticket calendar as box calendar, list and macro in Trac
Description
This plugin provides a ticket calendar: tickets are shown in a calendar, where they can be shown in both a calendar view (or box view) and a list view. The ticket calendar page can be searched similar to a wiki page.
Click Ticket Calendar menu in the main navigation bar to show the calendar and associated start and due dates for tickets:
The calendar can also be displayed in a list view:
This plugin can be added to your wiki page as follows:
[[TicketCalendar(type=box, query=status!=closed, month=2013-05)]]
[[TicketCalendar(type=list, query=status!=closed, duration=2013-05-16/P7D)]]
- The
type
parameter determines how the tickets and milestones are presented:box
: display in calendar view (default)list
: display in list view
- The
query
parameter is used to filter the tickets to display. - The
month
parameter can be specified asYYYY-MM
and applies to the calendar view only. The default is current month. - The
duration
parameter can be specified asYYYY-MM-DD/PnD
and applies to the list view only. The default is today and 7 days.
Bugs/Feature Requests
Existing bugs and feature requests for TicketCalendarPlugin are here.
If you have any issues, create a new ticket.
defect |
7 / 9 |
||
---|---|---|---|
enhancement |
2 / 4 |
||
task |
0 / 1 |
Download
Download the zipped source from here.
Source
You can check out TicketCalendarPlugin from here using Subversion, or browse the source with Trac.
Installation
- Install the plugin:
easy_install https://trac-hacks.org/svn/ticketcalendarplugin/0.12
- Enable the plugin in your
trac.ini
file:[components] ticketcalendar.* = enabled
- Configuration options can be found on the TracIni#ticketcalendar-section page after installation.
Recent Changes
- 18522 by jun66j5 on 2023-03-15 02:53:27
-
ticketcalendar: add message catalogs for de, fr, nl and sv locales (refs #14214)
- 17361 by jun66j5 on 2019-04-15 10:19:33
-
ticketcalendar: revise URL for jquery-ui icons
- 16365 by jun66j5 on 2017-03-22 04:16:52
-
ticketcalendar: improve performance of view if created tickets are too many
(more)
Author/Contributors
Author: OpenGroove,Inc. and tracpath
Maintainer: Jun Omae
Contributors: Genie
Attachments (2)
- calendar-view.png (55.5 KB) - added by 10 years ago.
- list-view.png (42.4 KB) - added by 10 years ago.
Download all attachments as: .zip