Modify ↓
Opened 3 years ago
Last modified 3 years ago
#14126 accepted enhancement
Update for compatibility with Trac 1.6
Reported by: | Dan | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | ExportImportXlsPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: |
Description
I am including a patch to allow the plugin to work on Trac 1.6.
There are other changes as well, which have been implemented a while ago, such as for working with dates. We made that change quite a while ago and I don't remember the exact behavior that caused us to need it.
We use this plugin to install boiler-plate tickets when we start new product development.
Attachments (1)
Change History (2)
Changed 3 years ago by
Attachment: | exportimportxlsplugin_py3_trac154_and_others.patch added |
---|
comment:1 Changed 3 years ago by
Owner: | changed from ben_12 to Ryan J Ollos |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
Patch to allow the plugin to run on Python 3. Seems to run fine on Python 2 as well with these changes.