Opened 15 years ago

Last modified 12 years ago

#4104 new enhancement

Icalexporter does not work with ticket queries. — at Version 7

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 Ryan J Ollos)

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

Change History (7)

comment:1 Changed 15 years ago by Jeff Hammel

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

comment:2 Changed 15 years ago by Jeff Hammel

Summary: Icalexporter does not work with ticket queries. Reports: No handler matched request to /query/icsIcalexporter does not work with ticket queries.

comment:3 Changed 15 years ago by Jeff Hammel

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 15 years ago by Jeff Hammel

Resolution: fixed
Status: newclosed

(In [5056]) check for plugin enablability and display HTML accordingly; closes #4104

comment:5 Changed 15 years ago by Jeff Hammel

Resolution: fixed
Status: closedreopened
Type: defectenhancement

the general issue is noted in #4328 which is effectively a blocker for this ticket

reopening as [5056] does not actually belong to this ticket

comment:6 Changed 14 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 12 years ago by Ryan J Ollos

Description: modified (diff)
Owner: changed from Jeff Hammel to Olemis Lang
Status: reopenednew
Note: See TracTickets for help on using tickets.