| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Get test suite completely working: | Barry Warsaw | 2012-07-20 | 5 | -53/+70 |
| | * | trunk merge | Barry Warsaw | 2012-06-03 | 2 | -18/+43 |
| | |\
| |/
|/| |
|
| | * | Separate out the migration test methods so that the ones testing that the | Barry Warsaw | 2012-04-20 | 4 | -23/+39 |
| | * | newsgroup_moderation | Barry Warsaw | 2012-04-08 | 2 | -1/+8 |
| | * | - Rename the model attributes. | Barry Warsaw | 2012-04-08 | 3 | -15/+14 |
| | * | - Refactor the way databases are schema-migrated so that load_migrations() | Barry Warsaw | 2012-04-08 | 7 | -9/+494 |
| * | | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -5/+4 |
| * | | - Simplify the transactional() decorator. | Barry Warsaw | 2012-04-22 | 1 | -13/+39 |
| * | | Rename mailman.database.transaction.txn to ...transactional. Modernize the | Barry Warsaw | 2012-04-20 | 1 | -3/+3 |
| |/ |
|
| * | Add an owner chain and pipeline to the schema, model, and interface. Plumb | Barry Warsaw | 2012-03-22 | 2 | -0/+4 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 2 | -0/+2 |
| |\ |
|
| | * | * Pipermail has been eradicated. | Barry Warsaw | 2012-03-16 | 2 | -0/+2 |
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 2 | -6/+6 |
| |/ |
|
| * | * 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 |