Modify

Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#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

Description

The documentation says that identical1 footnote references1 will be combined into a single footnote, but this doesn't seem to happen with the Trac 0.11 version of the plugin.

A patch that seems to fix this is attached.


  1. 1. like this

Attachments (1)

FootNoteMacro-Fix-collation.patch (2.1 KB) - added by JoshuaH 15 years ago.
Proposed patch

Download all attachments as: .zip

Change History (8)

Changed 15 years ago by JoshuaH

Proposed patch

comment:1 Changed 14 years ago by anonymous

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 14 years ago by Ryan J Ollos

Owner: changed from Alec Thomas to Ryan J Ollos

Reassigning open tickets to myself since I am adopting this plugin.

comment:3 Changed 14 years ago by Ryan J Ollos

Status: newassigned

I'm seeing this behavior as well under Trac 0.12dev-r9098. I'll test out the patch.

comment:4 Changed 14 years ago by Ryan J Ollos

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 14 years ago by Ryan J Ollos

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 14 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

(In [7501]) Applied patch from JoshuaH to fix issue with identical footnotes not bing coalesced into one entry. Fixed #5616.

comment:7 Changed 14 years ago by Ryan J Ollos

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.


  1. 2. Here is the first footnote
  2. 3. Here is the second footnote

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.