summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_inject.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-29MySQL is now an officially supported database.Barry Warsaw37-182/+367
2016-07-28Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw44-92/+97
2016-07-28flake8-respect-noqa is no longer required with flake8>3.0Abhilash Raj2-3/+2
2016-07-19Pass $MAILMAN_* and $PYTHON* envars to tox.Barry Warsaw1-1/+2
2016-07-19Fix failure to change copied name :(Mark Sapiro1-1/+1
2016-07-18Improved email address validation and added tests.Mark Sapiro2-7/+44
2016-07-17Added blank line.Mark Sapiro1-0/+1
2016-07-17Update NEWS.rst for fix to #266Mark Sapiro1-0/+1
2016-07-17Improve email.Validator.is_valid() to be more compliant with RFC 5321.Mark Sapiro1-3/+9
2016-07-17Fix typo. #267Mark Sapiro1-1/+1
2016-07-16New template system. Closes #249Barry Warsaw139-2249/+3865
2016-07-14Fix #207Barry Warsaw5-1/+26
2016-07-12Add NEWSBarry Warsaw1-0/+3
2016-07-12allow_none -> allow_blankBarry Warsaw3-6/+6
2016-07-12Fix import orderAurélien Bompard1-1/+1
2016-07-12REST: allow setting a member's moderation_action to NoneAurélien Bompard5-3/+41
2016-07-06Add status badges to readmeSimon Hanna1-0/+12
2016-07-03Correct keyword argument; mailing_list -> mlistMark Sapiro1-1/+1
2016-06-28Better handling of the REST API plumbing.Barry Warsaw6-19/+32
2016-06-25remove postorius_standalone from documentationAbhilash Raj1-2/+1
2016-06-25minor documentation fixesAbhilash Raj1-2/+2
2016-06-04Add .idea to .gitignoreAndrew Vereshchagin1-0/+1
2016-06-03Fixes #237Barry Warsaw3-16/+35
2016-05-31Add test to check deletion of nonmmeber record.Aditya1-0/+20
2016-05-31Remove nonmember subscriptions if susbcribed as member.Aditya1-0/+6
2016-05-23Clean up the environment properly.Barry Warsaw1-24/+48
2016-05-23run the tests with temporary directory and packagesAbhilash Raj1-14/+43