<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>sfJqueryReloadedPlugin</name>
 <channel>pear.symfony-project.com</channel>
 <summary>sfJqueryReloadedPlugin offers helpers that integrate the jQuery Javascript framework.</summary>
 <description>Easy integration of jQuery</description>
 <lead>
  <name>Fourat ZOUARI</name>
  <user>fourat</user>
  <email>fourat@gmail.com</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Yannick Gauthier</name>
  <user>ygauthier</user>
  <email>yannick.gauthier@gmail.com</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Tom Boutell</name>
  <user>boutell</user>
  <email>tom@punkave.com</email>
  <active>yes</active>
 </lead>
 <date>2009-12-15</date>
 <time>08:37:00</time>
 <version>
  <release>1.4.0</release>
  <api>1.2.4</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.symfony-project.com/license">MIT license</license>
 <notes>-</notes>
 <contents>
  <dir name="/">
   <dir name="config">
    <file role="data" name="settings.yml" />
   </dir>
   <dir name="lib">
    <dir name="helper">
     <file role="data" name="jQueryHelper.php" />
    </dir>
   </dir>
   <file role="data" name="LICENSE" />
   <file role="data" name="README" />
   <dir name="web">
    <dir name="css">
     <file role="data" name="JqueryAutocomplete.css" />
     <dir name="ui-lightness">
      <dir name="images">
       <file role="data" name="ui-bg_diagonals-thick_18_b81900_40x40.png" />
       <file role="data" name="ui-bg_diagonals-thick_20_666666_40x40.png" />
       <file role="data" name="ui-bg_flat_10_000000_40x100.png" />
       <file role="data" name="ui-bg_glass_100_f6f6f6_1x400.png" />
       <file role="data" name="ui-bg_glass_100_fdf5ce_1x400.png" />
       <file role="data" name="ui-bg_glass_65_ffffff_1x400.png" />
       <file role="data" name="ui-bg_gloss-wave_35_f6a828_500x100.png" />
       <file role="data" name="ui-bg_highlight-soft_100_eeeeee_1x100.png" />
       <file role="data" name="ui-bg_highlight-soft_75_ffe45c_1x100.png" />
       <file role="data" name="ui-icons_222222_256x240.png" />
       <file role="data" name="ui-icons_228ef1_256x240.png" />
       <file role="data" name="ui-icons_ef8c08_256x240.png" />
       <file role="data" name="ui-icons_ffd27a_256x240.png" />
       <file role="data" name="ui-icons_ffffff_256x240.png" />
      </dir>
      <file role="data" name="jquery-ui-1.7.2.custom.css" />
     </dir>
    </dir>
    <dir name="images">
    </dir>
    <dir name="js">
     <file role="data" name="jquery-1.3.2.min.js" />
     <dir name="plugins">
      <file role="data" name="jquery-ui-1.7.2.custom.min.js" />
      <file role="data" name="jquery.autocomplete.js" />
      <file role="data" name="jquery.autocomplete.min.js" />
      <file role="data" name="jquery.autocomplete.pack.js" />
     </dir>
    </dir>
   </dir>
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.2.0</min>
   </php>
   <pearinstaller>
    <min>1.4.1</min>
   </pearinstaller>
   <package>
    <name>symfony</name>
    <channel>pear.symfony-project.com</channel>
    <min>1.2.0</min>
    <max>2.0.0</max>
    <exclude>2.0.0</exclude>
   </package>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>1.4.0</release>
    <api>1.4.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.symfony-project.com/license">MIT license</license>
   <license>MIT</license>
   <date>2009-12-15</date>
   <notes> 
	  * boutell: Symfony 1.3 and 1.4 compatibility confirmed
	  * boutell: updated versions of several plugins
    * boutell: jq prefix on all global variables
    * hlecorche: csrf protection
    * johnnyoffline: updated autocomplete plugin
    * jq_link_to_function is now native to the plugin and contains the "confirm breaks in IE" fix
    * b_adele: implemented jq_inputauto_complete_tag
    * boutell: fixed more bugs in sf_jquery_web_dir handling, made it consistent with everybody else's packages once and for all, documented it
    * boutell: stray PHP comment in JS code that broke IE removed
    * boutell: bundled UI js is latest version, supporting chrome is included
    * jQuery updated to 1.3.2
    * jQuery UI is version 1.7.2
    * A single UI plugin, with backwards compatibility support for loading it as 'sortable'
    * Cleanup to use json_encode in more cases
    * jq_add_plugins_by_name supersedes sf_add_plugin (kept but deprecated)
		* Documentation of how to use jq_add_plugins_by_name when you need a plugin at the layout.php level, where it's too late to autoload it
		* sortable consults settings.yml properly for its version
		* settings.yml has correct version for sortable
		* Some small documentation updates
   </notes>
  </release>
  <release>
   <version>
    <release>1.2.4</release>
    <api>1.2.4</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.symfony-project.com/license">MIT license</license>
   <license>MIT</license>
   <date>2009-04-15</date>
   <notes> 
    * b_adele: implemented jq_inputauto_complete_tag
    * boutell: fixed more bugs in sf_jquery_web_dir handling, made it consistent with everybody else's packages once and for all, documented it
   </notes>
  </release>
  <release>
   <version>
    <release>1.2.3</release>
    <api>1.2.3</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.symfony-project.com/license">MIT license</license>
   <license>MIT</license>
   <date>2009-03-10</date>
   <notes> * boutell: upgraded to jQuery 1.3.x
 * boutell: ui.sortable for jq_sortable_element
 * boutell: fixed bugs in directory handling options in settings.yml
 * boutell: fixed bug in plugin loader
 * boutell: implemented jq_sortable element
 * boutell: fixed incorrect and undesired quoting of 'with' parameter to jq_remote_function (thanks to JoeZ99)
   </notes>
  </release>
  <release>
   <version>
    <release>1.2.1</release>
    <api>1.2.1</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.symfony-project.com/license">MIT license</license>
   <license>MIT</license>
   <date>2008-10-20</date>
   <notes>* yannick:  Added BaseJavascriptHelper.php function wrapper
* yannick:  Added jq_button_to_remote function
* yannick:  Added jq_submit_image_to_remote function
* yannick:  Added jq_visual_effect function.
	   * yannick:  Added jquery javascript in web
	   * yannick:  Replaced app_sfJQueryPlugin_library_path by sf_jquery_path in setting.yml
* Yannick : Fixed incorrect data parsing with &quot;with&quot; parameter in jq_remote_function.
* Added web folder and default jquery script.</notes>
  </release>
 </changelog>
</package>
