[Trac-tickets] [The Trac Project] #2253: RSS for Custom Query
should include the constraints as a query string in the channel link
The Trac Project
noreply at edgewall.com
Thu Oct 20 19:04:55 CDT 2005
#2253: RSS for Custom Query should include the constraints as a query string in
the channel link
-------------------------------+--------------------------------------------
Reporter: fumanchu at amor.org | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: ticket system | Version: 0.9b1
Severity: minor | Keywords: rss |
-------------------------------+--------------------------------------------
When I make a Custom Query and bookmark the RSS feed, that URI contains a
querystring. For example:
{{{http://projects.amor.org/amor/query?status=new&group=&format=rss&order=priority}}}.
The bit after the "?" is what I mean by "querystring".
The resultant XML starts with:
{{{
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Amor Ministries: Ticket Query</title>
<link>http://projects.amor.org/amor/query</link>
}}}
...but the href in the {{{link}}} element isn't very helpful, since it
takes me back to the custom query page without any of the parameters I
already specified. If the query_rss.cs included the constraints as a
querystring, that would be much more helpful.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2253>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list