Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch, jquery.patch, failed testing.

droplet’s picture

Status: Needs work » Needs review
FileSize
251.25 KB

Changed some testcases link to less changing files.

Status: Needs review » Needs work

The last submitted patch, 2: jquery-2392887-2.patch, failed testing.

nod_’s picture

I think you forgot to add the jquery.min.js file in the patch.

droplet’s picture

Status: Needs work » Needs review
FileSize
336.53 KB
nod_’s picture

Status: Needs review » Needs work
+++ b/core/core.libraries.yml
@@ -314,13 +314,13 @@ html5shiv:
+    assets/vendor/jquery/jquery.min.js: { weight: -20 }

Options should be { weight: -20, minified: true }.

droplet’s picture

Status: Needs work » Needs review
FileSize
336.54 KB

Oh. never know it has this option. Added

nod_’s picture

Status: Needs review » Reviewed & tested by the community

It's only used to say that those files don't need to be minified again. Not really doing much right now as we don't have minification in core.

Tentatively marking RTBC, if testbot is green we're good. Stuff still works, views ui, quickedit, contextual, toolbar.

tstoeckler’s picture

Is there any reason we are moving to a minified file here? Seems like that should be a separate discussion?

nod_’s picture

See parent issue, we're updating and switching to minified in one go.

droplet’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Needs review
FileSize
336.68 KB
165.45 KB
droplet’s picture

Title: Update JS lib: jQuery to 2.1.1 » Update JS lib: jQuery to 2.1.3
nod_’s picture

Status: Needs review » Reviewed & tested by the community

New version is all good too.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Let's have a new jquery to celebrate the season's festivities :)

We have a commitment to ship with the latest version of Drupal's dependencies on release. Committed a6dcf1b and pushed to 8.0.x. Thanks!

  • alexpott committed a6dcf1b on 8.0.x
    Issue #2392887 by droplet: Update JS lib: jQuery to 2.1.3
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.