wiki:TicketCalendarPlugin

Version 15 (modified by figaro, 8 years ago) (diff)

Cosmetic changes

Ticket calendar as box calendar, list and macro in Trac

Description

This plugin provides a ticket calendar as a box calendar and list view in page and wiki macro. The ticket calendar page can be searched similar to a wiki page. For examples, see below.

Bugs/Feature Requests

Existing bugs and feature requests for TicketCalendarPlugin are here.

If you have any issues, create a new ticket.

defect

7 / 10

enhancement

2 / 4

task

1 / 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

General instructions on installing Trac plugins can be found on the TracPlugins page.

Example

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:

Installation

  1. Install the plugin:
    easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12
    
  2. Enable the plugin in your trac.ini file:
    [components]
    ticketcalendar.* = enabled
    
  3. Configuration options can be found on the TracIni#ticketcalendar-section page after installation.

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 as YYYY-MM in only calendar view. The default is current month.
  • The duration parameter can be specified as YYYY-MM-DD/PnD in only list view. The default is today and 7 days.

Recent Changes

18554 by jun66j5 on 2023-10-11 12:46:13
ticketcalendar: enable [bdist_wheel] universal option
18553 by jun66j5 on 2023-10-11 08:18:29
ticketcalendar: make compatible with Trac 1.6 and Python 3
18552 by jun66j5 on 2023-10-11 07:42:51
ticketcalendar: make compatible with Trac 1.4
(more)

Author/Contributors

Author: OpenGroove,Inc. and tracpath
Maintainer: Jun Omae
Contributors: Genie

Attachments (2)

Download all attachments as: .zip