| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 6 | -50/+0 |
| * | 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 |
| * | Improved the way flufl.enum.Enums are stored in the database. Now, they | Barry Warsaw | 2011-09-23 | 8 | -22/+30 |
| * | * Four new events are created, and notifications are sent during domain | Barry Warsaw | 2011-09-02 | 2 | -1/+121 |
| * | * New REST resource http://.../<domain>/lists can be GETed in order to find | Barry Warsaw | 2011-08-30 | 2 | -0/+34 |
| |\ |
|
| | * | email_host => mail_host | Stephen A. Goss | 2011-08-23 | 1 | -1/+1 |
| | * | merged changes to main branch | Stephen A. Goss | 2011-08-23 | 3 | -30/+30 |
| | |\ |
|
| | * | | some tweaks to fix for LP: 829765 based on feedback | Stephen A. Goss | 2011-08-23 | 3 | -4/+32 |
| | * | | REST API: add listing of mailing lists per domain | Stephen A. Goss | 2011-08-19 | 1 | -0/+5 |
| * | | | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 9 | -29/+47 |
| | |/
|/| |
|
| * | | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 3 | -30/+30 |
| |/ |
|
| * | Complete bug 827036 work. | Barry Warsaw | 2011-08-17 | 4 | -43/+78 |
| * | Basic infrastructure for fixing bug 827036. | Barry Warsaw | 2011-08-17 | 1 | -0/+33 |
| * | Send event notifications whenever a mailing list is created or deleted. | Barry Warsaw | 2011-08-16 | 3 | -3/+79 |
| * | Remove all pylint vestiges. | Barry Warsaw | 2011-08-03 | 2 | -3/+0 |
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 4 | -18/+18 |
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 1 | -2/+2 |
| * | * 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 | 3 | -12/+13 |
| * | * Flesh out IBounceProcessor so that you can get an iterator over all events | Barry Warsaw | 2011-05-17 | 2 | -5/+80 |
| * | * Fixed tests | Barry Warsaw | 2011-05-14 | 1 | -1/+1 |
| * | * BounceEvent.where -> BounceEvent.context | Barry Warsaw | 2011-05-13 | 2 | -12/+22 |
| * | Add bounce registration and bounce events. | Barry Warsaw | 2011-05-13 | 3 | -0/+186 |
| * | checkpointing | Barry Warsaw | 2011-05-06 | 1 | -25/+19 |
| * | Ensure that a member's address cannot be changed to an address they do not | Barry Warsaw | 2011-04-25 | 2 | -0/+28 |
| * | Complete the ability to change a subscription address, both internally and via | Barry Warsaw | 2011-04-25 | 3 | -14/+154 |
| * | Users subscribed to a mailing list via their preferred address show up | Barry Warsaw | 2011-04-22 | 2 | -1/+15 |
| * | Give IMembers a unique member id. We have to do this in order to give them a | Barry Warsaw | 2011-04-22 | 4 | -1/+145 |
| * | * Move members.txt corner cases to unittests. | Barry Warsaw | 2011-04-20 | 1 | -1/+0 |
| * | Add REST API for addresses, and change the user REST API to use it where | Barry Warsaw | 2011-04-19 | 2 | -14/+13 |
| * | Add some tests to ensure that the correct number of members are returned when | Barry Warsaw | 2011-04-17 | 3 | -3/+86 |
| * | Users can now subscribe to a mailing list, and their preferred address will | Barry Warsaw | 2011-04-17 | 3 | -14/+100 |
| * | Users now have a preferred address which can be set, changed, and deleted. | Barry Warsaw | 2011-04-16 | 2 | -2/+113 |
| * | Refactor .subscribe() from IAddress to IMailingList. | Barry Warsaw | 2011-04-16 | 7 | -112/+99 |
| * | Merge passwords into rest | Barry Warsaw | 2011-04-08 | 4 | -13/+13 |
| |\ |
|
| | * | encrypt_password(): New convenience function for ensuring that a password is | Barry Warsaw | 2011-04-08 | 3 | -11/+10 |
| | * | add_member() | Barry Warsaw | 2011-04-08 | 1 | -2/+3 |
| * | | Merge passwords into rest | Barry Warsaw | 2011-04-08 | 2 | -1/+12 |
| |\| |
|
| | * | Merge users into passwords | Barry Warsaw | 2011-04-08 | 2 | -1/+12 |
| | |\ |
|
| | | * | Add an attribute for getting the IUser record from an IMember record. This is | Barry Warsaw | 2011-04-08 | 2 | -1/+12 |
| * | | | Merge passwords into rest | Barry Warsaw | 2011-04-07 | 1 | -2/+2 |
| |\| | |
|
| | * | | make_user_friendly_password(): Ported from Mailman 2.1. | Barry Warsaw | 2011-04-07 | 1 | -2/+2 |
| | |/ |
|
| * / | More fleshing out of the users REST API. | Barry Warsaw | 2011-04-04 | 1 | -1/+4 |
| |/ |
|
| * | * Re-organize the interface between buildout.cfg and the zope.testing layer | Barry Warsaw | 2011-04-01 | 3 | -19/+29 |
| * | * Give users a unique, random, immutable user id. | Barry Warsaw | 2011-03-18 | 7 | -17/+67 |
| * | Eliminate Utils.get_pattern() and in the process, completely revamp | Barry Warsaw | 2011-02-25 | 2 | -2/+111 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 18 | -18/+18 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 11 | -177/+203 |
| * | * Simplify the membership.txt doctest. | Barry Warsaw | 2010-12-31 | 1 | -142/+77 |