﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
14213	Port to Jinja2 templates	task	1.4	Jun Omae	new	2023-03-08T11:41:50+01:00	2023-03-08T11:41:50+01:00		Jun Omae
13245	"Custom-Field of type ""time"" can't be used for due_date"	defect	1.2	Jun Omae	accepted	2017-07-26T11:48:03+02:00	2023-03-08T11:39:45+01:00	"Hi there,

I'm trying to get the calendar plugin to work together with the new ""time"" Custom-Field which was added in Trac 1.1.1

Unfortunately the calendar plugin seems to expect the Date Fields to have a ""Human-readable"" format. The time fields seem to save their value as Unixtime Integer with Milliseconds Precision. Is there any way to use these fields together with the calendar plugin?"	anonymous
13478	Add a permission policy to allow/deny view of calendars	enhancement	1.0	Jun Omae	new	2018-09-12T15:47:03+02:00	2018-09-12T15:47:03+02:00	"A feature that I'm missing is the possibility to HIDE the calendar tab and prevent some users from viewing the calendars, possibly by setting a custom permission policy (i.e. CALENDAR_VIEW)

Thanks"	federico.destefanis@…
14210	ICS feed endpoint for integration in external calendars	enhancement		Jun Omae	new	2023-03-02T11:53:03+01:00	2023-03-02T11:53:03+01:00	"Users of my trac instance would love to be able to have tickets show up in their calendar applications (e.g. Thunderbird Lightning).

Trac offers an ICS feed of roadmap milestones. However, in our use case this is not feasible: My users don't aggregate tickets in milestones, but spread and shift them all over the place.

Since this plugin already does queries and calendar listing, it would be awesome to get the result not only as a visible calendar, but also as an ICS feed with a fixed URI that can be added to calendar software."	Florian Berger
14214	Static analysis updates	defect		Jun Omae	new	2023-03-09T11:05:14+01:00	2023-03-15T03:53:29+01:00	"Attached an update based on static analysis:
* Added locales: de, fr, nl, sv
* Added a few docstrings to appease pylint
* In web_ui.py, line 317: W4902: Using `deprecated` method getargspec() (!deprecated-method):
 {{{#!python
    if 'db' in inspect.getargspec(Query.execute)[0]:
 }}}
 replace with?:
 {{{#!python
   if 'db' in inspect.getfullargspec(Query.execute)[0]:
 }}}"	figaro
