Opened 15 years ago
Closed 15 years ago
#8432 closed defect (fixed)
Revision Log: Show Adds/Deletes TypeError
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.6 |
Component: | version control/log view | Version: | none |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This error is reproducible on http://trac.edgewall.org.
Steps to reproduce:
Open the Revision Log screen
Change mode to "Show only adds and deletes"
Click Update
Error occurs
The error is similar to #5932 but seems different. Potentially a duplicate?
I can also reproduce this error with our internal Trac environment running 0.11.4. Below is the short stack trace from our system
File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/versioncontrol/templates/revisionlog.html", line 142, in <Expression u'dateinfo(change.date)'> <td class="date" py:content="dateinfo(change.date)" /> File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/timeline/web_ui.py", line 236, in dateinfo pretty_timedelta(date), File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/util/datefmt.py", line 71, in pretty_timedelta time1 = to_datetime(time1) File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/util/datefmt.py", line 51, in to_datetime type(t))
Attachments (0)
Change History (6)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Milestone: | → 0.11.6 |
---|---|
Owner: | set to |
Status: | new → assigned |
Ok, toplevel. Will try to reproduce on my teo-mirror, but I guess it must be a changeset without svn:date revprop.
(not for 0.11.5)
comment:3 by , 15 years ago
Looks like just root. I tested trunk and branches and they seem to be working fine.
comment:4 by , 15 years ago
Status: | assigned → new |
---|
It's just for the root.
And "Show only adds and deletes" should really use the cache if available.
comment:5 by , 15 years ago
Milestone: | 0.11.6 → 0.12.1 |
---|
comment:6 by , 15 years ago
Milestone: | 0.12.1 → 0.11.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed by r8400.
Which path?