Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99286 - Bugzilla outputs partial data when asked for content in RDF format
Summary: Bugzilla outputs partial data when asked for content in RDF format
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Jeffrey Forman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-16 20:55 UTC by James Rowe
Modified: 2011-10-30 23:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2005-07-16 20:55:11 UTC
If you ask for a search with RDF output[1] the content you receive lacks
all the necessary data to work with.  For example:

-------------------------------------%<-------------------------------------
<bz:bug rdf:about="http://bugs.gentoo.org/show_bug.cgi?id=">
  
  <bz:id nc:parseType="Integer"></bz:id>

  <bz:bug_severity>minor</bz:bug_severity>
  <bz:priority>P2</bz:priority>
  <bz:rep_platform>All</bz:rep_platform>
  <bz:assigned_to>apache-bugs&#64;gentoo.org</bz:assigned_to>
  <bz:bug_status>NEW</bz:bug_status>
  <bz:resolution></bz:resolution>
  <bz:short_short_desc>apache can be started purely by logrotate runs, if the 
log files need rotating</bz:short_short_desc>

</bz:bug>
-------------------------------------%<-------------------------------------

  Nowhere in the item is the actual bug id.  The other problem, that the
lack of the id causes, is all items obviously claim to describe the same
resource which means lots of RDF tools will ignore every item but the first
item *ever* seen.

  The solution is to make the resource actually include the bug id, and also
the id node.  I would have liked to attach a patch, but I can't find a repo
for the obviously customised bugzilla installation :/

1.
http://bugs.gentoo.org/buglist.cgi?
bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=jnrowe%40ukfsn.
org&emailtype1=exact&emailassigned_to1=1&emailreporter1=1&ctype=rdf


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 James Rowe 2005-07-19 21:17:01 UTC
  This bug appears to have been fixed, and I 'm guessing it is from the 
2.18.1 -> 2.18.3 upgrade that happened over the weekend as there have been no
actual comments.

  Thanks anyway ;)