-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Upgrade to jQuery 2 #6557
Comments
Is there any reason why we should switch to jQuery 2.x? |
@svbergerem we don't actually support IE 6/7/8 at all. I don't know about the current code but 3 years ago diaspora* wasn't working at all with those browsers and we didn't work on this since that moment, so I assume this is not a blocker. |
jQuery 2.x code is lighter so I suppose that improves performance. Originally, this is related to #6555 which uses Hammer.JS. The jQuery plugin depends on jQuery 2. This is not really blocking as I've just copied the file in
We use flexboxes in CSS which are not even well supported by IE10 so I guess jQuery is not our first compatibility problem ;) |
that could hurt. but I can try it in the next few days. also I have to talk with upstream about it diaspora/jsxc#134 |
//adding @pravi he is currently checking if we can use jquery 2 out of the box with the debian package |
Ping. |
Google Chrome Frame was a plugin for Internet Explorer, but is no longer supported. And it was included with http and not https which triggered a warning on most pods. Also set the minimum version to 9 to support diaspora#6557
Google Chrome Frame was a plugin for Internet Explorer, but is no longer supported. And it was included with http and not https which triggered a warning on most pods. Also set the minimum version to 9 to support diaspora#6557
Google Chrome Frame was a plugin for Internet Explorer, but is no longer supported. And it was included with http and not https which triggered a warning on most pods. Also set the minimum version to 9 to support diaspora#6557
Fixed by #6944. |
diaspora currently relies on jQuery 1.11.2. Nothing stops us to upgrade to jQuery 2.1.4 except diaspora_jsxc which requires exactly 1.11.2. I just tested which a patched version of the diaspora_jsxc locally, everything seems to work well. @zauberstuhl, do you have an opposition onn patching diaspora_jxsc so we can upgrade to jQuery 2?
The text was updated successfully, but these errors were encountered: