we had the same problem and just altered web_ui.py to return iso_date only. not so elegant but effective.
/trac/timeline/web_ui.py: 274c274 < return tag.a(iso_date, class_='timeline', --- return tag.a(label or iso_date, class_='timeline', cu christian unger On 14.02.2009, at 20:49, thomas peter wrote: > > ok, thanks. I'll create a ticket as feature request > > On Feb 11, 8:34 am, Noah Kantrowitz <[email protected]> wrote: >> On Feb 10, 2009, at 2:12 AM, thomas peter wrote: >> >> >> >>> Hi, >> >>> I recently upgraded from the fantastic 0.10 to even more fantastic >>> 0.11 (workflow & svn-blame rocks so much) and now all points in time >>> are displayed as relative time (e.g. "Changed 18 hours ago") and not >>> timestamp. The absolute time is displayed in a on-mouse-over field. >> >>> Is there a way to display the absolute timestamps like in 0.10 >>> instead >>> of the relative time period? >> >> No, not without hacking the template a good bit or some very tricky >> match blocks. >> >> --Noah > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
