Merge lp:~rockstar/launchpad/code-js-reorg into lp:launchpad
Proposed by
Paul Hummer
on 2010-02-25
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Graham Binns on 2010-03-10 | ||||
| Approved revision: | no longer in the source branch. | ||||
| Merged at revision: | not available | ||||
| Proposed branch: | lp:~rockstar/launchpad/code-js-reorg | ||||
| Merge into: | lp:launchpad | ||||
| Diff against target: |
343 lines (+49/-47) 11 files modified
lib/canonical/launchpad/javascript/code/branchlinks.js (+4/-4) lib/canonical/launchpad/javascript/code/branchmergeproposal.js (+5/-5) lib/canonical/launchpad/javascript/code/branchstatus.js (+4/-4) lib/canonical/launchpad/javascript/code/codereview.js (+9/-7) lib/canonical/launchpad/javascript/code/popupdiff.js (+6/-6) lib/canonical/launchpad/javascript/code/subscription.js (+4/-4) lib/canonical/launchpad/windmill/jstests/launchpad_ajax.js (+2/-2) lib/lp/bugs/templates/bugtask-index.pt (+2/-2) lib/lp/code/templates/branch-index.pt (+6/-6) lib/lp/code/templates/branch-related-bugs-specs.pt (+2/-2) lib/lp/code/templates/branchmergeproposal-index.pt (+5/-5) |
||||
| To merge this branch: | bzr merge lp:~rockstar/launchpad/code-js-reorg | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | code | 2010-02-25 | Approve on 2010-03-10 |
|
Review via email:
|
|||
To post a comment you must log in.
| Paul Hummer (rockstar) wrote : | # |
review:
Approve
(code)

Hi there-
This branch just fixes bug 513270. Basically, the code Javascript doesn't
conform to our new(er) Javascript standards. This branch is actually a split
up version of what I wanted to do with the javascript, but the revisions past
this will conflict with thumper's work that I reviewed yesterday, and I don't
want to make the major changes (from the latter revisions) so close to release
time.
Cheers,
Paul