Zend Framework

Add possibility to create guid (or other elements) attributes

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.0.3, 1.6.2, 1.7.8, 1.8.2
  • Fix Version/s: 1.9.6
  • Component/s: Zend_Feed
  • Labels:
    None
  • Fix Version Priority:
    Should Have

Description

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()),
    ....
    ....
   );

Activity

Hide
Miroslav Kubelik added a comment -

minor priority

Show
Miroslav Kubelik added a comment - minor priority
Hide
Wil Sinclair added a comment -

Please evaluate and categorize as necessary.

Show
Wil Sinclair added a comment - Please evaluate and categorize as necessary.
Hide
Miroslav Kubelik added a comment -

Priority is set to should have

Show
Miroslav Kubelik added a comment - Priority is set to should have
Hide
Miroslav Kubelik added a comment -

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

Show
Miroslav Kubelik added a comment - 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
Hide
Pádraic Brady added a comment -

Fixed in r19132. Enjoy proper isPermaLink attributes

Show
Pádraic Brady added a comment - Fixed in r19132. Enjoy proper isPermaLink attributes
Hide
Miroslav Kubelik added a comment -

Nice, thank you Padric.

Show
Miroslav Kubelik added a comment - Nice, thank you Padric.
Hide
Pádraic Brady added a comment -

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.

Show
Pádraic Brady added a comment - 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.

People

Vote (2)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
3d
Original Estimate - 3 days
Remaining:
3d
Remaining Estimate - 3 days
Logged:
Not Specified
Time Spent - Not Specified