[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=TicketCalendarPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketCalendarPlugin&owner=jun66j5 new ticket]. == Download == Download the zipped source from [download:ticketcalendarplugin here]. == Source == You can check out TicketCalendarPlugin from [http://trac-hacks.org/svn/ticketcalendarplugin here] using Subversion, or [source:ticketcalendarplugin browse the source] with Trac. == Example == Click ''Ticket Calendar'' menu in main navigation. [[Image(calendar-view.png,width=300)]] [[Image(list-view.png,width=300)]] == Installation == 1. Install the plugin {{{ #!sh $ easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12 }}} 2. Enable the plugin {{{ #!ini ; conf/trac.ini [components] ticketcalendar.* = enabled }}} * for compatibility with data of GanttCalendarPlugin (Not Recommended) if you want to use your data for GanttCalendarPlugin, all users and Trac server should have same timezone. and you have to change your project's trac.ini file. {{{ [ticketcalendar] .... ticket.due_date = due_close ticket.due_date.format = %Y-%m-%d ticket.start_date = due_assign ticket.start_date.format = %Y-%m-%d .... }}} == Tickets == [[TicketQuery(status!=closed&component=TicketCalendarPlugin)]] == [log:ticketcalendarplugin Recent Changes] == [[ChangeLog(ticketcalendarplugin, 3)]] == Author/Contributors == '''Author:''' [http://www.opengroove.com OpenGroove,Inc.] and [http://tracpath.com/ tracpath] [[BR]] '''Maintainer:''' [wiki:jun66j5] [[BR]] '''Contributors:''' Genie