-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please update bundled jQuery #785
Comments
I think I want to let @kylejohnson respond to this. |
As far as I can tell jQuery 1.7.2 works just fine in Zoneminder. In fact I've never used Zoneminder with older bundled jQuery 1.4.2... I'm all for conservative upgrade, not to the latest version but to the well tested 1.7.2 for now. |
I noticed the new API Kyle is working on has some references to jquery in it. I want make sure it doesn't affect that. |
Any reason not to use the latest 1.11.2 version? |
Signed-off-by: Dmitry Smirnov <[email protected]>
It is good to know that jQuery maintains stable API. Please remember to create un-versioned symlink Also please never ever commit minified javascripts. They are same as pre-compiled binaries -- unreadable, unmodifiable, and non-distributable in Debian. |
See #809 |
upgrade bundled jQuery (Closes: #785)
All good (merged), closing... |
@kylejohnson FYI JQuery web site says:
I reckon we'll need more caution to upgrade to jQuery v1.9.0 and above... |
Let's upgrade jquery from v1.4.2 to 1.7.2 please.
1.7.2 is the version that soon to-be-released Debian Jessie is shipping.
Official Debian packaging of Zoneminder uses system (not bundled) version of jquery.
I'm not sure if code changes will be needed but new version appears to be backwards compatible. Thanks.
The text was updated successfully, but these errors were encountered: