summaryrefslogtreecommitdiff
path: root/src/mailman/database/sqlite.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-21Workflow: support dependencies between attributesAurélien Bompard2-2/+59
Restore the attributes in the order they are declared in `SAVE_ATTRIBUTES` to allow for dependencies between attributes (required by the `SubscriptionWorkflow`).
2016-11-21Fix the Flake8 ignore tagsAurélien Bompard20-35/+27
2016-11-18Ignore some Flake8 errorsAurélien Bompard1-0/+9
2016-11-13Fix a flake8 error.Barry Warsaw1-1/+1
2016-11-13Closes: #68Barry Warsaw9-18/+32
Messages sent to the list's moderators now include the actual recipient addresses. Given by Tom Briles.
2016-10-31tomoderators -> to_moderators.Barry Warsaw1-2/+5
2016-10-31Issue 68: send messages to list moderators when tomoderators=TrueTom Briles6-8/+33
2016-10-31Closes: #259Barry Warsaw3-2/+4
Remove the digest mbox files after the digests are sent. Given by Aurélien Bompard.
2016-10-31Implment review suggestionsAurélien Bompard2-5/+5
2016-10-31Remove digest mbox after sending itAurélien Bompard2-0/+6
Fixes #259
2016-10-30Support HTTP/1.1 by default.Barry Warsaw3-28/+6
This works around Python issue 28548 and fixes #288. Test given by Amit.
2016-10-30qa fix: unused variableamitt0011-2/+2
2016-10-30< python 3.5.x non-enum HTTPStatus supportamitt0011-1/+5
2016-10-30qa fixamitt0011-1/+0
2016-10-30Test invalid url response.amitt0011-0/+8
2016-10-30Rest api send error response with headersamitt0011-1/+23
2016-10-27Add NEWS entryAurélien Bompard1-0/+2
2016-10-27Prevent posting from banned addressesAurélien Bompard7-6/+178
Fixes #283
2016-10-26News and test tweak.Barry Warsaw2-7/+11
2016-10-26Sort the ban list by emailAurélien Bompard2-5/+6
2016-10-26Full coverage.Barry Warsaw3-8/+27
NEWS.
2016-10-26Implement the review suggestionsAurélien Bompard5-14/+20
See !161
2016-10-26Add a method to find list using properties filtersAurélien Bompard4-8/+29
This allows the filtering to be done at the database level. It also makes list pagination much more efficient, since the slicing is done at the database level too.
2016-10-26REST: add a query string to only get advertised listsAurélien Bompard2-5/+39
2016-10-25Fix doctests to properly set unsubscription_policy = SubscriptionPolicy.openMark Sapiro2-1/+2
where needed.
2016-10-25Manual merge.Barry Warsaw4-10/+16
* Rebased, cleaned up, and test improvement.
2016-10-25rewritten bans test with more thorough testsAmit Tripathi1-3/+6
2016-10-25added a test to check bans property of IBanManagerAmit Tripathi1-0/+6
2016-10-25replaced `find` method with `bans` propertyAmit Tripathi3-14/+9
2016-10-25Added QuerySequence as return type of banned address listAmit Tripathi3-1/+15
2016-10-26Change default unsubscription_policy to SubscriptionPolicy.confirmMark Sapiro1-1/+1
2016-10-25Confirm unsubscriptions by default.Barry Warsaw1-3/+2
2016-10-23Modify NEWS.rst entry to mention PUT.Mark Sapiro1-1/+1
2016-10-22Fixed a bunch of things in PATCHing domains and added tests and NEWS.Mark Sapiro3-15/+60
2016-10-22Tweaks.Barry Warsaw2-1/+2
2016-10-22Fixes for #280.Mark Sapiro3-1/+45
2016-10-21MySQL doesn't need collate set explicitly.Abhilash Raj1-6/+0