Modify

Opened 10 years ago

Closed 10 years ago

#11620 closed enhancement (invalid)

Ticket Date in Calendar

Reported by: danieluis@… Owned by: Jun Omae
Priority: normal Component: TicketCalendarPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

Hello,

We've installed your plugin in our trac, but we've seen that the tickets appear in the calendar boxes by created_date or start_date.

It'd be great that the calendar show us the tickets in each datebox relative with due_date datefield. Maybe it's easy to configure, but we don't see where is it.

Thanks for your plugins.

Attachments (0)

Change History (2)

comment:1 Changed 10 years ago by Ryan J Ollos

I tried it and found it works as you are requesting with:

[ticket-custom]
due_date = text
start_date = text

Entries are shown on the calendar for the created, start and due date. I found that closed tickets are not displayed on the calendar.

See TracIni#ticketcalendar-section in your installation for documentation on the options:

first_week_dayThe first day of the week in calendar. If -1, use first week day in user's locale. Otherwise, use the specified number (0 is Monday as the first day of the week).-1
milestone.background-colorThe background color for milestones#c2c2c2
milestone.iconThe icon name in jquery-ui for milestones. See http://jquery-ui.googlecode.com/svn/tags/1.8.21/tests/static/icons.html.ui-icon-flag
ticket.due_dateThe field name for due date of ticketdue_date
ticket.due_date.formatThe format for due date of ticket%Y/%m/%d
ticket.priority.colorComma-separated list of background colors to use for the ticket priorities. It can be specified explicitly pairs of priority name and background color. e.g. blocker:#fa6653, critical:#ffad46, ....#fca89e, #ffad46, #7bd148, #8db3f0, #cca6ac
ticket.start_dateThe field name for start date of ticketstart_date
ticket.start_date.formatThe format for start date of ticket%Y/%m/%d
ticket.type.iconComma-separated list of icon names in jquery-ui to use for ticket types. See http://jquery-ui.googlecode.com/svn/tags/1.8.21/tests/static/icons.html. It can be specified explicitly pairs of ticket type and icon name. e.g. defect:ui-icon-contact, task:ui-icon-lightbulb, ....ui-icon-contact, ui-icon-lightbulb, ui-icon-check, ui-icon-gear, ui-icon-comment

It's a very nice plugin!

Last edited 10 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 10 years ago by Jun Omae

Resolution: invalid
Status: newclosed

Installation issue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.