Edgewall Software
Modify

Ticket #8434 (closed defect: worksforme)

Opened 3 years ago

Last modified 22 months ago

Show useful dates

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version: none
Severity: normal Keywords: needinfo
Cc:
Release Notes:
API Changes:

Description

If I look at the timeline, it shows the dates in approximate time such as "2 months ago".

This seems strange, as it obscures the information I really need and takes extra work to do. How do I disable this "feature"?

Attachments

Change History

comment:1 Changed 3 years ago by cboos

The timeline doesn't show the approximate dates. In other places yes, but not in the Timeline. Care to provide a snapshot?

comment:2 Changed 3 years ago by ebray

What cboos said. Also, I would characterize the approximate dates as "useful", so please be careful when using such subjective terms ;)

comment:3 Changed 2 years ago by anonymous

I am also looking to change this feature. I'm trying to generate printable reports for my boss. When the reports are printed everything looks great accept the "5 weeks ago" for a date. I should probably create a new ticket but I'd also like to be able to add the ticket change history and comments to a report.

comment:4 Changed 2 years ago by cboos

  • Keywords needinfo added

comment:5 Changed 2 years ago by cboos

  • Resolution set to worksforme
  • Status changed from new to closed

No feedback, closing.

comment:6 Changed 22 months ago by chriz28 [at] gmail [dot] com

Just hover over the date and you'll see the exact date as a tool tip. If you want to have it in the link text, too, put the following into your template ($TRACENV/templates/site.html):

<a py:match="a[@class='timeline']" py:attrs="select('@*')">
  ${select('.')} (${select('@title').render()[0:10]})
</a>

Note: This works only if you have a Genshi-based Trac (>=0.11).

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from (none). Next status will be 'closed'
Author


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

 
Note: See TracTickets for help on using tickets.