OpenNTF.org - BlogSphere
BlogSphereOpenDocument[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: BlogSphere (Managed by )
Actions:

Hide details for The bugThe bug
Bug ID: NOSS-68F7P6
Description
Submitted by:Chad Schelfhout
Project Master Chef:Declan Lynch
Rocky Oliver
Tom Duff
Joe Litton
Christian Brandlehner
Bug type:Functionality
Brief Description:Stories.xml | stories.rss problems
Severity:Medium
Version2 Beta 2
Status:

Details
Page Stories.xml | stories.rss
<title>@GetProfileField("BlogConfig";"Conf_basic_BlogName")</title>
<description>@GetProfileField("BlogConfig";"Conf_Name_Stories")</description>
<lastBuildDate>@Subset(@DbColumn("";"";"RSS_Stories";2);1)</lastBuildDate>
<link>@GetProfileField("BlogConfig";"Conf_basic_BaseURL")</link>

The description is referencing a field that does not exist. There is also no RSS image, could look something like this, but with computed values.
<image>
<title>@GetProfileField("BlogConfig";"Conf_basic_BlogName")</title>
<url>@GetProfileField("BlogConfig";"Conf_Basic_RSSLogo")<//url>
<link>@GetProfileField("BlogConfig";"Conf_basic_BaseURL")</link>
</image>


Action taken
Status:Fixed
Implemented in Release:2 Beta 3
Fix Details:The RSS file has been updated to reference the correct field. ( Block_Name_Stories )

The RSS has also been updated to include the image tags. These tags are optional in the RSS V2.0 specification. The fields in the config doc were there from an older version of BlogShere that used RSS V.092 which had the image tags. The image tags were dropped during the move to RSSV2 but there's no reason why they shouldn't be there now.

Modification history
Entered 07-Jan-2005 22:49 by Chad Schelfhout. Last Modified 13-Jan-2005 18:34 by Declan Lynch.