Merge lp:~danci-emanuel/mailman/dlists_support_added into lp:~danci-emanuel/mailman/mm_orig
Proposed by
Emanuel Danci
Status: | Needs review |
---|---|
Proposed branch: | lp:~danci-emanuel/mailman/dlists_support_added |
Merge into: | lp:~danci-emanuel/mailman/mm_orig |
Diff against target: |
120 lines (+12/-9) 6 files modified
src/mailman/database/schema/postgres.sql (+1/-0) src/mailman/database/schema/sqlite.sql (+1/-0) src/mailman/interfaces/mailinglist.py (+5/-2) src/mailman/model/mailinglist.py (+1/-0) src/mailman/rest/configuration.py (+3/-3) src/mailman/styles/default.py (+1/-4) |
To merge this branch: | bzr merge lp:~danci-emanuel/mailman/dlists_support_added |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robin J (community) | Approve | ||
Emanuel Danci | Pending | ||
Review via email:
|
To post a comment you must log in.
Unmerged revisions
- 7160. By Emanuel Danci
-
Contains the changes needed for supporting Dynamic sublists
- 7159. By Emanuel Danci
-
Contains the changes needed for supporting Dynamic sublists
- 7158. By Emanuel Danci
-
Dynamic sublists support added
- 7157. By Emanuel Danci
-
Contains the changes needed for supporting Dynamic sublists
- 7156. By Emanuel Danci
-
contains UI changes needed for supporing Dynamic sublists
This all looks reasonable, but I don't have the larger context of what these files are actually doing.
At line 114, why did you delete mlist.advertised?
It also looks like you are arbitrarily changing the indentation at lines 44 and 82. That's not good.
With those changes, it's probably OK for now. (you need a larger context to be able to test it, I think -- like something that uses the dlists_enabled variable?