Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
javascript
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 16:18 UTC
Updated:
1 Feb 2010 at 17:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
casey commentedUpdate to 2.36
Comment #2
brianV commentedMay as well get this in, although I figure we will update again right before release.
Comment #3
dave reidCan we please use JSMin (used in most other jQuery JS) instead of Packer?
Comment #4
robloachDefinitely, although it would be a little bit larger file, it would improve JavaScript load speed performance.
Comment #5
robloachWhoops, forgot CHANGELOG.txt.
Comment #6
andypost+1 to commit, but could someone to test this change for #240777: Attach: An HTTP Error 0 occurred (on file upload)
Personally I have no issues under FF36, IE8, Opera 10.10 - tested with imagefield
Patch applied with only on hunk so I reroll
Comment #8
mfer commentedThe previous patch had some line breaks in the minified file that should not have been there. This patch removes those. The failed tests passed for me locally with the change.
Comment #9
andypostSuppose my patch was done with wrong params...
Comment #10
mcrittenden commentedSub.
Comment #11
dries commentedWe'll continue to sync with the latest jQuery releases for a while. Committed to CVS HEAD. Thanks.