lp:~danci-emanuel/mailman/dlists_support_added

Created by Emanuel Danci and last modified
Get this branch:
bzr branch lp:~danci-emanuel/mailman/dlists_support_added
Only Emanuel Danci can upload to this branch. If you are Emanuel Danci please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Emanuel Danci
Project:
GNU Mailman
Review team:
Systers-Dev
Status:
Experimental

Recent 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

7155. By Barry Warsaw

trunk merge

7154. By Barry Warsaw

False rather than 0

7153. By Barry Warsaw

 * List-Post should be NO when posting is not allowed. (LP: #987563)

7152. By Barry Warsaw

General code cleanup.

 - Add explicit dependency on zope.event in setup.py.
 - Use Python 3 compatible syntax for specifying that a class implements an
   interface, i.e. the @implementer class decorator.
 - print_function futures.
 - Whitespace normalization.

7151. By Barry Warsaw

Several non-functional improvements to the code base.

Reduce the explicit use of the config.db global by introducing two new
helpers:
 - A new transaction() context manager which will commit the transaction on
   successful exit, otherwise it will abort the transaction
 - A new dbconnection decorator which calls the decorated method with the
   Storm store object as the first argument (after self). This can be used
   instead of config.db.store.

By reducing the explicit use of this global, we have a better chance of
refactoring it away in the future. Still TODO: runner.py and lmtp.py.

Be explicit about the `store` attribute on the IDatabase interface.

More consistent use of __future__ imports.

Remove an obsolete command line script.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mailman
This branch contains Public information 
Everyone can see this information.

Subscribers