Merge lp:~wallyworld/launchpad/more-mochikit-fallout into lp:launchpad
Proposed by
Ian Booth
on 2012-01-17
| Status: | Merged |
|---|---|
| Approved by: | William Grant on 2012-01-17 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 14681 |
| Proposed branch: | lp:~wallyworld/launchpad/more-mochikit-fallout |
| Merge into: | lp:launchpad |
| Diff against target: |
191 lines (+78/-44) 5 files modified
lib/lp/app/javascript/comment.js (+3/-3) lib/lp/code/javascript/util.js (+60/-0) lib/lp/code/templates/branch-form-macros.pt (+5/-22) lib/lp/code/templates/branch-listing.pt (+5/-11) lib/lp/code/templates/daily-builds-listing.pt (+5/-8) |
| To merge this branch: | bzr merge lp:~wallyworld/launchpad/more-mochikit-fallout |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2012-01-17 | Approve on 2012-01-17 |
|
Review via email:
|
|||
Commit Message
Fix last remaining (hopefully) fallout from removing mochikit.
Description of the Change
Fix last remaining (hopefully) fallout from removing mochikit.
1. Port more connect() calls found in TAL to use Y.on()
2. Fix a trim() call -> Y.Lang.trim()
3. Fix a selector in comment.js div#add-
Tested locally.
As a side effect of the embedded js rework, a previously reported XSS bug was also fixed.
To post a comment you must log in.

update_ branch_ unique_ name needs to use set('text'), but apart from that this is great.