Metadata-Version: 1.0
Name: collective.js.jqueryui
Version: 1.7.2.5
Summary: JQueryUI ready to be included in portal_javascript
Home-page: https://svn.plone.org/svn/collective/collective.js.jqueryui
Author: JeanMichel FRANCOIS aka toutpt
Author-email: jeanmichel.francois@makina-corpus.com
License: GPL
Description: Introduction
        ============
        
        Simple integration of jqueryui in Plone, like collective.js.jquery.
        
        It is different from collective.jqueryui in many ways:
        
        * no skin dirs (js and css are in resource dirs)
        * no all the bunch of files and documentations from original jqueryui
        * this one is minified
        * just add all jqueryui to portal_js, and default css to portal_css (if you apply the profile)
        
        Notes
        =====
        
        Plone 3.3 include the last JQuery (1.3.2). But collective.js.jquery doesn't add it, it replace it.
        
        
        Changelog
        =========
        
        1.7.2.5 (unreleased)
        --------------------
        
        * Include collective.js.jquery configure.zcml
        
        1.7.2.4 (2009-08-25)
        --------------------
        
        * Add dependency to collective.js.jquery in the default profile
        
        1.7.2.3 (2009-08-17)
        --------------------
        
        * Update documentation: add note for developer about Plone3.3
        * Remove all .* files include in the last release (MacOSX feature)
        
        1.7.2.2 (2009-06-25)
        --------------------
        
        * Fixed images not being able to be loaded from css problem.
        
        1.7.2.1 (2009-06-10)
        --------------------
        
        * Initial release with jquery-ui 1.7.2 (need jquery 1.3.x)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
