Merge lp:~rharding/launchpad/fix_attr_quotes into lp:launchpad
Proposed by
Richard Harding
on 2012-07-05
| Status: | Merged |
|---|---|
| Approved by: | j.c.sackett on 2012-07-05 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15562 |
| Proposed branch: | lp:~rharding/launchpad/fix_attr_quotes |
| Merge into: | lp:launchpad |
| Diff against target: |
249 lines (+31/-31) 8 files modified
lib/lp/app/javascript/formwidgets/tests/test_formwidgets.js (+4/-4) lib/lp/app/widgets/templates/license.pt (+2/-2) lib/lp/bugs/javascript/official_bug_tags.js (+1/-1) lib/lp/code/javascript/sourcepackagerecipe.new.js (+2/-2) lib/lp/registry/javascript/sharing/shareepicker.js (+3/-3) lib/lp/registry/javascript/sharing/tests/test_shareepicker.js (+16/-16) lib/lp/registry/javascript/tests/test_team.js (+2/-2) lib/lp/registry/templates/distroseries-localdifferences.pt (+1/-1) |
| To merge this branch: | bzr merge lp:~rharding/launchpad/fix_attr_quotes |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| j.c.sackett (community) | 2012-07-05 | Approve on 2012-07-05 | |
|
Review via email:
|
|||
Commit Message
Add quotes to JS selectors using attributes.
Description of the Change
= Summary =
In YUI 3.5 all selectors based on attribute values must be quoted. This is a
clean up based on the search through the codebase for selectors missing the
quotes.
== Implementation Notes ==
The search used was:
grep -P "\([\"'
This only changes quotes and no other changes to the files/setup.
== Tests ==
./bin/test -x -cvv --layer=
== LoC Qualification ==
This is an even LoC change. We're only changing quotes not adding/removing any
maint.
To post a comment you must log in.
review:
Approve
