padraic 7536e32a45 Zend_Feed_Reader: Switch order of Atom detection to try Atom 0.3 first - allows for cases where Atom 1.0 is an extension but not the actual feed type. 16 years ago
..
Builder 5f019e5dcb [ZF-7316] Code cleaning: 16 years ago
Entry 31765343d2 Added check to Atom Entry class to accept links with a missing rel attribute as having a default rel of alternate - fixes ZF-5354 when querying a feed's entries 16 years ago
Reader 7536e32a45 Zend_Feed_Reader: Switch order of Atom detection to try Atom 0.3 first - allows for cases where Atom 1.0 is an extension but not the actual feed type. 16 years ago
Abstract.php 945480ff7d Zend_Feed_Abstract now implements Countable interface - fixes ZF-3848 16 years ago
Atom.php 5f019e5dcb [ZF-7316] Code cleaning: 16 years ago
Builder.php 71a3f66e43 Visibility of Zend_Feed_Builder's _createHeader and _createEntries switched to protected to limit duplicate work necessary in extended versions (they are huge methods to replicate!) - addresses ZF-5644 16 years ago
Element.php 30280e8a93 ZF-2606 16 years ago
Exception.php 23f29f3b45 [ZF-6295] Generic: 16 years ago
Reader.php e3f838f38b Zend_Feed_Reader: Improved Atom version detection using DOMNode::isDefaultNamespace() and DOMNode::lookupPrefix() to be far more robust and reliable. 16 years ago
Rss.php 0598b4a225 Added to Zend_Feed support for setting a guid element attr of isPermaLink to false when the guid is not a URI. 16 years ago