Issue Type: Improvement Created: 2008-02-13T03:24:47.000+0000 Last Updated: 2009-11-21T04:07:55.000+0000 Status: Resolved Fix version(s): - 1.9.6 (24/Nov/09)
Reporter: Miroslav Kubelik (koubel) Assignee: Pádraic Brady (padraic) Tags: - Zend_Feed
Related issues: Attachments:
If I want set the guid attribute for the feed item - 7571-mysite.com I can't achieve this with the current implementation of the Zend_Feed, in this current implementation I can make only
<pre class="highlight">
$feedArray['entries'][] = array(
"guid" => "7571-mysite.com",
"title" => iconv("iso-8859-2","utf-8",$article->getTitle()),
....
....
);
Posted by Miroslav Kubelik (koubel) on 2008-02-13T03:25:48.000+0000
minor priority
Posted by Wil Sinclair (wil) on 2008-04-18T13:25:24.000+0000
Please evaluate and categorize as necessary.
Posted by Miroslav Kubelik (koubel) on 2008-04-21T06:46:11.000+0000
Priority is set to should have
Posted by Miroslav Kubelik (koubel) on 2009-06-18T01:53:50.000+0000
Bug is still here from version 1.0.x till 1.8.x, why there aren't any improvements for Zend_Feed for about a year? Another notice, It's maybe duplicate with ZF-5833.
I think there isn't any support for Zend_Feed nowadays :-(
Posted by Pádraic Brady (padraic) on 2009-11-20T11:43:49.000+0000
Fixed in r19132. Enjoy proper isPermaLink attributes ;)
Posted by Miroslav Kubelik (koubel) on 2009-11-21T03:13:55.000+0000
Nice, thank you Padric.
Posted by Pádraic Brady (padraic) on 2009-11-21T04:07:55.000+0000
Just surprised it was there since Feb 2008. It was an obvious flaw with an easy fix overall. Unfortunately Zend_Feed is a bit of a mess and it's being superseded by Zend_Feed_Reader, and soon Zend_Feed_Writer.