Modify ↓
Opened 12 years ago
Closed 12 years ago
#11282 closed defect (fixed)
"log:" link for Git repository refers wrong commit
| Reported by: | Jun Omae | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.2 |
| Component: | plugin/git | Version: | 1.0.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
Render |
||
| API Changes: | |||
| Internal Changes: | |||
Description
Currently, jomae.git:ticket11219/1.0-stable branch refers 505a35af. Also, /log/jomae.git/?rev=ticket11219/1.0-stable page refers correct commit.
However log: link, log:jomae.git:ticket11219/1.0-stable, refers a347405c4, not 505a35af. The link should refer 505a35af.
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
The fix for the first issue is in log:jomae.git@ticket11282.
comment:3 by , 12 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Rebased the changes on current 1.0-stable branch, log:jomae.git@ticket11282.2.
Note:
See TracTickets
for help on using tickets.



There are two issues.
log:link with missing revision is rendered as a normal link, e.g. log:jomae.git:no_such_a_revision, log:@987654321. We should render an anchor with the missing class and nohrefattribute.log:jomae.git:ticket11219/1.0-stableis parsed as the numeric revisions range from ticket11219/1.0 to stable. This issue is the same as #11050.I'll fix the first issue.