Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#5298 closed enhancement (worksforme)

More time and date detail.

Reported by: benw Owned by: Jonas Borgström
Priority: lowest Milestone:
Component: ticket system Version: 0.10.3
Severity: normal Keywords: ticket date time stamp datetime timestamp history
Cc: gt4329b@…, kirean@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi, we have been using Trac for over a year now and I have always wondered why the original posting views do not show a date and time. Only the change history has this info. Instead of Opened 1 month ago or Opened 9 months ago, why not use the date and time as well as the time passed?

Attachments (1)

show_full_timestamp_r6046.diff (2.9 KB ) - added by morris 17 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Christian Boos, 17 years ago

Resolution: worksforme
Status: newclosed

That information is there… you have to move your mouse over it to see a tooltip appear.

That's not that obvious in 0.10, since you have no visual clue that you'll get the tooltip, but in 0.11, most of the date informations are links (back to the timeline), so you'd expect to get a tooltip.

comment:2 by morris, 17 years ago

Cc: gt4329b@… added
Keywords: ticket datetime timestamp added

I recognize that this is closed, but as there's still interest (on trac-users anyway) for a simple solution to this problem, I've provided a patch (against trunk r6046).

Once applied, add show_full_timestamp = true to the [ticket] section of trac.ini:

[ticket]
; other [ticket] settings...
show_full_timestamp = true

by morris, 17 years ago

comment:3 by anonymous, 15 years ago

Thanks for the patch. This is a non-trivial issue for us. We print tickets out for our histories, and exact dates are needed. the mouse-hover is a generally great solution for 99% of users. We just happen to be regulated, and need to be able to link a change in source, non-source, or a code comment date to an actual ticket change in some cases.

I am going to try it now.

comment:4 by Erik Andersson <kirean@…>, 15 years ago

Cc: kirean@… added

in reply to:  3 ; comment:5 by anonymous, 15 years ago

Replying to anonymous:

Thanks for the patch. This is a non-trivial issue for us. We print tickets out for our histories, and exact dates are needed. the mouse-hover is a generally great solution for 99% of users. We just happen to be regulated, and need to be able to link a change in source, non-source, or a code comment date to an actual ticket change in some cases.

I am going to try it now.

Works great. however, for some reason it breaks batchmodify plugin. Also, only those with TRAC_ADMIN can view tickets when this is enabled (my guess is only those with TICKET_ADMIN actually). Still turns out to be "OK" for my uses. I apply the patch when I need to do my printouts with timestamps. then I removed it for normal use again.

I will try to figure out why in the next few weeks.

in reply to:  5 comment:6 by anonymous, 15 years ago

Replying to anonymous:

Replying to anonymous:

Thanks for the patch. This is a non-trivial issue for us. We print tickets out for our histories, and exact dates are needed. the mouse-hover is a generally great solution for 99% of users. We just happen to be regulated, and need to be able to link a change in source, non-source, or a code comment date to an actual ticket change in some cases.

I am going to try it now.

Works great. however, for some reason it breaks batchmodify plugin. Also, only those with TRAC_ADMIN can view tickets when this is enabled (my guess is only those with TICKET_ADMIN actually). Still turns out to be "OK" for my uses. I apply the patch when I need to do my printouts with timestamps. then I removed it for normal use again.

I will try to figure out why in the next few weeks.

I should note, I pretty much blindly applied this to the latest 0.11 stable branch. at this time 0.11.5 r[8243]

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.