summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * checkpointingBarry Warsaw2011-05-066-45/+97
| * trunk mergeBarry Warsaw2011-05-030-0/+0
| |\
| * | * Fix setup.py version regexp.Barry Warsaw2011-05-035-70/+121
* | | NEWSBarry Warsaw2011-05-031-0/+5
* | | Move the test timeout values into a configuration variable. Set devmode.waitBarry Warsaw2011-05-033-12/+21
| |/ |/|
* | Fixed version number regexp.Barry Warsaw2011-05-031-1/+1
|/
* Another refactoring.Barry Warsaw2011-05-012-34/+4
* Fix refactor-o.Barry Warsaw2011-05-012-2/+2
* Start the enablement of bounce detection.Barry Warsaw2011-05-019-28/+302
* * Fix styleguide (given by Mark Sapiro).Barry Warsaw2011-04-303-21/+21
* Be sure to include a test file in the tarball.Barry Warsaw2011-04-291-0/+1
* Let's release 3.0.0a7 (Mission) today!Barry Warsaw2011-04-291-1/+1
* Some updates to the documentation in preparation for alpha 7.Barry Warsaw2011-04-294-26/+44
* Add NEWS entry.Barry Warsaw2011-04-271-0/+1
* Restore the bounce detectors tests which previously got accidentally removedBarry Warsaw2011-04-27125-318/+11915
|\
| * One more refactoring.Barry Warsaw2011-04-271-0/+0
| * Move the bouncer tests to the right directory.Barry Warsaw2011-04-27104-2/+2
| * Remove the redundant src/mailman/tests/test_bounces.py file and ensure all theBarry Warsaw2011-04-278-292/+75
| * Checkpointing for refactoring.Barry Warsaw2011-04-27126-83/+11897
|/
* Update NEWS.txt.Barry Warsaw2011-04-261-1/+31
* Ensure that a member's address cannot be changed to an address they do notBarry Warsaw2011-04-252-0/+28
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-2512-89/+514
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-246-31/+125
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-224-9/+69
* newlineBarry Warsaw2011-04-221-1/+1
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-2214-71/+317
* Clean up.Barry Warsaw2011-04-201-6/+0
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-209-109/+232
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-197-87/+333
* Give user resources and user address resources a self_link.Barry Warsaw2011-04-192-31/+46
* Add REST API for removing a domain.Barry Warsaw2011-04-192-1/+32
* Add some tests to ensure that the correct number of members are returned whenBarry Warsaw2011-04-173-3/+86
* IUsers can now have a preferred email address, which must be verified. A userBarry Warsaw2011-04-1724-359/+583
|\
| * fixesBarry Warsaw2011-04-170-0/+0
| * Users can now subscribe to a mailing list, and their preferred address willBarry Warsaw2011-04-175-225/+324
| * Users now have a preferred address which can be set, changed, and deleted.Barry Warsaw2011-04-165-20/+155
| * Merge subscribe into preferredBarry Warsaw2011-04-1620-150/+140
|/|
| * Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-1620-150/+140
|/
* Typo fix.Barry Warsaw2011-04-121-1/+1
* Lots of work to update the model for users, passwords, membership, testing,Barry Warsaw2011-04-1236-199/+906
|\
| * Merge passwords into restBarry Warsaw2011-04-100-0/+0
| |\
| | * Merge users into passwordsBarry Warsaw2011-04-100-0/+0
| | |\
| | | * Merge trunk into usersBarry Warsaw2011-04-100-0/+0
| | | |\ | |_|_|/ |/| | |
* | | | Revert r6975 from trunk merge, which broke the test suite. I'm not sureBarry Warsaw2011-04-10107-11763/+2
* | | | Trunk mergeBarry Warsaw2011-04-1055-986/+1588
|\ \ \ \
* \ \ \ \ trunk mergeBarry Warsaw2011-01-07107-2/+11763
|\ \ \ \ \
| * \ \ \ \ Merge bounce detection tests from Mailman 2.1.Barry Warsaw2010-07-17106-95/+11759
| |\ \ \ \ \
| | | | * | | Add a test for retrieval by case-preserved address.Barry Warsaw2011-04-091-0/+7
| | | | * | | Add /users/<uid>/addresses to get all the addresses registered to a user.Barry Warsaw2011-04-092-1/+113
| | | | * | | Hook in initial password setting to user creation via API.Barry Warsaw2011-04-082-3/+31