diff --git a/package.xml b/package.xml index 69cd8a0..21a577b 100644 --- a/package.xml +++ b/package.xml @@ -1,5 +1,5 @@ - + XML_Feed_Parser pear.php.net Providing a unified API for handling Atom/RSS @@ -10,10 +10,10 @@ james@jystewart.net yes - 2008-12-21 - + 2010-10-11 + - 1.0.3 + 1.0.4 1.0.0 @@ -21,52 +21,16 @@ stable LGPL - Bug fix release. Closes: -#13215 - Encoding problems -#12919 - &amp; in ULR's causes problems -#12522 - pubDate handler throws warning on empty field -#12017 - no rss2 image if <itunes:image/> precedes <image> -#11467 - Escaped HTML in Atom Text Constructs -#10702 - Indirect modification of overloaded property -#10336 - Error with encoding handling on xhtml + +QA Release +Bug #15129 Assorted parse errors in tests +Bug #15309 +Bug #15318 +Bug #15322 +Bug #15365 + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -77,7 +41,7 @@ - + @@ -97,8 +61,8 @@ - - + + @@ -641,16 +605,6 @@ - - - - - - - - - - @@ -1668,7 +1622,7 @@ - + @@ -1676,33 +1630,42 @@ + - - - + + - - - - - + + + + - - + + - - - - - + + + + + + + + + + + + + + + @@ -1736,7 +1699,9 @@ 2005-09-03 PHP License - Initial rolling + +Initial rolling + @@ -1749,8 +1714,10 @@ 2005-09-07 PHP License - Added Enclosures support -Fixed up getElementById for RSS1 + +Added Enclosures support +Fixed up getElementById for RSS1 + @@ -1763,12 +1730,14 @@ Fixed up getElementById for RSS1 2005-09-10 PHP License - Added support for RSS1/2 'image' and 'textinput' elements + +Added support for RSS1/2 'image' and 'textinput' elements Added category support (dc:subject) for RSS1 Added cloud, ttl, skipDays, and skipHours support for RSS2 (completing RSS spec support) Added support for the RSS1 syndication and content modules. Added partial RSS1 Dublin Core support - Added support for atom:source support and reworked atom:author support to work with it + Added support for atom:source support and reworked atom:author support to work with it + @@ -1781,11 +1750,13 @@ Fixed up getElementById for RSS1 2005-09-11 PHP License - Made DOMDocuments for feed and entries public to allow for extensions that make use of the DOM + +Made DOMDocuments for feed and entries public to allow for extensions that make use of the DOM Added functions to handle xml:base and applied to link elements Some work on API consistency Improved handling of content type="xhtml" for atom feeds -Fixes to use of __tostring() method +Fixes to use of __tostring() method + @@ -1798,8 +1769,10 @@ Fixes to use of __tostring() method 2005-09-14 PHP License - Unit tests added -Various fixes and checks added following testing + +Unit tests added +Various fixes and checks added following testing + @@ -1812,13 +1785,15 @@ Various fixes and checks added following testing 2005-09-22 PHP License - Lots of CS fixes. + +Lots of CS fixes. Added @var notes for members, and file level docblocks Renamed some member names that were prefixed with underscores Cleaned up a few methods' comment blocks Moved all require_once calls to appropriate places in Parser.php Fix to atom enclosure support -Added test for entry-only atom feed +Added test for entry-only atom feed + @@ -1831,9 +1806,11 @@ Added test for entry-only atom feed 2005-10-02 PHP License - Moved to PEAR_Exception + +Moved to PEAR_Exception Fixed RSS1 test to handle entities properly -Preparing for pepr call for votes +Preparing for pepr call for votes + @@ -1846,9 +1823,11 @@ Preparing for pepr call for votes 2005-10-10 PHP License - First release in PEAR + +First release in PEAR Added custom exception class (vote condition) -Moved to single quotes in most cases (vote condition) +Moved to single quotes in most cases (vote condition) + @@ -1861,10 +1840,12 @@ Moved to single quotes in most cases (vote condition) 2005-10-15 PHP License - Fixed misplaced single quotes (bug #5677) + +Fixed misplaced single quotes (bug #5677) Added samples of feeds in farsi and japanese, with test cases Reworked xml:base support - now applies to all appropriate atom text constructs -Reworked atom text construct handling to obey 'type' attribute +Reworked atom text construct handling to obey 'type' attribute + @@ -1877,12 +1858,14 @@ Reworked atom text construct handling to obey 'type' attribute 2005-10-22 PHP License - Added support for RSS0.90, RSS0.91 and RSS0.92 + +Added support for RSS0.90, RSS0.91 and RSS0.92 Added tests for RSS0.91 and RSS0.92 Fixed bug meaning that errors weren't being thrown for unrecognised RSS versions Cleared up the main constructor to prevent DOM errors while detecting feed type Added code to allow case-insensitive specification of element names as a backup -Fixed bad check of guid's 'ispermalink' attribute in RSS2Element.php +Fixed bad check of guid's 'ispermalink' attribute in RSS2Element.php + @@ -1895,8 +1878,10 @@ Fixed bad check of guid's 'ispermalink' attribute in RSS2Element. 2005-10-22 PHP License - Fixed bug in __call() meaning arguments in requests for feed-level elements weren't passed on correctly -Some extra compatibility maps to improve match with Universal Feed Parser + +Fixed bug in __call() meaning arguments in requests for feed-level elements weren't passed on correctly +Some extra compatibility maps to improve match with Universal Feed Parser + @@ -1909,12 +1894,14 @@ Some extra compatibility maps to improve match with Universal Feed Parser 2005-12-26 PHP License - Added atom-specific category handling + +Added atom-specific category handling Added 'tags' call in atom which is an alias for categories, to match Universal Feed Parser behaviour Added base64 decoding for atom Text and Content In atom:link elements, the rel attribute now defaults to 'alternate' if none specified Added support for atom:logo -Numerous API fixes and consistency fixes following use of Universal Feed Parser testkit +Numerous API fixes and consistency fixes following use of Universal Feed Parser testkit + @@ -1927,11 +1914,13 @@ Numerous API fixes and consistency fixes following use of Universal Feed Parser 2006-01-11 PHP License - First beta release + +First beta release Added support for 'content' namespace in RSS2 Further consistency fixes Added prototype conversion script for Universal Feed Parser tests -Fixed bug in main __call function that led to problems when the same attribute was accessed multiple times +Fixed bug in main __call function that led to problems when the same attribute was accessed multiple times + @@ -1944,13 +1933,15 @@ Fixed bug in main __call function that led to problems when the same attribute w 2006-07-27 PHP License - First release candidate + +First release candidate Fixed bug #6472 - wrong paths in require_once Fixed bug #6473 - missing files (for RSS1.1) Fixed bug #7849 - cannot validate RSS2 feeds - by bundling relax ng schemas Improved error handling when attributes empty Fixed loading of sample files in regression tests -Implemented hasKey method for basic checking of whether an element exists +Implemented hasKey method for basic checking of whether an element exists + @@ -1963,8 +1954,10 @@ Implemented hasKey method for basic checking of whether an element exists 2006-11-09 PHP License - Improved handling of atom:text construct to allow for more media types (thanks to Mohanaraj Gonpala Krishnan for initial patch) -Fixed typos and removed duplicate return statements (request #8445) + +Improved handling of atom:text construct to allow for more media types (thanks to Mohanaraj Gonpala Krishnan for initial patch) +Fixed typos and removed duplicate return statements (request #8445) + @@ -1977,7 +1970,9 @@ Fixed typos and removed duplicate return statements (request #8445) 2006-12-26 PHP License - First stable release. No changes from last release candidate + +First stable release. No changes from last release candidate + @@ -1990,8 +1985,10 @@ Fixed typos and removed duplicate return statements (request #8445) 2007-01-09 PHP License - Fixed bug in atom link handling that was preventing link retrieval -Changed detection of text content type to avoid false positives + +Fixed bug in atom link handling that was preventing link retrieval +Changed detection of text content type to avoid false positives + @@ -2004,14 +2001,16 @@ Changed detection of text content type to avoid false positives 2007-01-09 PHP License - Bug fix release. Closes: + +Bug fix release. Closes: #13215 - Encoding problems #12919 - &amp; in ULR's causes problems #12522 - pubDate handler throws warning on empty field #12017 - no rss2 image if <itunes:image/> precedes <image> #11467 - Escaped HTML in Atom Text Constructs #10702 - Indirect modification of overloaded property -#10336 - Error with encoding handling on xhtml +#10336 - Error with encoding handling on xhtml + @@ -2024,14 +2023,36 @@ Changed detection of text content type to avoid false positives 2008-12-21 LGPL - Bug fix release. Closes: + +Bug fix release. Closes: #13215 - Encoding problems #12919 - &amp; in ULR's causes problems #12522 - pubDate handler throws warning on empty field #12017 - no rss2 image if <itunes:image/> precedes <image> #11467 - Escaped HTML in Atom Text Constructs #10702 - Indirect modification of overloaded property -#10336 - Error with encoding handling on xhtml +#10336 - Error with encoding handling on xhtml + + + + + 1.0.4 + 1.0.0 + + + stable + stable + + 2010-10-11 + LGPL + +QA Release +Bug #15129 Assorted parse errors in tests +Bug #15309 +Bug #15318 +Bug #15322 +Bug #15365 +