Opened 16 years ago
Last modified 10 years ago
#8961 new enhancement
[PATCH] Linkable lines on diff view
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | next-major-releases |
| Component: | wiki system | Version: | 0.12dev |
| Severity: | minor | Keywords: | patch diff lines link needfixup |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Lines are not linkable in diff view. This patch modifies diff_div.html so that lines are linkable.
Attachments (1)
Change History (10)
by , 16 years ago
| Attachment: | linked_diff_lines.diff added |
|---|
comment:1 by , 16 years ago
| Milestone: | 0.12 → next-minor-0.12.x |
|---|
Nice idea. Can you describe how the anchor names are constructed?
comment:2 by , 16 years ago
BL1 would mean line number 1 in the base file while CL1 means line 1 in the changed file.
comment:3 by , 15 years ago
| Milestone: | next-minor-0.12.x → 0.13 |
|---|---|
| Priority: | low → normal |
Nice patch.
It will also certainly be useful for patch comments (#2035).
comment:4 by , 15 years ago
| Keywords: | needfixup added |
|---|
comment:5 by , 15 years ago
| Milestone: | 0.13 → 0.14 |
|---|
comment:6 by , 15 years ago
| Owner: | set to |
|---|
comment:7 by , 11 years ago
| Milestone: | next-dev-1.1.x → next-major-releases |
|---|
Retargetting tickets to narrow focus for milestone:1.2. Please move the ticket back to milestone:next-dev-1.1.x if you intend to resolve it by milestone:1.2.
comment:8 by , 10 years ago
| Owner: | removed |
|---|
comment:9 by , 10 years ago
| Keywords: | patch added |
|---|



Proposed patch to add linkable lines in diff view