Metadata-Version: 1.0
Name: collective.js.jqueryui
Version: 1.7.2.7
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
        ============
        
        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
        =====
        
        There are three profiles in this package:
        
        - ``default``: use this one with Plone 3.2/3.3 if you don't use
        plone.app.jquerytools. It will replace the jQuery version in Plone by
        the one included in collective.js.jquery because Plone <= 3.3rc2 include
        an old version of jQuery (1.2) and jqueryui 1.7 requires jQuery 1.3+.
        
        - ``withjqtoolsplone3``: use this one if you include plone.app.jquerytools
        yourself in a Plone 3.2, this profile installs a jqueryui library
        without the tabs plugin which conflicts with plone.app.jquerytools.
        It will replace the jQuery version in Plone by the one included in
        collective.js.jquery.
        
        - ``withjqtools``: use this one if you use Plone 3.3/4. It will keep the
        jQuery version included in Plone and is compatible with
        plone.app.jquerytools. You need to include plone.app.jquerytools yourself
        on Plone 3.3.
        
        Changelog
        =========
        
        1.7.2.7 (2010-03-16)
        --------------------
        
        * ``withjqtools`` profile doesn't apply the collective.js.jquery profile
        anymore. So you can use it with Plone 3.3/4, it will not replace the
        jQuery version included in Plone.
        [vincentfretin]
        
        * Add ``withjqtoolsplone3`` profile which is the same as ``withjqtools`` but
        installs the collective.js.jquery profile so the jQuery library is replaced
        by a newer one. Use this profile only on Plone 3.2 with plone.app.jquerytools.
        [vincentfretin]
        
        1.7.2.6 (2010-02-02)
        --------------------
        
        * Add profile ``withjqtools``, a profile registering the jquery UI bundle
        without the ``tabs`` plugin. This plugin conflicts with the same plugin
        from jquery tools. Note that ``plone.app.jquerytools`` must be availabe in
        your system, since it's profile is applied as dependency. It's not added
        to the setup dependencies of this package. [rnix]
        * Add jquery-ui-1.7.2.jq-tools-compat.js [rnix]
        
        1.7.2.5 (2009-08-26)
        --------------------
        
        * Include collective.js.jquery configure.zcml [vincentfretin]
        
        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
