| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Split registration (subscription) and unsubscription: | Barry Warsaw | 2016-09-13 | 14 | -65/+147 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * events * notices * handlers Also, be sure to do only one `leave` command per email. | |||||
| | * | | | | | Fix more tests. | Barry Warsaw | 2016-09-11 | 6 | -10/+20 | |
| | | | | | | | ||||||
| | * | | | | | Collapse two doctests into one. | Barry Warsaw | 2016-09-11 | 3 | -105/+149 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, fix the return value of .unregister(), and make the tests pass. | |||||
| | * | | | | | More test fixes. | Barry Warsaw | 2016-09-09 | 2 | -12/+14 | |
| | | | | | | | ||||||
| | * | | | | | A few more changes. | Barry Warsaw | 2016-09-08 | 4 | -9/+12 | |
| | | | | | | | ||||||
| | * | | | | | Fix many failures. | Barry Warsaw | 2016-09-08 | 4 | -10/+115 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, document more APIs. | |||||
| | * | | | | | Fix migration. | Barry Warsaw | 2016-09-02 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | * | | | | | Remove workflowmanager.py | Barry Warsaw | 2016-09-02 | 5 | -156/+7 | |
| | | | | | | | ||||||
| | * | | | | | IWorkflowManager -> ISubscriptionManager | Barry Warsaw | 2016-09-01 | 12 | -36/+37 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'issue213' of gitlab.com:warsaw/mailman into issue213 | Barry Warsaw | 2016-09-01 | 0 | -0/+0 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Checkpointing | Barry Warsaw | 2016-08-30 | 21 | -358/+96 | |
| | | | | | | | | ||||||
| | | * | | | | | Checkpointing. | Barry Warsaw | 2016-08-29 | 3 | -118/+386 | |
| | | | | | | | | ||||||
| | | * | | | | | Intermediate Commit | Abhilash Raj | 2016-08-29 | 26 | -85/+965 | |
| | | | | | | | | ||||||
| | * | | | | | | Checkpointing | Barry Warsaw | 2016-09-01 | 21 | -358/+96 | |
| | | | | | | | | ||||||
| | * | | | | | | Checkpointing. | Barry Warsaw | 2016-09-01 | 3 | -118/+386 | |
| | | | | | | | | ||||||
| | * | | | | | | Intermediate Commit | Abhilash Raj | 2016-09-01 | 26 | -85/+965 | |
| | | | | | | | | ||||||
| * | | | | | | | First cut at PUT/PATCH for domain. | Mark Sapiro | 2016-10-20 | 1 | -0/+33 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Fix flake8.extension spec for flake8 v3. | Barry Warsaw | 2016-10-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fixes ipython singleton class 'InteractiveShellEmbed' initialization | amitt001 | 2016-10-10 | 1 | -2/+2 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | fixed "Get the sources" info section | amitt001 | 2016-10-09 | 1 | -5/+3 | |
| | | | | | | ||||||
| * | | | | | added newline above "Get the sources" section | Amit Tripathi | 2016-10-09 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Added "Get the sources" for mailman 3 to CONTRIBUTE docs | Amit Tripathi | 2016-10-09 | 1 | -0/+14 | |
| | | | | | | ||||||
| * | | | | | Fix build in CI because of a Falcon pre-release | Aurélien Bompard | 2016-10-03 | 1 | -0/+1 | |
| |/ / / / | ||||||
| * | | | | Use a multiline value and update NEWS | Aurélien Bompard | 2016-08-31 | 2 | -2/+4 | |
| | | | | | ||||||
| * | | | | REST: allow MailingList.info to be set | Aurélien Bompard | 2016-08-30 | 3 | -0/+19 | |
| |/ / / | ||||||
| * | | | Recent NEWS. | Barry Warsaw | 2016-08-25 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Added unsubscribe instructions to list:member:generic:footer.txt | Francesco Ariis | 2016-08-25 | 5 | -14/+18 | |
| | | | | ||||||
| * | | | Close #273 | Barry Warsaw | 2016-08-23 | 5 | -8/+35 | |
| | | | | | | | | | | | | | | | | A mailing list's ``description`` must not contain newlines. Given by Aurélien Bompard. | |||||
| * | | | Forbid newlines in MailingList.description | Aurélien Bompard | 2016-08-23 | 4 | -2/+41 | |
| | | | | | | | | | | | | | Fixes: #273 | |||||
| * | | | Reorganize the documentation for better accesibility | Abhilash Raj | 2016-08-21 | 11 | -18/+97 | |
| |/ / | ||||||
| * | | Switch to stock mysql image in CI. | Abhilash Raj | 2016-08-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | MySQL is now an officially supported database. | Barry Warsaw | 2016-07-29 | 37 | -182/+367 | |
| | | | | | | | | | Given by Abhilash Raj. | |||||
| * | | Rebase mailman/mailman!180 and cleanup # noqa | Barry Warsaw | 2016-07-28 | 44 | -92/+97 | |
| | | | ||||||
| * | | flake8-respect-noqa is no longer required with flake8>3.0 | Abhilash Raj | 2016-07-28 | 2 | -3/+2 | |
| | | | | | | | | | | | This also fixes a small QA error that was ignore by the flake8-respect-noqa for some reason. | |||||
| * | | Pass $MAILMAN_* and $PYTHON* envars to tox. | Barry Warsaw | 2016-07-19 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix failure to change copied name :( | Mark Sapiro | 2016-07-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Improved email address validation and added tests. | Mark Sapiro | 2016-07-18 | 2 | -7/+44 | |
| |/ | ||||||
| * | Added blank line. | Mark Sapiro | 2016-07-17 | 1 | -0/+1 | |
| | | ||||||
| * | Update NEWS.rst for fix to #266 | Mark Sapiro | 2016-07-17 | 1 | -0/+1 | |
| | | ||||||
| * | Improve email.Validator.is_valid() to be more compliant with RFC 5321. | Mark Sapiro | 2016-07-17 | 1 | -3/+9 | |
| | | ||||||
| * | Fix typo. #267 | Mark Sapiro | 2016-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 139 | -2249/+3865 | |
| | | | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. | |||||
| * | Fix #207 | Barry Warsaw | 2016-07-14 | 5 | -1/+26 | |
| | | | | | | A list's ``moderator_password`` can be set via the REST API. Given by Andrew Breksa. | |||||
| * | Add NEWS | Barry Warsaw | 2016-07-12 | 1 | -0/+3 | |
| | | ||||||
| * | allow_none -> allow_blank | Barry Warsaw | 2016-07-12 | 3 | -6/+6 | |
| | | ||||||
| * | Fix import order | Aurélien Bompard | 2016-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | REST: allow setting a member's moderation_action to None | Aurélien Bompard | 2016-07-12 | 5 | -3/+41 | |
| | | ||||||
| * | Add status badges to readme | Simon Hanna | 2016-07-06 | 1 | -0/+12 | |
| | | ||||||
| * | Correct keyword argument; mailing_list -> mlist | Mark Sapiro | 2016-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | Better handling of the REST API plumbing. | Barry Warsaw | 2016-06-28 | 6 | -19/+32 | |
| | | | | | | | | | | * Add a version_info field which is a better way to do ordered comparisions of the API version. * All subresources now get their .api attribute set automatically, if they are passed back through the ObjectRouter. No more fiddling with context['api'] (unless of course, they don't make a roundtrip through the main ObjectRouter loop. | |||||
