| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do not create the .mo files during setup. This makes things go much faster. | Barry Warsaw | 2009-11-24 | 1 | -4/+11 |
| | | | | | | The tests do require a partial French translation for digester.txt, so just include the bare minimum, already msgfmt'd in the mailman.testing package. | ||||
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 3 | -1/+113 |
| | | | | | package. | ||||
| * | Move a module. | Barry Warsaw | 2009-11-04 | 1 | -0/+59 |
| | | |||||
| * | smtp_direct.py is dead and gone. | Barry Warsaw | 2009-11-03 | 1 | -9/+4 |
| | | |||||
| * | mailmanctl must use absolute imports | Barry Warsaw | 2009-08-17 | 1 | -0/+2 |
| | | | | | | | Turn debug log level up to info so we're not spammed. Apparently we now have to add a \n to the stream output in emit(). | ||||
| * | Move BadDomainSpecificationError to domain.txt interface. Try to set this to | Barry Warsaw | 2009-07-26 | 1 | -4/+0 |
| | | | | | | | return an HTTP 400 error, though it does not seem to work. Expose list creation through the API. | ||||
| * | More REST server updates. | Barry Warsaw | 2009-06-29 | 1 | -9/+7 |
| | | | | | | | | * Get rid of in-Python adapter registration in favor of ZCML. Eventually, I'd like to get rid of the ZCML. * Set the view_permission to None, but it's still not right. * Add IDomainSet and an adapter from Configuration to IDomainSet. | ||||
| * | Refactor __import__'s into a separate utility module. | Barry Warsaw | 2009-05-16 | 1 | -9/+4 |
| | | |||||
| * | Add initialization pre- and post- hooks, configurable in the config file. | Barry Warsaw | 2009-05-15 | 1 | -5/+17 |
| | | | | | | | | | | | | This lets you run a bit of Python at various stages of the initialization process. Move the warnings filters to the top mailman package __init__.py so you always get it. lazr.restful is too chatty. The environment variable $MAILMAN_CONFIG_FILE now overrides -C. Hmm, I think we really want it the original way. | ||||
| * | Checkpointing restful annotations. | Barry Warsaw | 2009-04-01 | 1 | -1/+5 |
| | | |||||
| * | Hook in lazr.restful (which isn't in the Cheeseshop yet). | Barry Warsaw | 2009-04-01 | 1 | -0/+48 |
| | | | | | | | | Add infrastructure that the first REST interface will use, i.e. providing the Mailman and Python versions. Update bin/version | ||||
| * | Add argparse 'cause I think this might end up being cool. | Barry Warsaw | 2009-03-29 | 2 | -4/+4 |
| | | | | | | | | | 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. | ||||
| * | Bye bye plugins module. | Barry Warsaw | 2009-03-29 | 1 | -74/+0 |
| | | |||||
| * | typo | Barry Warsaw | 2009-03-29 | 1 | -1/+1 |
| | | |||||
| * | Get rid of the mailman.rules entry point. | Barry Warsaw | 2009-03-09 | 1 | -9/+8 |
| | | |||||
| * | Get rid of the mailman.handlers entry point. | Barry Warsaw | 2009-03-09 | 1 | -9/+8 |
| | | |||||
| * | Remove the mailman.database setup.py plugin, instead opting for defining the | Barry Warsaw | 2009-03-05 | 1 | -4/+6 |
| | | | | | database class in the configuration file. | ||||
| * | Convert content filter and acceptable aliases away from pickle types. | Barry Warsaw | 2009-03-03 | 1 | -0/+3 |
| | | | | | | | | * 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 | ||||
| * | Checkpointing the conversion of automatic responses away from pickles. | Barry Warsaw | 2009-02-16 | 1 | -0/+2 |
| | | |||||
| * | Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the Utils | Barry Warsaw | 2009-02-12 | 1 | -1/+1 |
| | | | | | module. | ||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 8 | -0/+823 |
| correctly regardless of how it's used. | |||||
