| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 2 | -4/+4 |
| * | Reserve the mm_ prefix for Mailman | Barry Warsaw | 2012-03-05 | 2 | -5/+6 |
| * | Template indirection now also in effect for regular and digest headers and | Barry Warsaw | 2012-03-04 | 2 | -8/+8 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 2 | -8/+8 |
| * | * Schema migrations have been implemented. | Barry Warsaw | 2012-02-12 | 10 | -44/+307 |
| * | copybump | Barry Warsaw | 2012-01-01 | 6 | -6/+6 |
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 2 | -2/+0 |
| * | * Fix a couple of spelling errors. | Barry Warsaw | 2011-11-02 | 2 | -14/+23 |
| * | Add database specific pre- and post- reset callbacks. Use this to implement | Barry Warsaw | 2011-10-23 | 3 | -1/+42 |
| * | digest_size_thresholds should be floats. This still doesn't work in | Barry Warsaw | 2011-10-22 | 2 | -2/+2 |
| * | - Be a little more careful about preparing the SQL statements for execution | Barry Warsaw | 2011-10-22 | 2 | -5/+14 |
| * | - Ensure that class removal is deterministic. | Barry Warsaw | 2011-10-22 | 2 | -28/+49 |
| * | Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP: | Barry Warsaw | 2011-10-22 | 6 | -15/+455 |
| |\ |
|
| | * | LP: #860159 (experimental) PostgreSQL support | Stephen A. Goss | 2011-09-26 | 2 | -4/+344 |
| * | | * Build the Sphinx documentation with `python setup.py build_sphinx` instead | Barry Warsaw | 2011-10-05 | 1 | -0/+2 |
| |/ |
|
| * | Improved the way flufl.enum.Enums are stored in the database. Now, they | Barry Warsaw | 2011-09-23 | 2 | -23/+23 |
| * | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 1 | -1/+1 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 1 | -1/+1 |
| * | * bounce_processing -> process_bounces | Barry Warsaw | 2011-05-27 | 1 | -1/+1 |
| * | * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to | Barry Warsaw | 2011-05-25 | 1 | -1/+1 |
| * | * 'where' -> context | Barry Warsaw | 2011-05-13 | 2 | -2/+5 |
| * | Add bounce registration and bounce events. | Barry Warsaw | 2011-05-13 | 1 | -0/+11 |
| * | newline | Barry Warsaw | 2011-04-22 | 1 | -1/+1 |
| * | Give IMembers a unique member id. We have to do this in order to give them a | Barry Warsaw | 2011-04-22 | 1 | -4/+13 |
| * | Users can now subscribe to a mailing list, and their preferred address will | Barry Warsaw | 2011-04-17 | 1 | -205/+216 |
| * | Users now have a preferred address which can be set, changed, and deleted. | Barry Warsaw | 2011-04-16 | 1 | -18/+23 |
| * | add_member() | Barry Warsaw | 2011-04-08 | 1 | -1/+1 |
| * | * Re-organize the interface between buildout.cfg and the zope.testing layer | Barry Warsaw | 2011-04-01 | 1 | -0/+1 |
| * | * Give users a unique, random, immutable user id. | Barry Warsaw | 2011-03-18 | 1 | -1/+6 |
| * | Eliminate Utils.get_pattern() and in the process, completely revamp | Barry Warsaw | 2011-02-25 | 1 | -2/+8 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 4 | -4/+4 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| * | Fairly significant change to the way member and nonmember moderation occurs. | Barry Warsaw | 2010-12-29 | 1 | -3/+3 |
| * | This is part 1 of the merge of Jimmy Bergman's branch | Barry Warsaw | 2010-12-28 | 1 | -1/+1 |
| |\ |
|
| * | | Upgrade from using the locknix package to using flufl.lock. | Barry Warsaw | 2010-11-27 | 1 | -1/+1 |
| |/ |
|
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 2 | -5/+0 |
| * | Access mailing list configuration via REST | Barry Warsaw | 2010-08-10 | 1 | -1/+1 |
| * | Updates for the latest releases of flufl.enum and flufl.i18n. | Barry Warsaw | 2010-05-02 | 1 | -1/+1 |
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 4 | -4/+4 |
| * | database/model reorganization. Model classes go in mailman.model. Stock | Barry Warsaw | 2009-10-10 | 20 | -2389/+144 |
| * | Convert bin/inject to bin/mailman inject | Barry Warsaw | 2009-09-19 | 3 | -4/+8 |
| * | As before, replace config.db.requests and config.db.pendings with utilities. | Barry Warsaw | 2009-08-26 | 2 | -8/+6 |
| * | Replace the message_store instance on the database with an IMessageStore | Barry Warsaw | 2009-08-26 | 1 | -2/+0 |
| * | Remove the user_manager attribute from config.db and expose it as an | Barry Warsaw | 2009-08-26 | 2 | -3/+1 |
| * | Instead of using an adapter, use a utility to get the mailing list manager. | Barry Warsaw | 2009-08-26 | 2 | -16/+7 |
| * | * Updated NEWS.txt for 3.0a3. | Barry Warsaw | 2009-08-21 | 2 | -8/+14 |
| * | 'mailman info' command. | Barry Warsaw | 2009-08-12 | 1 | -0/+2 |
| * | Use Storm 0.15's new GenerationalCache. | Barry Warsaw | 2009-08-08 | 1 | -1/+2 |
| * | Fix some urls returned by the api. Instead of 'mailing_lists' use 'lists'. | Barry Warsaw | 2009-08-07 | 1 | -1/+2 |
| * | Move BadDomainSpecificationError to domain.txt interface. Try to set this to | Barry Warsaw | 2009-07-26 | 2 | -2/+7 |