Ticket #4537 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Categories are gone in RSS and Atom feeds

Reported by: matt Assigned to: ryan
Priority: high Milestone: 2.3
Component: Template Version: 2.3
Severity: major Keywords: taxonomy
Cc:

Description

Here is a recent entry in my feed:

<item>
	<title>Web Storage Sites</title>
	<link>http://photomatt.net/2007/06/25/web-storage-sites/</link>
		<comments>http://photomatt.net/2007/06/25/web-storage-sites/#comments</comments>
	<pubDate>Mon, 25 Jun 2007 09:33:13 +0000</pubDate>
	<dc:creator>Matt</dc:creator>

	<category><![CDATA[]]></category>

	<guid isPermaLink="false">http://photomatt.net/2007/06/25/web-storage-sites/</guid>
	<description><![CDATA[Web storage sites loom as next big thing says CNET&#8230; in 1999.
]]></description>
	<content:encoded><![CDATA[<p><a href="http://news.com.com/2100-1023-227606.html">Web storage sites loom as next big thing</a> says CNET&#8230; in 1999.</p>
]]></content:encoded>
	<wfw:commentRss>http://photomatt.net/2007/06/25/web-storage-sites/feed/</wfw:commentRss>
</item>

On the regular site there are three tags and a category: http://photomatt.net/2007/06/25/web-storage-sites/

The same thing is happening in the Atom feed:

<category scheme="http://photomatt.net" term="" />

I suspect this is related to a term caching issue.

Change History

06/25/07 19:51:27 changed by ryan

(In [5754]) s/cat_name/name/ see #4537

06/25/07 20:04:15 changed by matt

That fixed the categories in RSS, but tags are still missing from both and Atom is still empty.

06/25/07 20:06:02 changed by ryan

(In [5755]) s/cat_name/name/ see #4537

07/06/07 00:44:15 changed by ryan

  • keywords set to taxonomy.
  • owner changed from anonymous to ryan.

08/29/07 21:10:20 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [5979]) Include tags in feeds. fixes #4537