Integration of jQueryUI in Plone
Can not be upgraded from 2.2.0 directly! It is a major braking release!
There is no upgrade step provided for this "version jump", instead follow these steps:
- First uninstall 2.1.8 version of JQuery UI using "Site Setup / Add-ons" page. This will cleanly remove all: Plugin selection related registry records; Old style jsregistry items; Actions and controlpanel pages.
- Run the buildout to get the 4.0.0 version.
- Restart instance.
- Install JQuery UI again using "Site Setup / Add-ons" page.
Support is dropped for older versions of Plone and Python 2.7.
This package can be used as a Plone add-on only.
buildout.cfg:
[instance] eggs += collective.js.jqueryui
By default this addon register all plugins and activate all of them. The registry based plugin activation is dropped. See collective#46.