Modify ↓
#13855 closed defect (fixed)
Add compatibility with Trac 1.4.2
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | MultiSelectFieldPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
It appears that the way Trac provides the HTML utilities has changed, and broken the way this plugin accesses it.
I found a way to band-aid the problem by transplanting some code from my Trac 0.12 installation into the plugin, which now makes it work with my new Trac 1.4.2 installation.
Attachments (1)
Change History (6)
Changed 4 years ago by
Attachment: | multiselectfieldplugin_compatibility_trac_142.patch added |
---|
comment:1 Changed 4 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:5 Changed 4 years ago by
It seems to work with your changes. Thanks for doing that. I was dreading trying to learn enough to make the updates that you did.
Note: See
TracTickets for help on using
tickets.
Patch to make MultiSelectFieldPlugin work with Trac 1.4.2