summaryrefslogtreecommitdiff
path: root/mailman/initialize.py
Commit message (Collapse)AuthorAgeFilesLines
* Lots of changes to make bin/withlist work under a buildout environment.Barry Warsaw2008-12-201-116/+0
| | | | | | | | | | mailman.configuration -> mailman.config.config mailman.initialize -> mailma.core.initialize mailman.loginit -> mailman.core.logging (yay future absolute imports!) Convert all configurations to lazr.config, though some legacy still remains, and I haven't been able to remove Defaults.py yet. Added as_boolean() and as_log_level() helpers for explicit type conversion. Added a schema.cfg.
* Move core Mailman modules to the new mailman.core package. FunctionalityBarry Warsaw2008-09-291-5/+5
| | | | | that's part of the 'application', i.e. non-essential to the core functionality is left in mailman.app. This division of labor is still formative.
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* Collect the initialization of adapters into a separate method.Barry Warsaw2008-09-231-0/+34
| | | | Flesh out the join method.
* Refactor the archivers so that they live in a separate sub-package. Split outBarry Warsaw2008-07-051-0/+2
| | | | | | | | | the Pipermail, Prototype, and MailArchiver plugins into separate modules. Put the archives registry on the config object and initialize it at the right time. Update plugin entry points.
* Update and reorganize the command queue runner so that it works with theBarry Warsaw2008-04-261-0/+2
| | | | | plugin architecture. Update the Echo command to the new architecture. Add a doctest of course.
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-0/+78