| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Fix test isolation bug in ``languages.rst``. | Barry Warsaw | 2014-04-17 | 1 | -5/+5 |
| |\ |
|
| | * | Make a copy before first usage of mgr.clear() | Piotr Kasprzyk | 2014-04-16 | 1 | -4/+4 |
| |/ |
|
| * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -1/+1 |
| * | trunk merge | Barry Warsaw | 2013-09-01 | 3 | -4/+3 |
| |\ |
|
| | * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 3 | -4/+3 |
| * | | Migrate bounceevent.list_name -> bounceevent.list_id | Barry Warsaw | 2013-09-01 | 1 | -2/+2 |
| |/ |
|
| * | * Two new events are triggered on membership changes: `SubscriptionEvent` | Barry Warsaw | 2012-12-23 | 1 | -0/+23 |
| * | Fix cross-references. | Barry Warsaw | 2012-12-17 | 1 | -1/+1 |
| * | * Simplify moderator.rst and requests.rst so they serve a better purpose as | Barry Warsaw | 2012-12-17 | 1 | -804/+69 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -2/+1 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 5 | -42/+69 |
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 1 | -1/+1 |
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 2 | -6/+12 |
| * | * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes. | Barry Warsaw | 2012-04-07 | 1 | -0/+19 |
| * | * An `AddressVerificationEvent` is triggered when an `IAddress` is verified | Barry Warsaw | 2012-04-07 | 1 | -3/+28 |
| * | Architecture | Barry Warsaw | 2012-03-26 | 2 | -3/+3 |
| * | - Move some normal recipient tests to unittests. | Barry Warsaw | 2012-03-23 | 1 | -4/+4 |
| * | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 6 | -36/+34 |
| * | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 2012-03-04 | 2 | -1/+5 |
| * | * 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 |
| |\ |
|