Opened 5 years ago
Last modified 4 years ago
#13780 new defect
Incompatible with Trac 1.4; included code patch to correct
Reported by: | Owned by: | Roman Mohr | |
---|---|---|---|
Priority: | normal | Component: | TracBibPlugin |
Severity: | blocker | Keywords: | patch |
Cc: | Trac Release: | 1.4 |
Description
After upgrading to Trac 1.4.1, this plugin broke. With some debugging, I isolated a few issues. Please note that I have NOT tested the "auto" .bib file functionality, I only corrected the issue I saw based on the error; however, since I don't use the functionality, it may have simply hidden a downstream error.
The main issue I corrected was related to the loaded .bib file(s). At the same time, I changed the "References" H1 header since it broke formatting on various of my pages and replaced it with a horizontal rule if no title/label (per original functionality) is configured. For the latter part, those changes can be ignored but are included as I wanted to do a full diff between the modified files for your review.
Attachments (2)
Change History (3)
Changed 5 years ago by
Attachment: | tracbib-py.patch added |
---|
Changed 5 years ago by
Attachment: | ieeelike-py.patch added |
---|
Optional formatting change to match the modification in the primary patch
comment:1 Changed 4 years ago by
Keywords: | patch added |
---|
Primary code corrections to work with Trac 1.4