Opened 5 years ago
Last modified 9 months ago
#4104 new enhancement
Icalexporter does not work with ticket queries.
| Reported by: | tarjei@… | Owned by: | olemis |
|---|---|---|---|
| Priority: | normal | Component: | IcalExporterPlugin |
| Severity: | major | Keywords: | |
| Cc: | tarjei@…, lkraav | Trac Release: | 0.11 |
Description (last modified by rjollos)
Hi, this is with
Icalexporter does not work with ticket queries. Reports: No handler matched request to /query/ics.
The plugin was installed using setuptools and doing python setup.py install.
In trac.ini I got:
[components] icalexporter.* = enabled Sys info: Trac: 0.11 Python: 2.4.3 (#1, May 24 2008, 13:57:05) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] setuptools: 0.6c8 SQLite: 3.3.6 pysqlite: 1.1.7 Genshi: 0.5 mod_python: 3.2.8 Subversion: 1.5.4 (r33841) jQuery: 1.2.3
Attachments (0)
Change History (7)
comment:1 Changed 4 years ago by k0s
comment:2 Changed 4 years ago by k0s
- Summary changed from Icalexporter does not work with ticket queries. Reports: No handler matched request to /query/ics to Icalexporter does not work with ticket queries.
comment:3 Changed 4 years ago by k0s
Currently the iCalExporterPlugin does not preserve query string arguments as to make the query iCal useful; the handler now matches correctly as of r5054, but without the query string arguments it is just the default query that is handled. will work on this subsequently
comment:4 Changed 4 years ago by k0s
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 4 years ago by k0s
- Resolution fixed deleted
- Status changed from closed to reopened
- Type changed from defect to enhancement
comment:6 Changed 3 years ago by lkraav
- Cc lkraav added
ok i'm also very interested in this now. i'm combining icalexporter with DateFieldPlugin to try to get a due-dated ticket list into Lightning/Sunbird. this bug hasn't gotten love since late 2008, should focus be here or #4328?
should i start work on this patch myself or has anyone done anything with it yet?
comment:7 Changed 9 months ago by rjollos
- Description modified (diff)
- Owner changed from k0s to olemis
- Status changed from reopened to new


(In [5054]) match query; this is useless without preserving the arguments; refs #4104