Issue Details (XML | Word | Printable)

Key: ZF-2639
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Pádraic Brady
Reporter: Miroslav Kubelik
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Add possibility to create guid (or other elements) attributes

Created: 13/Feb/08 03:24 AM   Updated: 21/Nov/09 04:07 AM   Resolved: 20/Nov/09 11:43 AM
Component/s: Zend_Feed
Affects Version/s: 1.0.3, 1.6.2, 1.7.8, 1.8.2
Fix Version/s: 1.9.6

Time Tracking:
Original Estimate: 3 days
Original Estimate - 3 days
Remaining Estimate: 3 days
Remaining Estimate - 3 days
Time Spent: Not Specified
Time Spent - Not Specified

Fix Version Priority: Should Have


 Description  « Hide

If I want set the guid attribute for the feed item - <guid isPermaLink="false">7571-mysite.com</guid> I can't achieve this with the current implementation of the Zend_Feed, in this current implementation I can make only <guid>

$feedArray['entries'][] = array(
    "guid" => "7571-mysite.com",
     "title" => iconv("iso-8859-2","utf-8",$article->getTitle()),
    ....
    ....
   );


Miroslav Kubelik added a comment - 13/Feb/08 03:25 AM

minor priority


Wil Sinclair added a comment - 18/Apr/08 01:25 PM

Please evaluate and categorize as necessary.


Miroslav Kubelik added a comment - 21/Apr/08 06:46 AM

Priority is set to should have


Miroslav Kubelik added a comment - 18/Jun/09 01:53 AM

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


Pádraic Brady added a comment - 20/Nov/09 11:43 AM

Fixed in r19132. Enjoy proper isPermaLink attributes


Miroslav Kubelik added a comment - 21/Nov/09 03:13 AM

Nice, thank you Padric.


Pádraic Brady added a comment - 21/Nov/09 04:07 AM

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.