Modify ↓
#5616 closed defect (fixed)
[Patch] Identical footnotes are not coalesced into one entry
Reported by: | JoshuaH | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | FootNoteMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Attachments (1)
Change History (8)
Changed 15 years ago by
Attachment: | FootNoteMacro-Fix-collation.patch added |
---|
comment:1 Changed 15 years ago by
Summary: | Footnotes are not automatically collated in the 0.11 plugin → [Patch] Footnotes are not automatically collated in the 0.11 plugin |
---|
comment:2 Changed 15 years ago by
Owner: | changed from Alec Thomas to Ryan J Ollos |
---|
Reassigning open tickets to myself since I am adopting this plugin.
comment:3 Changed 15 years ago by
Status: | new → assigned |
---|
I'm seeing this behavior as well under Trac 0.12dev-r9098
. I'll test out the patch.
comment:4 Changed 15 years ago by
Summary: | [Patch] Footnotes are not automatically collated in the 0.11 plugin → [Patch] Identical footnotes are not collated in the 0.11 plugin |
---|
Clarification in comment:summary.
comment:5 Changed 15 years ago by
Summary: | [Patch] Identical footnotes are not collated in the 0.11 plugin → [Patch] Identical footnotes are not coalesced into one entry |
---|
Further clarification in comment:summary.
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 15 years ago by
In case a future regression arises, here is the markup I used to reproduce this error and verify the fix after patching.
Testing out the th:FootNoteMacro [[FootNote(Here is the first footnote)]]. This will be a good test[[FootNote(Here is the second footnote)]]. And once again[[FootNote(Here is the second footnote)]] [[FootNote(1)]]. Now I've test all of the documented behavior. [[FootNote]]
We don't see this behavior on THO, presumably because it is running the 0.8
or 0.9
version of the plugin.
Testing out the th:FootNoteMacro 2. This will be a good test3. And once again3 1.
Now I've test all of the documented behavior.
Note: See
TracTickets for help on using
tickets.
Proposed patch