wiki:TicketCalendarPlugin

Version 7 (modified by Genie, 11 years ago) (diff)

--

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.

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

  1. Install the plugin
    $ easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12
    
  2. Enable the plugin
    ; conf/trac.ini
    [components]
    ticketcalendar.* = enabled
    

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

#13245
Custom-Field of type "time" can't be used for due_date
#13478
Add a permission policy to allow/deny view of calendars
#14210
ICS feed endpoint for integration in external calendars
#14214
Static analysis updates
#14338
Unable to use custom field as start_date and due_date

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: jun66j5
Contributors: Genie

Attachments (2)

Download all attachments as: .zip