Closed
Bug 672492
Opened 14 years ago
Closed 14 years ago
Upgrade to jQuery 1.6.2
Categories
(Webtools Graveyard :: Elmo, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
()
Details
Attachments
(1 file, 1 obsolete file)
327.95 KB,
patch
|
Pike
:
review+
|
Details | Diff | Splinter Review |
We're currently relying on a very old version of jQuery (v1.4 in fact).
Newer versions are faster and work much better with the 'data' attribute which we're relying on heavily with the exhibit plugins.
Also, being behind on jQuery makes upgrades harder in the future.
Assignee | ||
Comment 1•14 years ago
|
||
Also note: we currently have ./static/js/jquery.js ./static/js/libs/jquery-1.4.4.min.js
Assignee | ||
Updated•14 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•14 years ago
|
||
More note-to-self: Go ahead and try the upgrade, check how the jQuery UI dependent pages behave and consider upgrading jquery UI too.
Assignee | ||
Comment 3•14 years ago
|
||
I checked and none of the pages I could find from a monkey-clicking-around broke. Also I checked, the latest jQuery UI version 1.8.4 is based on jQuery 1.3.2 so there's no reason to upgrade jQuery UI.
Attachment #548416 -
Flags: review?(l10n)
Comment 4•14 years ago
|
||
Comment on attachment 548416 [details] [diff] [review]
Upgrades to jQuery 1.6.2
Review of attachment 548416 [details] [diff] [review]:
-----------------------------------------------------------------
This doesn't touch js/jquery.js, is that intentional? Seems to me like we'd want to remove that as well?
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> Comment on attachment 548416 [details] [diff] [review] [review]
> Upgrades to jQuery 1.6.2
>
> Review of attachment 548416 [details] [diff] [review] [review]:
> -----------------------------------------------------------------
>
> This doesn't touch js/jquery.js, is that intentional? Seems to me like we'd
> want to remove that as well?
Uh. I removed it. Lemme check what I did wrong with the git diff
Assignee | ||
Comment 6•14 years ago
|
||
Two jquery versions removed, one added and base.html now wires jquery-1.6.2-min.js
Attachment #548416 -
Attachment is obsolete: true
Attachment #548743 -
Flags: review?(l10n)
Attachment #548416 -
Flags: review?(l10n)
Comment 7•14 years ago
|
||
Comment on attachment 548743 [details] [diff] [review]
Deletes the two obsolete jquery versions
Review of attachment 548743 [details] [diff] [review]:
-----------------------------------------------------------------
r=me.
Attachment #548743 -
Flags: review?(l10n) → review+
Assignee | ||
Comment 8•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 9•14 years ago
|
||
Verified FIXED on https://l10n-dev-sj.mozilla.org/:
[10:12:26.990] GET https://l10n-dev-sj.mozilla.org/ [HTTP/1.1 200 OK 5212ms]
[10:12:33.584] GET https://l10n-dev-sj.mozilla.org/static/js/libs/jquery-1.6.2.min.js [HTTP/1.1 200 OK 1136ms]
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Assignee: nobody → peterbe
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•