- **status**: in-progress --> review
- **Comment**:
Closed #722. `ib/7827`
Earlier version of `allura-base.js` have contained "tooltip" plugin. I see that
it is used in two places in code (see below), but can't find it anywhere on UI,
so I didn't include it for now. Maybe you know what it was used for and can
point out it to me, so I can add it back and check that it still works?
~~~~~
Allura/allura/public/nf/js/allura-base.js
25: $this.tooltip({showURL: false});
Allura/allura/lib/widgets/project_list.py
98: $(badges[i]).parent('a[title]').tooltip({
~~~~~
**QA:**
Browse the site and watch for errors related to jQuery in the developer
console.
You can also revert [02a539e] to be able to see jquery-migrate warnings, if any
(ignore the `$.browser` one, since we have a piece of code for that).
Some areas to check:
- forms (especially ticket create/edit, since it has a lot of custom widgets)
- comments, replies
- admin UI (permissions, tools, etc)
- tracker field management
- ticket filters, milestones, etc
- whatever you may think of
Also, make sure it fixes [#6297] and close it too.
---
** [tickets:#7827] Upgrade jQuery to latest version**
**Status:** review
**Milestone:** unreleased
**Labels:** 42cc sf-current sf-2
**Created:** Fri Feb 06, 2015 04:25 PM UTC by Igor Bondarenko
**Last Updated:** Tue Feb 10, 2015 05:57 AM UTC
**Owner:** Igor Bondarenko
See [#6297] for some thoughts and context
---
Sent from forge-allura.apache.org because [email protected] is subscribed
to https://forge-allura.apache.org/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.