summaryrefslogtreecommitdiff
path: root/src/mailman/rules
Commit message (Collapse)AuthorAgeFilesLines
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-1513-13/+13
| | | | package.
* Cleanup.Barry Warsaw2009-11-0412-12/+0
|
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-2/+4
|
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-1/+5
| | | | utility.
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-1/+4
| | | | IUserManager utility.
* Test updates and repair.xoBarry Warsaw2009-08-2110-10/+20
|
* De-u-literal-ify our doctests.Barry Warsaw2009-07-1813-41/+54
|
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-291-53/+0
| | | | | | | | Refactor the finding of components so that it's much easier to find and register the ones that come with Mailman by default. Move all the old cmd_*.py commands into the attic. These will eventually be ported to the new framework.
* Last few conversions to pkg_resources instead of listdir'ing the file systemBarry Warsaw2009-03-291-3/+2
| | | | directly.
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-252-4/+4
|
* Get rid of the mailman.rules entry point.Barry Warsaw2009-03-091-3/+3
|
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-032-8/+17
| | | | | | | * Add an adapter from mailing lists to acceptable alias set. Use this instead of the old acceptable alias interface, which is not removed. * Add contentfilter table * Add a bunch of missing docstrings
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-232-13/+50
|
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-2/+2
| | | | | | | | | Message.sender (property) and Message.get_senders() to Message.senders (another property). The semantics of .sender is slightly different too; it no longer consults config.mailman.use_envelope_sender. Add absolute_import and unicode_literals to Utils.py, and clean up a few imports.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-2528-0/+2169
correctly regardless of how it's used.