Edgewall Software

Ticket #2906 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

clicking timeline changeset link errors

Reported by: tscanlan@… Owned by: athomas
Priority: normal Milestone:
Component: version control/changeset view Version: devel
Severity: normal Keywords: workflow
Cc:

Description

In the source:/sandbox/workflow branch, changeset links are broken:

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 283, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 170, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 175, in process_request
    req.check_modified(chgset.date, [
TypeError: pretty_timedelta() takes at most 2 arguments (3 given)

Attachments

Change History

Changed 3 years ago by cboos

  • status changed from new to closed
  • resolution set to invalid
  • milestone 0.10 deleted

pretty_timedelta actually accepts 3 arguments (in trunk or sandbox/workflow). You must have an old trac/util.pyc somewhere... You should wipe out your previous trac installation and reinstall: trac.util is now a package.

Changed 3 years ago by anonymous

  • status changed from closed to reopened
  • resolution invalid deleted

actually, look at the setup.py in source:/sandbox/workflow

It doesn't have the package trac.util listed, so it doesn't get installed. But, correct, after adding that the problem is fixed.

Changed 3 years ago by cboos

  • keywords workflow added
  • status changed from reopened to new

Thanks for the clarification. This is fixed in the trunk, so it will end up in the workflow branch during the next sync.

Changed 3 years ago by athomas

  • status changed from new to assigned

I am busily syncing with trunk, along with some other cleanup. Should have another commit ready by the weekend.

Changed 3 years ago by athomas

  • status changed from assigned to closed
  • resolution set to fixed

Trunk has been synced in r3048 and r3049.

Add/Change #2906 (clicking timeline changeset link errors)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from athomas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.