| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 2 | -78/+85 |
| * | - Test welcome message notifications. | Barry Warsaw | 2012-03-04 | 1 | -0/+1 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 1 | -1/+1 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -4/+5 |
| * | Flesh out the moderation doctest. | Barry Warsaw | 2012-01-30 | 1 | -1/+1 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 1 | -3/+2 |
| * | * Add property `IListmanager.name_compoments` which returns 2-tuples for | Barry Warsaw | 2012-01-27 | 1 | -5/+23 |
| * | * Add property `IUserManager.members` to return all `IMembers` in the system. | Barry Warsaw | 2012-01-26 | 1 | -0/+32 |
| * | Replace the password stuff with flufl.password. | Barry Warsaw | 2012-01-01 | 1 | -2/+2 |
| * | Fix a few bogus sort order assumptions uncovered by the PostgreSQL tests. | Barry Warsaw | 2011-10-23 | 1 | -2/+3 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 8 | -0/+0 |
| * | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 1 | -0/+24 |
| |\ |
|
| | * | merged changes to main branch | Stephen A. Goss | 2011-08-23 | 2 | -4/+4 |
| | |\ |
|
| | * | | some tweaks to fix for LP: 829765 based on feedback | Stephen A. Goss | 2011-08-23 | 1 | -0/+23 |
| * | | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 4 | -17/+17 |
| | |/
|/| |
|
| * | | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 2 | -4/+4 |
| |/ |
|
| * | Complete bug 827036 work. | Barry Warsaw | 2011-08-17 | 1 | -0/+0 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 2 | -2/+2 |
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 1 | -2/+2 |
| * | * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to | Barry Warsaw | 2011-05-25 | 2 | -11/+11 |
| * | * BounceEvent.where -> BounceEvent.context | Barry Warsaw | 2011-05-13 | 1 | -8/+16 |
| * | Add bounce registration and bounce events. | Barry Warsaw | 2011-05-13 | 1 | -0/+76 |
| * | checkpointing | Barry Warsaw | 2011-05-06 | 1 | -25/+19 |
| * | Complete the ability to change a subscription address, both internally and via | Barry Warsaw | 2011-04-25 | 1 | -12/+59 |
| * | Users subscribed to a mailing list via their preferred address show up | Barry Warsaw | 2011-04-22 | 1 | -0/+11 |
| * | Add REST API for addresses, and change the user REST API to use it where | Barry Warsaw | 2011-04-19 | 1 | -14/+11 |
| * | Users can now subscribe to a mailing list, and their preferred address will | Barry Warsaw | 2011-04-17 | 1 | -0/+51 |
| * | Users now have a preferred address which can be set, changed, and deleted. | Barry Warsaw | 2011-04-16 | 1 | -1/+86 |
| * | Refactor .subscribe() from IAddress to IMailingList. | Barry Warsaw | 2011-04-16 | 5 | -89/+77 |
| * | encrypt_password(): New convenience function for ensuring that a password is | Barry Warsaw | 2011-04-08 | 3 | -11/+10 |
| * | Merge users into passwords | Barry Warsaw | 2011-04-08 | 1 | -1/+7 |
| |\ |
|
| | * | Add an attribute for getting the IUser record from an IMember record. This is | Barry Warsaw | 2011-04-08 | 1 | -1/+7 |
| * | | make_user_friendly_password(): Ported from Mailman 2.1. | Barry Warsaw | 2011-04-07 | 1 | -2/+2 |
| |/ |
|
| * | * Re-organize the interface between buildout.cfg and the zope.testing layer | Barry Warsaw | 2011-04-01 | 1 | -4/+11 |
| * | * Give users a unique, random, immutable user id. | Barry Warsaw | 2011-03-18 | 5 | -8/+41 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 6 | -134/+161 |
| * | * Simplify the membership.txt doctest. | Barry Warsaw | 2010-12-31 | 1 | -142/+77 |
| * | Fairly significant change to the way member and nonmember moderation occurs. | Barry Warsaw | 2010-12-29 | 1 | -91/+163 |
| * | This is part 1 of the merge of Jimmy Bergman's branch | Barry Warsaw | 2010-12-28 | 1 | -0/+24 |
| * | Many documentation fixes for better Sphinx output. | Barry Warsaw | 2010-09-08 | 14 | -78/+97 |
| * | * Fix the bin/test -e/--stderr option to work with the current | Barry Warsaw | 2010-06-18 | 2 | -1/+73 |
| * | Documentation reorganization. | Barry Warsaw | 2010-01-12 | 14 | -0/+2778 |