Modify ↓
Opened 20 years ago
Closed 20 years ago
#514 closed defect (fixed)
Trac's log view generates incorrect links in files that have been renamed
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | high | Milestone: | 0.8 |
Component: | version control/log view | Version: | 0.7.1 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The links to view previous revisions of a file may be incorrect if the file has previously been renamed. It appears that the code in source:/trunk/trac/Log.py#726 only takes into account the case where a single file or directory has been copied or renamed with history, as is the case when a new branch is created.
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Priority: | normal → high |
Severity: | normal → major |
comment:3 by , 20 years ago
Status: | new → assigned |
---|
comment:4 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, seems to work just fine!
Applied in [785].
Note:
See TracTickets
for help on using tickets.
As the Attach File button leads to an error page (Attachment not found) that prevents me from attaching a patch, here is a patch which fixes this ticket: