Opened 16 years ago
Last modified 12 years ago
#4104 new enhancement
Icalexporter does not work with ticket queries.
Reported by: | Tarjei | Owned by: | Olemis Lang |
---|---|---|---|
Priority: | normal | Component: | IcalExporterPlugin |
Severity: | major | Keywords: | |
Cc: | Tarjei, lkraav | Trac Release: | 0.11 |
Description (last modified by )
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 16 years ago by
comment:2 Changed 16 years ago by
Summary: | Icalexporter does not work with ticket queries. Reports: No handler matched request to /query/ics → Icalexporter does not work with ticket queries. |
---|
comment:3 Changed 16 years ago by
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 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Type: | defect → enhancement |
comment:6 Changed 14 years ago by
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 12 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Jeff Hammel to Olemis Lang |
Status: | reopened → new |
(In [5054]) match query; this is useless without preserving the arguments; refs #4104