"The one thing this does not do for you, though,
is actually test that all your code works with the new version"

Yes, and that's a big concern.  As this library grows in popularity,
the number of plug-ins will only increase along with the updates
to the core and that's going to create a constant problem of
compatibility.

We need some kind of system where plug-ins are tested and deemed
compatible with this version or that version of the core and not with
some other version.

An automated system that checks for compatibility and dependencies.

I can see easily where I update on plug-in that other plug-ins are
dependent on in 3 or 4 places and without a lot of testing I risk
breaking a site.

I'm just trying to figure out a way to manage a fast-growing library
and all its little plug-in children which are multiplying very rapidly!

Rick

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of oliver
Sent: Saturday, July 28, 2007 12:11 AM
To: jQuery (English)
Subject: [jQuery] Re: How does everyone handle the constant updating of
jQuery and plug-ins?


There are a few ways to keep yourself up-to-date with jQuery.  You can
of course just update the file you already have, which is probably the
easiest way.

On my site, I have a universal script file and have created a 'load
script' function (rather like jQuery's getScript function) so that I
can change which libraries are loaded in one place and have them
updated everywhere.  (I created this before I started using jQuery.)

Or, you can just paste the packed version of jQuery (and any plugins)
into a single, universally linked file.

The one thing this does not do for you, though, is actually test that
all your code works with the new version :)

o

On Jul 27, 6:11 pm, "Rick Faircloth" <[EMAIL PROTECTED]> wrote:
> What does everyone do to stay updated with the latest jQuery and plug-ins
>
> for every website?
>
> Up to this point, I've been putting my jQ in my site folders, but the more
> jQ I use
>
> on sites, the more of a chore it is to go through and update everything
with
> the
>
> latest versions. and jQ and its plug-ins changes quickly!
>
> Is it better to setup a central repository on my server to hold the jQ and
> plug-ins?
>
> It would seem so.
>
> That leads me to another question. has anyone thought about developing
some
>
> kind of auto-updating function(s) like most software has today for jQ and
> the plug-ins?
>
> Is it possible to use jQ to check online for updated versions and plug-ins
> that are in
>
> use on a particular system, compare the updated versions to what's
currently
> on the
>
> server and download newer versions that are deemed stable and ready for
> primetime?
>
> I know this raises some issues with whether or not updates will break
> existing code,
>
> but the current plug-ins for a particular jQ version could be verified by
> the plug-in
>
> user as having been testing for the jQ version being considered for
> download.
>
> If all is not well, then the update doesn't occur.
>
> I just think we need some kind of automated system to keep everything
> up-to-date
>
> without breaking anything versus having to manually perform updates to jQ,
> et al.
>
> Thoughts?
>
> Rick



Reply via email to