<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.3.4/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for auroraeosrose</title>
<description>The latest releases for the PEAR developer auroraeosrose (Elizabeth Smith)</description>
</channel>

<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.6/">
 <title>HTML_AJAX 0.5.6</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.6/</link>
 <content:encoded>* Fix Coding Standard Problems&lt;br /&gt;
* Refactor svn code layout, build system&lt;br /&gt;
* Remove usused jsunit code&lt;br /&gt;
* Add support for content-type text/xml #14032&lt;br /&gt;
* Fix combineActions with empty actions #13854&lt;br /&gt;
* Fix Javascript in HTML_AJAX.replace target document doesn't get executed in Opera. #14144 put opera on the ie codepath not the gecko codepath&lt;br /&gt;
* Fix Bug #12027 html_ajax.post and Opera (array), this fix might break older versions of Opera, but supporting the new version seems more important
 </content:encoded>
 <dc:date>2008-06-16T14:51:43-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.5/">
 <title>HTML_AJAX 0.5.5</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.5/</link>
 <content:encoded>* Merge bug fixes in combineJsIncludes from Clearhealth&lt;br /&gt;
* Fix for bug #13616, HTML_AJAX_lite.js wasn't rebuilt in the 0.5.4 release
 </content:encoded>
 <dc:date>2008-04-07T18:49:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.4/">
 <title>HTML_AJAX 0.5.4</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.4/</link>
 <content:encoded>* This fixes ie6 problems, and immediate upgrade from 0.5.3 is recommended&lt;br /&gt;
* Fix for bug #13113 - Opera, JavaScript and XMLSerializer&lt;br /&gt;
* Add a newline at the end of packed files
 </content:encoded>
 <dc:date>2008-04-04T17:09:58-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.3/">
 <title>HTML_AJAX 0.5.3</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.3/</link>
 <content:encoded>* Gzip compression Support&lt;br /&gt;
* Fix for Bug #12129  	Error with URL generated using HTML_AJAX_Helper::setupAJAX()&lt;br /&gt;
* Add an option to optionally combined js libraries&lt;br /&gt;
* Fix for bug #12415 - Return value of makeRequest in formSubmit when doing a async request&lt;br /&gt;
* Fix for bug #13113 - Opera, JavaScript and XMLSerializer
 </content:encoded>
 <dc:date>2008-04-01T23:20:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.2/">
 <title>HTML_AJAX 0.5.2</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.2/</link>
 <content:encoded>* Fix Bug #10973: package.xml does not replace '@data-dir@' [jeichorn]
 </content:encoded>
 <dc:date>2007-05-07T16:02:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.1/">
 <title>HTML_AJAX 0.5.1</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.1/</link>
 <content:encoded>* Fix Bug #6737: When I return an array it has an extra element. [auroraeosrose]&lt;br /&gt;
* Fix Bug #8761: Getting form&amp;apos;s &amp;quot;action&amp;quot; attribute fails in HTML_AJAX.js formSubmit [auroraeosrose]&lt;br /&gt;
* Fix Bug #9020: logical bug in ordered queue code [auroraeosrose]&lt;br /&gt;
* Fix Bug #9086: HTML_AXAX_Action::createNode\innerHTML and IE [auroraeosrose]&lt;br /&gt;
* Fix Bug #9847: Case-insensitive javascriptLibraries in HTML/AJAX/Server.php [jeichorn]&lt;br /&gt;
* Fix Bug #10149: Problems when E_STRICT is turned on in php.ini [davidc]&lt;br /&gt;
* Fix Bug #10273: Non Prefixed Constant in HTML_AJAX_Debug [jeichorn]&lt;br /&gt;
* Implement Feature #8396: class_exists callbacks produce problems with __autoload [auroraeosrose]&lt;br /&gt;
* Implement Feature #8444: Handle PEAR_Errors returned from proxied object methods as errors [auroraeosrose]&lt;br /&gt;
* Implement Feature #9537: formSubmit target also accepting a function [jeichorn]&lt;br /&gt;
* Implement Feature #9912: Patch to add setters for clientJsLocation and javascriptLibraryPaths [jeichorn]&lt;br /&gt;
* Implement Feature #9962: Add method to check if the page request is from Ajax [jeichorn]&lt;br /&gt;
* Added tests for (so far Works for Me) Bug #9416&lt;br /&gt;
* Initial setup of unit tests for javascript
 </content:encoded>
 <dc:date>2007-05-05T17:53:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.0/">
 <title>HTML_AJAX 0.5.0</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.0/</link>
 <content:encoded>Update HTML_AJAX_Action to use HTML_AJAX_Util.setInnerHTML&lt;br /&gt;
	Add an HTML_AJAX.post method for easy custom post requests&lt;br /&gt;
	Update the SingleBuffer_Interval queue to have a single outstanding request mode&lt;br /&gt;
	Move around processing Queues, they are all located in Queue.js now, BC entries were added to HTML_AJAX_Server so this should affect anyone&lt;br /&gt;
	Prevent the same JS library from being served multiple times by HTML_AJAX_Server&lt;br /&gt;
	Turn on cssQuery() caching when loading multiple JavaScript Behaviors&lt;br /&gt;
	Add in Behavior speed test and debugging mode&lt;br /&gt;
	Fix Bug #8183, Fixes for UTF-8 and other encodings in formEncode&lt;br /&gt;
	Add more formEncode test cases&lt;br /&gt;
	Fix problems in IE when forms contains elements named action bug #8358&lt;br /&gt;
	phpSerializer array index fixes&lt;br /&gt;
	Fix bug #8396, PHP5 and __autoload fixes&lt;br /&gt;
	Fix bug #8304, stub generation problems when exported name differs from class name&lt;br /&gt;
	Fix bug #8302, always restore last error handlers &lt;br /&gt;
	Drop callback code for filtering _GET _SERVER, override HTML_AJAX or replace _GET/_SERVER if you want to change hows thats beings done&lt;br /&gt;
		If this effects you please let me know to verify that this simpler integrations works for you&lt;br /&gt;
	Improve JSON decoding performance by removing bugs that was making us use the slow fallback decoder&lt;br /&gt;
	Added new predefined library sets that can help you easily skip parts of the js library&lt;br /&gt;
	Fix bug #6635, Add a 'concatenation' method to HTML_AJAX_Action&lt;br /&gt;
	Additional phpdoc documentation for HTML_AJAX_Action and HTML_AJAX_Response&lt;br /&gt;
	Fix bug #5624, AJAX and not XML serializer - serializer is still EXPERIMENTAL&lt;br /&gt;
	Rename Ajax::json_loose_type property to jsonLooseType to match the rest of the API
 </content:encoded>
 <dc:date>2006-08-29T12:52:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.4.1/">
 <title>HTML_AJAX 0.4.1</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.4.1/</link>
 <content:encoded>Added support for returning PHP associative arrays from JS objects when using JSON&lt;br /&gt;
	NOTE: HTML_AJAX now returns associative arrays by default when using the JSON serializer&lt;br /&gt;
	Fix exported class name character case in stub should match the object class name for PHP5&lt;br /&gt;
	Fix bug #7201, Loading DIV didn't unload after sync call&lt;br /&gt;
	Fix values returned by formEncode should not be escaped when using array_format&lt;br /&gt;
	Fix HttpClients from the clientPool are not reused until their callback has returned (fixes chained calls problem in FF1.0)&lt;br /&gt;
