collective.js.jqueryui and Plone3.3.

2 messages Options
Embed this post
Permalink
Jean-Michel FRANCOIS () collective.js.jqueryui and Plone3.3.
Reply Threaded More More options
Print post
Permalink
Hi,

Some one has asked me to remove the dependency of collective.js.jqueryui
on collective.js.jquery. This dependency exists because Plone < 3.3
include an too old version of jquery for jqueryui requirements.

My feelings about this is to keep this dependency but I want discuss it
before.

My cons:
* Every buildout that has not pinned the version of jqueryui will be
broken. They must pin version or include collective.js.jquery explicitly.
* js are available throw browser resources, so the deps doesn't add them
in javascript tool (you need to apply the profil)

I think developers using jqueryui must update their products (or not) to
use the jquery  shipped with plone, but it's optimization only available
for Plone 3.3.

Next I don't know if a prefixed jquery (jq) instance can be used with
jqueryui.

So please what is your point of view ?

--
Cordialement,
Jean-Michel FRANCOIS
Makina-Corpus



_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers
Wichert Akkerman () Re: collective.js.jqueryui and Plone3.3.
Reply Threaded More More options
Print post
Permalink
On 8/17/09 10:06 , Jean-Michel FRANCOIS wrote:

> Hi,
>
> Some one has asked me to remove the dependency of collective.js.jqueryui
> on collective.js.jquery. This dependency exists because Plone<  3.3
> include an too old version of jquery for jqueryui requirements.
>
> My feelings about this is to keep this dependency but I want discuss it
> before.
>
> My cons:
> * Every buildout that has not pinned the version of jqueryui will be
> broken. They must pin version or include collective.js.jquery explicitly.
> * js are available throw browser resources, so the deps doesn't add them
> in javascript tool (you need to apply the profil)
>
> I think developers using jqueryui must update their products (or not) to
> use the jquery  shipped with plone, but it's optimization only available
> for Plone 3.3.
>
> Next I don't know if a prefixed jquery (jq) instance can be used with
> jqueryui.
>
> So please what is your point of view ?

Add a dependency on Plone >=3.3rc5 to future versions of
collective.js.jqueryui and remove jquery 1.3 from it?

Wichert.

_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers