Merge lp:~michael.nelson/launchpad/649599-ajax-comment-on-dsdiff into lp:launchpad/db-devel
| Status: | Merged |
|---|---|
| Approved by: | Jelmer Vernooij on 2010-09-29 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 9849 |
| Proposed branch: | lp:~michael.nelson/launchpad/649599-ajax-comment-on-dsdiff |
| Merge into: | lp:launchpad/db-devel |
| Diff against target: |
462 lines (+152/-28) 13 files modified
lib/canonical/launchpad/interfaces/__init__.py (+1/-0) lib/canonical/launchpad/interfaces/_schema_circular_imports.py (+6/-0) lib/lp/registry/browser/configure.zcml (+8/-0) lib/lp/registry/browser/distroseriesdifference.py (+31/-6) lib/lp/registry/browser/tests/test_distroseriesdifference_views.py (+9/-9) lib/lp/registry/browser/tests/test_distroseriesdifference_webservice.py (+13/-0) lib/lp/registry/interfaces/distroseriesdifference.py (+8/-1) lib/lp/registry/interfaces/distroseriesdifferencecomment.py (+19/-2) lib/lp/registry/model/distroseriesdifference.py (+2/-2) lib/lp/registry/model/distroseriesdifferencecomment.py (+25/-2) lib/lp/registry/templates/distroseries-localdifferences.pt (+3/-3) lib/lp/registry/templates/distroseriesdifference-listing-extra.pt (+1/-1) lib/lp/registry/tests/test_distroseriesdifferencecomment.py (+26/-2) |
| To merge this branch: | bzr merge lp:~michael.nelson/launchpad/649599-ajax-comment-on-dsdiff |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jelmer Vernooij (community) | code | 2010-09-29 | Approve on 2010-09-29 |
|
Review via email:
|
|||
Commit Message
Exposes IDistroSeriesDi
Description of the Change
= Summary =
This branch exposes IDistroSeriesDi
getting ready to add comments via JS.
It follows on from:
https:/
== Pre-implementation notes ==
The UI has been discussed as part of the LEP:
https:/
in particular, the mockup at:
https:/
(Add comment will be what the next branch adds).
== Implementation details ==
Nothing out of the ordinary.
== Tests ==
bin/test -vvm test_distroseri
test_distroseri
== Demo and Q/A ==
None
= Launchpad lint =
I'm updating the lint in the two files below now.
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
lib/canonical
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/canonical
lib/lp/
./lib/lp/
70: W391 blank line at end of file
52: Line exceeds 78 characters.
./lib/canonical
12: 'from canonical.
...
./lib/lp/
20: 'person_logged_in' imported but unused
11: 'Store' imported but unused

Not much to add. Nice work!