&lt;br /&gt;
	Provided an option to set the serverUrl in HTML_AJAX_Server&lt;br /&gt;
	Added a new HTML_AJAX_Action example&lt;br /&gt;
	Disabled form elements are now ignored by formEncode() and formSubmit()
 </content:encoded>
 <dc:date>2006-06-13T16:17:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.4.0/">
 <title>HTML_AJAX 0.4.0</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.4.0/</link>
 <content:encoded>Added ordered Queue Support and the slow_livesearch example to show it off&lt;br /&gt;
	Added setInnerHTML method to HTML_AJAX_Util (Bug #6672)&lt;br /&gt;
	Added getElementsByCssSelector, hasClass, addClass, removeClass, replaceClass, getElement methods to HTML_AJAX_Util&lt;br /&gt;
	Method parameter change to HTML_AJAX.fullCall the last option is now a hash for setting any option on the request object instead of just its customHeaders property&lt;br /&gt;
	Added support for setting options to HTML_AJAX.grab&lt;br /&gt;
	Added slow livesearch example&lt;br /&gt;
	Added jsEncode method to generate a JSON string from a single variable&lt;br /&gt;
	Added dhtmlHistory.js to provide access to DHTML history, history data, and bookmarking (not fully integrated yet)&lt;br /&gt;
	Added support to formEncode to return form data in an array&lt;br /&gt;
	Added support for exporting callbacks using the PHP callback pseudo-type
 </content:encoded>
 <dc:date>2006-04-07T18:43:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.3.4/">
 <title>HTML_AJAX 0.3.4</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.3.4/</link>
 <content:encoded>Fix for Bug #6478 problems with assignAttr in HTML_AJAX_Action&lt;br /&gt;
	Add a flag (HTML_AJAX-&gt;php4CompatCase) that allows for exporting all introspected method/class names in php5 in lower case for php4 compat&lt;br /&gt;
	Update to the newest Services_JSON code, still waiting for a Services_JSON release so we can stop embedding it (fixes bug: #6501)&lt;br /&gt;
	Fix bug #6424, getting extra Request timeouts errors&lt;br /&gt;
	Fix bug #6564, Don't send Content-Length header when output buffering is enabled&lt;br /&gt;
	Fix bug #6295, Use std input when HTTP_RAW_POST isn't set&lt;br /&gt;
	Fix for Main.js compatibility function tests&lt;br /&gt;
	Patch from Julien Wajsberg, Keep extra query params passed to HTML_AJAX_Server in the default serverUrl, this helps when integrating with frameworks&lt;br /&gt;
	Fix bug #6478, Not possible to set className in firefox using HTML_AJAX_Action, now were setting the attribute directly instead of calling setAttribute
 </content:encoded>
 <dc:date>2006-01-31T18:56:35-05:00</dc:date>
</item>

</rdf:RDF>