| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | Replace add_member() with subscribe() helper. | Barry Warsaw | 2015-03-26 | 1 | -16/+6 | |
| | | * | | | | | Replace add_member() with subscribe() helper. | Barry Warsaw | 2015-03-26 | 1 | -10/+4 | |
| | | * | | | | | Replace add_member() with subscribe() helper. | Barry Warsaw | 2015-03-26 | 1 | -3/+2 | |
| | | * | | | | | Replace add_member() with subscribe() helper. | Barry Warsaw | 2015-03-26 | 1 | -8/+2 | |
| | | * | | | | | Replace add_member() with subscribe() helper. | Barry Warsaw | 2015-03-26 | 1 | -38/+16 | |
| | | * | | | | | Replace add_member() with subscribe() helper. | Barry Warsaw | 2015-03-26 | 1 | -7/+4 | |
| | | * | | | | | Replace add_member() with subscribe(). | Barry Warsaw | 2015-03-26 | 1 | -27/+16 | |
| | | * | | | | | Extended test helper subscribe() which takes an optional email address and | Barry Warsaw | 2015-03-26 | 6 | -8/+40 | |
| | | * | | | | | Remove a misleading comment. | Barry Warsaw | 2015-03-22 | 1 | -1/+0 | |
| | | * | | | | | More tests of make_user(). | Barry Warsaw | 2015-03-21 | 2 | -5/+59 | |
| | | * | | | | | * Refactor add_member() so that it uses a RequestRecord namedtuple. | Barry Warsaw | 2015-03-21 | 19 | -258/+367 | |
| * | | | | | | | Fix some typos. | Barry Warsaw | 2015-03-28 | 2 | -6/+6 | |
| |/ / / / / / | ||||||
| * | | | | | | Test importing MM2 pickles with BounceInfo. Given by abompard. | Barry Warsaw | 2015-03-27 | 2 | -0/+61 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Add a test for instance-containing pickle import | Aurélien Bompard | 2015-03-26 | 3 | -0/+58 | |
| |/ / / / / | ||||||
| * | | | | | Additional fixes for importing from Mailman 2. Given by abompard. | Barry Warsaw | 2015-03-25 | 3 | -7/+86 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Fixes in the import process | Aurélien Bompard | 2015-03-16 | 3 | -6/+62 | |
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | | * | | | | Don't send welcome messages on import | Aurélien Bompard | 2015-02-21 | 2 | -5/+22 | |
| | | * | | | | Don't import invalid emails | Aurélien Bompard | 2015-02-21 | 2 | -0/+29 | |
| | | * | | | | Fix import from Py2 pickle files | Aurélien Bompard | 2015-02-20 | 1 | -1/+11 | |
| * | | | | | | Make a test less susceptible to churn when migrations are added. Given by | Barry Warsaw | 2015-03-25 | 1 | -7/+4 | |
| * | | | | | | * Be sure a mailing list's acceptable aliases are deleted when the mailing | Barry Warsaw | 2015-03-24 | 5 | -3/+46 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | LP: #1432239 - Make sure acceptable aliases are deleted before the mailing | Barry Warsaw | 2015-03-24 | 4 | -3/+44 | |
| |/ / / / / | ||||||
| * | | | | | * When deleting a user object, make sure their preferences are also deleted. | Barry Warsaw | 2015-03-20 | 6 | -8/+54 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | * When deleting a user object, make sure their preferences are also deleted. | Barry Warsaw | 2015-03-20 | 6 | -8/+52 | |
| |/ / / / | ||||||
| * | | | | * ``mailman lists --domain`` was not properly handling its arguments. Given | Barry Warsaw | 2015-03-13 | 4 | -5/+74 | |
| |\ \ \ \ | ||||||
| | * | | | | list searching by domain fixed | Manish Gill | 2013-04-09 | 1 | -1/+1 | |
| * | | | | | Documentation fixes, given by Abhilash Raj. | Barry Warsaw | 2015-03-13 | 18 | -57/+53 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | change bin/mailman to mailman everwhere in docs | Abhilash Raj | 2015-03-12 | 19 | -53/+53 | |
| * | | | | | | * When trying to subscribe an address to a mailing list through the REST API | Barry Warsaw | 2015-03-13 | 4 | -15/+94 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | LP: #1425359: Elaborate on how email addresses with mixed case can subscribe | Barry Warsaw | 2015-03-13 | 3 | -15/+91 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fixed the issue #1425359 and wrote corresponding tests. | black-perl ankprashar@gmail.com | 2015-03-04 | 2 | -1/+10 | |
| | |/ / / / / | ||||||
| * | | | | | | Fix a read used during the PostgreSQL tests. | Barry Warsaw | 2015-03-09 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fix mailman_extra_testing_cfg encoding error | Abhilash Raj | 2015-03-10 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| * / / / / / | copybump should ignore .git directories. This isn't currently relevant for | Barry Warsaw | 2015-03-09 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Doc fixes given by Abhilash Raj. | Barry Warsaw | 2015-03-02 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | no need of sudo in venv | Abhilash Raj | 2015-02-18 | 1 | -2/+2 | |
| * | | | | | | Move some old bin scripts to a holding tank. | Barry Warsaw | 2015-03-02 | 10 | -0/+0 | |
| |/ / / / / | ||||||
| * | | | | | * Member resource JSON now include the ``member_id`` as a separate key. | Barry Warsaw | 2015-02-13 | 4 | -1/+55 | |
| * | | | | | * A new API is provided to support non-production testing infrastructures, | Barry Warsaw | 2015-02-13 | 7 | -3/+181 | |
| * | | | | | Fix some test output. | Barry Warsaw | 2015-02-11 | 1 | -1/+1 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Don't hardcode the Python version | Aurélien Bompard | 2015-02-11 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | * When deleting a user via REST, make sure all linked addresses are deleted. | Barry Warsaw | 2015-02-09 | 4 | -71/+122 | |
| * | | | | * You can now DELETE an address. If the address is linked to a user, the | Barry Warsaw | 2015-02-05 | 4 | -0/+79 | |
| * | | | | * When creating a user with an email address, do not create the user record | Barry Warsaw | 2015-02-05 | 4 | -1/+77 | |
| | |_|/ |/| | | ||||||
| * | | | alembic documentation change. | Barry Warsaw | 2015-01-28 | 1 | -1/+2 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | small documentation change | Abhilash Raj | 2015-01-27 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Python 2 -> 3 migration. | Barry Warsaw | 2015-01-20 | 1 | -0/+60 | |
| * | | * Improve the documentation describing how to run Alembic to add new schema | Barry Warsaw | 2015-01-20 | 4 | -38/+64 | |
| |\ \ | ||||||
| | * | | Update the documentation | Abhilash Raj | 2015-01-17 | 1 | -35/+24 | |
| | * | | Add how to migrate in DATABASE.rst | Abhilash Raj | 2015-01-13 | 1 | -0/+23 | |
