Merge lp:~sinzui/launchpad/mailing-list-simple-0 into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Aaron Bentley on 2010-12-13 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 12056 |
| Proposed branch: | lp:~sinzui/launchpad/mailing-list-simple-0 |
| Merge into: | lp:launchpad |
| Diff against target: |
905 lines (+110/-302) 15 files modified
lib/canonical/launchpad/doc/celebrities.txt (+78/-64) lib/canonical/launchpad/interfaces/launchpad.py (+3/-5) lib/canonical/launchpad/permissions.zcml (+0/-5) lib/canonical/launchpad/security.py (+0/-38) lib/canonical/launchpad/utilities/celebrities.py (+1/-1) lib/lp/registry/browser/configure.zcml (+1/-10) lib/lp/registry/browser/mailinglists.py (+0/-92) lib/lp/registry/browser/person.py (+1/-1) lib/lp/registry/browser/team.py (+1/-1) lib/lp/registry/browser/tests/mailinglist-views.txt (+4/-4) lib/lp/registry/doc/mailinglists.txt (+14/-12) lib/lp/registry/model/mailinglist.py (+5/-3) lib/lp/registry/stories/mailinglists/lifecycle.txt (+1/-1) lib/lp/registry/templates/mailinglists-review.pt (+0/-64) lib/lp/registry/tests/mailinglists_helper.py (+1/-1) |
| To merge this branch: | bzr merge lp:~sinzui/launchpad/mailing-list-simple-0 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Aaron Bentley (community) | 2010-12-13 | Approve on 2010-12-13 | |
|
Review via email:
|
|||
Description of the Change
Fix small issues with mailing lists.
Launchpad bug:
https:/
https:/
Pre-
Test command: ./bin/test -vv -t mailinglist
Bug #669249 ['MailingListMa
The mailing_
team. The 'MailingListMan
the registry team.
Bug #151290 [IMailingList.
-------
RULES
Bug #669249 ['MailingListMa
* Replace all uses of MailingListManager with Moderate.
* Remove MailingListManager and its checker.
Bug #151290 [IMailingList.
Appart from the team and the mailing list status it should also contain
the address of that mailing list.
QA
Bug #669249 ['MailingListMa
* As a list owner verify you can visit your teams
Bug #151290 [IMailingList.
* Update the __repr__() method.
LINT
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
^ There are are many line and white space issues reported in this files.
I will fix these before I land the branch. I think this will keep the diff
readable.
IMPLEMENTATION
Both these bugs were largely fixed using find and replace.
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
lib/
I manually deleted some class and files after discovering that they are
not used.
lib/
lib/
lib/
lib/
