Merge lp:~rharding/launchpad/1024866_buglink into lp:launchpad
Proposed by
Richard Harding
on 2012-07-16
| Status: | Merged |
|---|---|
| Approved by: | Richard Harding on 2012-07-16 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15632 |
| Proposed branch: | lp:~rharding/launchpad/1024866_buglink |
| Merge into: | lp:launchpad |
| Diff against target: |
127 lines (+43/-11) 5 files modified
lib/lp/app/javascript/listing_navigator.js (+18/-2) lib/lp/app/javascript/tests/test_listing_navigator.js (+20/-6) lib/lp/bugs/javascript/buglisting.js (+1/-1) lib/lp/bugs/javascript/tests/test_buglisting.js (+3/-1) lib/lp/registry/javascript/sharing/shareetable.js (+1/-1) |
| To merge this branch: | bzr merge lp:~rharding/launchpad/1024866_buglink |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Benji York (community) | code | 2012-07-16 | Approve on 2012-07-16 |
|
Review via email:
|
|||
Commit Message
Fixes 1024866 to limit listing navigator selector scope.
Description of the Change
= Summary =
There was an update to the portlet html that the bug listing code ended up
grabbing html from the portlet and trying to turn it into nex/prev links. This
corrects that.
== Implementation Notes ==
This adds helpers to the listing navigator to add a parent node to limit work
within replacing usage of Y.one/all with it's own version.
== Tests ==
test_listing_
== LoC Qualification ==
I've got a small credit from recent YUI 3.5 work see branch:
To post a comment you must log in.

Looks good.