| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 13 | -13/+13 |
| | | | | | package. | ||||
| * | Cleanup. | Barry Warsaw | 2009-11-04 | 12 | -12/+0 |
| | | |||||
| * | As before, replace config.db.requests and config.db.pendings with utilities. | Barry Warsaw | 2009-08-26 | 1 | -2/+4 |
| | | |||||
| * | Replace the message_store instance on the database with an IMessageStore | Barry Warsaw | 2009-08-26 | 1 | -1/+5 |
| | | | | | utility. | ||||
| * | Remove the user_manager attribute from config.db and expose it as an | Barry Warsaw | 2009-08-26 | 1 | -1/+4 |
| | | | | | IUserManager utility. | ||||
| * | Test updates and repair.xo | Barry Warsaw | 2009-08-21 | 10 | -10/+20 |
| | | |||||
| * | De-u-literal-ify our doctests. | Barry Warsaw | 2009-07-18 | 13 | -41/+54 |
| | | |||||
| * | Add argparse 'cause I think this might end up being cool. | Barry Warsaw | 2009-03-29 | 1 | -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 system | Barry Warsaw | 2009-03-29 | 1 | -3/+2 |
| | | | | | directly. | ||||
| * | Move the Action and NewsModeration enums into their own interface files. | Barry Warsaw | 2009-03-25 | 2 | -4/+4 |
| | | |||||
| * | Get rid of the mailman.rules entry point. | Barry Warsaw | 2009-03-09 | 1 | -3/+3 |
| | | |||||
| * | Convert content filter and acceptable aliases away from pickle types. | Barry Warsaw | 2009-03-03 | 2 | -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 Warsaw | 2009-02-23 | 2 | -13/+50 |
| | | |||||
| * | Move mailman.Message to mailman.email.Message. Rename Message.get_sender() to | Barry Warsaw | 2009-02-09 | 1 | -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 works | Barry Warsaw | 2009-01-25 | 28 | -0/+2169 |
| correctly regardless of how it's used. | |||||
