Modify ↓
Opened 8 years ago
Last modified 15 months ago
#12742 new defect
Invalid log link does not render with "missing" class
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | version control | Version: | |
Severity: | normal | Keywords: | traclink |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Example:
Non-existent revision range does not render with missing class:
Minor issue: some missing TracLinks have a "missing" title, others do not:
- comment:10000:ticket:1 ⇒ ticket comment does not exist
- ticket:1000000 ⇒ no title attribute
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , 8 years ago
comment:2 by , 8 years ago
Replying to Jun Omae:
tags/trac-0.12/trac/versioncontrol/web_ui/log.py@:377,406,409#L374.
[OT] in case anyone wonders why the next/prev/blame links are broken on that page, it's the #7744 issue.
comment:3 by , 5 years ago
Milestone: | next-stable-1.2.x → next-stable-1.4.x |
---|
Note:
See TracTickets
for help on using tickets.
Currently, Trac doesn't check existence of the revisions if the revision ranges are only numbers. This behavior is intentionally implemented since Trac 0.12 or early at tags/trac-0.12/trac/versioncontrol/web_ui/log.py@:377,406,409#L374.