Merge lp:~msapiro/mailman/topics into lp:mailman/2.2
Proposed by
Mark Sapiro
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp:~msapiro/mailman/topics | ||||
Merge into: | lp:mailman/2.2 | ||||
Diff against target: |
193 lines (+70/-33) 5 files modified
Mailman/Cgi/options.py (+34/-5) Mailman/Gui/Topics.py (+4/-2) Mailman/Handlers/CalcRecips.py (+6/-5) Mailman/versions.py (+10/-0) templates/en/options.html (+16/-21) |
||||
To merge this branch: | bzr merge lp:~msapiro/mailman/topics | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Barry Warsaw | design code | Pending | |
Review via email: mp+2598@code.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 1022. By Mark Sapiro
-
Merged the 2.2 branch.
- 1021. By Mark Sapiro
-
Merged changes from 2.2 branch.
- 1020. By Mark Sapiro
-
Merged changes from 2.2 branch.
- 1019. By Mark Sapiro
-
Merged change from 2.2 branch
- 1018. By Mark Sapiro
-
Merged changes from 2.2 branch
- 1017. By Mark Sapiro
-
Merges from 2.2 branch
- 1016. By Mark Sapiro
-
Merges from 2.2 branch
- 1015. By Mark Sapiro
-
Merged changes from 2.2 branch.
- 1014. By Mark Sapiro
-
Merged changes from 2.2 branch.
- 1013. By Mark Sapiro
-
Merged changes from 2.2 branch.
This proposal is to merge a fix for bug #255418 to allow a list member to receive all messages which match no defined topic without receiving any messages which match any topics. Review of both the design of the fix and the code are requested.