Opened 14 years ago
Closed 7 years ago
#7370 closed enhancement (wontfix)
0.12 support
Reported by: | mortee | Owned by: | ajo |
---|---|---|---|
Priority: | normal | Component: | ExcelReportPlugin |
Severity: | normal | Keywords: | |
Cc: | william.spinelli@… | Trac Release: | 0.12 |
Description
Here, this seems to work under 0.12, along with the modified ReportPluginPatch. However, I didn't yet bother figuring out what's currently the way to get the report title and the project name (I'm new to Trac and don't know Python at all), so the sheet name is not dealt with. Anyone cares to fix this?
Attachments (3)
Change History (5)
Changed 14 years ago by
Attachment: | excel_report_plugin.py added |
---|
comment:1 Changed 14 years ago by
Cc: | william.spinelli@… added; anonymous removed |
---|---|
Trac Release: | 0.11 → 0.12 |
The file attachment:"excel_report_plugin.py" works in my 0.12 Trac installation. However all the timestamps in the exported excel file are wrong.
I googled a little bit and it seems that the way in which timestamps are reported has changed, since Trac 0.12 reports timestamps in microseconds.
Following the suggestion given in this ticket http://trac.edgewall.org/ticket/9377, I prepared a patch (attachment:"timestamp_fix.patch") that fixes the timestap. Probably it's not the best solution, but it works.
Changed 14 years ago by
Attachment: | timestap_fix.patch added |
---|
Patch to fix wrong timestamps in Trac 0.12
Changed 14 years ago by
Attachment: | excel_report_plugin.2.py added |
---|
excel_report_plugin.py already patched to fix wrong timestamps in Trac 0.12
comment:2 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Deprecated: use ExcelDownloadPlugin.
version which works under 0.12