Version 12 (modified by 10 years ago) (diff) | ,
---|
Contents
Ticket calendar as box calendar, list and macro in Trac
Description
This plugin provides ticket calendar as box calendar and list view in page and wiki macro. The ticket calendar page can search as the same query page.
Bugs/Feature Requests
Existing bugs and feature requests for TicketCalendarPlugin are here.
If you have any issues, create a new ticket.
defect |
8 / 10 |
||
---|---|---|---|
enhancement |
2 / 4 |
||
task |
1 / 1 |
Download
Download the zipped source from [download:ticketcalendarplugin here].
Source
You can check out TicketCalendarPlugin from here using Subversion, or browse the source with Trac.
Example
Click Ticket Calendar menu in main navigation.
Installation
- Install the plugin:
easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12
- Enable the plugin:
; conf/trac.ini [components] ticketcalendar.* = enabled
- Configuration options can be found on the TracIni#ticketcalendar-section page after installation.
Macro Usage
[[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 query the tickets to display. - The
month
parameter can be specified asYYYY-MM
in only calendar view. The default is current month. - The
duration
parameter can be specified asYYYY-MM-DD/PnD
in only list view. The default is today and 7 days.
Recent Changes
- 18659 by jun66j5 on 2024-10-21 07:10:05
-
ticketcalendar: fix date and datetime picker not working in the filters on Trac 1.2+
- 18653 by jun66j5 on 2024-08-19 06:55:30
-
ticketcalendar: follow-up to r18553, fix incorrect
self
parameter in_to_date()
- 18642 by jun66j5 on 2024-06-06 01:15:30
-
ticketcalendar: invoke
enableFolding()
only for ticketcalendar pages
(more)
Author/Contributors
Author: OpenGroove,Inc. and tracpath
Maintainer: jun66j5
Contributors: Genie
Attachments (2)
- calendar-view.png (55.5 KB) - added by 12 years ago.
- list-view.png (42.4 KB) - added by 12 years ago.
Download all attachments as: .zip