Modify ↓
Opened 19 years ago
Closed 8 years ago
#1218 closed enhancement (wontfix)
does it work for 0.11?
| Reported by: | anonymous | Owned by: | ajo |
|---|---|---|---|
| Priority: | normal | Component: | ExcelReportPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
does it work for 0.11, and if not, what has to be done to make it working?
Attachments (2)
Change History (6)
comment:1 Changed 19 years ago by
comment:2 Changed 18 years ago by
I've attached a 0.11 report.py patch file and new excel_report_plugin.py. The changes were minor and it seems to work OK. I know that the old report system will eventually be going away in favor of the query system in 0.11, but I really needed this functionality in the mean time. I hope it helps others too.
Bob
Changed 18 years ago by
| Attachment: | trac-0.11-report-9396.patch added |
|---|
report patch file for 0.11 r9396
comment:3 Changed 18 years ago by
Oops -- the Trac revision number on the patch attachment should be 6396 (not 9396). The report.py revision is r6357.
comment:4 Changed 8 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Deprecated: use ExcelDownloadPlugin.
Note: See
TracTickets for help on using
tickets.



It doesn't right now.
For it to work the ReportPlugin should be ported (it patches the ticket/report.py).
It should be a simple thread, but I haven't ever worked witn 0.11 version.