summaryrefslogtreecommitdiff
path: root/src/mailman/app
Commit message (Expand)AuthorAgeFilesLines
...
* A few more changes.Barry Warsaw2016-09-082-4/+5
* Fix many failures.Barry Warsaw2016-09-081-1/+18
* Remove workflowmanager.pyBarry Warsaw2016-09-024-154/+5
* IWorkflowManager -> ISubscriptionManagerBarry Warsaw2016-09-011-5/+5
* CheckpointingBarry Warsaw2016-09-015-308/+55
* Checkpointing.Barry Warsaw2016-09-011-3/+298
* Intermediate CommitAbhilash Raj2016-09-018-32/+744
* Added unsubscribe instructions to list:member:generic:footer.txtFrancesco Ariis2016-08-251-4/+4
* Reorganize the documentation for better accesibilityAbhilash Raj2016-08-211-0/+8
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-283-3/+3
* New template system. Closes #249Barry Warsaw2016-07-1614-371/+150
* Fixes #237Barry Warsaw2016-06-032-16/+33
* Add test to check deletion of nonmmeber record.Aditya2016-05-311-0/+20
* Remove nonmember subscriptions if susbcribed as member.Aditya2016-05-311-0/+6
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-3/+2
* mailman subcommands commit transactionsBarry Warsaw2016-04-121-2/+1
* Use flake8-respect-noqa plugin and fix more complaints.Barry Warsaw2016-04-011-1/+1
* Don't use `flake8: noqa`.Barry Warsaw2016-04-014-6/+6
* Import order flake8 plugin.Barry Warsaw2016-03-272-3/+3
* Clean up the core directory.Barry Warsaw2016-03-241-1/+1
* First massive round of cleanups.Barry Warsaw2016-03-2326-384/+182
* Clean ups for merge.Barry Warsaw2016-03-232-52/+43
* Add test for checking the member display nameAditya2016-03-231-1/+87
* Assign the correct display name to the subscribed memberAditya2016-03-231-1/+7
* Closes #199Barry Warsaw2016-03-221-6/+8
* Correct spacingAnirudh Dahiya2016-03-221-4/+4
* Incorporates suggested changesAnirudh Dahiya2016-03-221-1/+7
* Fix cross-posting held on more than one list.Barry Warsaw2016-03-083-59/+24
* Allow List-ID in decoration template URIs.Barry Warsaw2016-02-271-11/+18
* Add a set_preferred() helper.Barry Warsaw2016-02-061-7/+4
* Super duper.Barry Warsaw2016-01-261-2/+2
* Boost coverage and remove dead code.Barry Warsaw2016-01-252-4/+11
* Boost coverage.Barry Warsaw2016-01-251-1/+1
* Boost coverage.Barry Warsaw2016-01-081-0/+20
* Refactor some tests and documentation.Barry Warsaw2016-01-072-378/+2
* Complete the layer violation fixes by moving the SubscriptionService class toBarry Warsaw2016-01-061-108/+1
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-062-10/+17
* Make the members request pageableAurélien Bompard2016-01-063-10/+10
* Boost coverage.Barry Warsaw2016-01-031-1/+1
* Happy New Year.Barry Warsaw2016-01-0226-26/+26
* More coverage.Barry Warsaw2015-12-291-0/+15
* Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw2015-12-221-1/+1
* Port bump-digests to MM3, via the `mailman digests` command.Barry Warsaw2015-12-221-3/+4
* Refactor bump_digest_number_and_volume() and maybe_send_digest_now() intoBarry Warsaw2015-12-222-0/+355
* Move the data_paths.Barry Warsaw2015-12-201-2/+0
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-202-13/+9
* Make sure that Pendables always have a typeAurélien Bompard2015-12-165-4/+6
* Refactor the SubscriptionService.find_members method to be pure SQLAurélien Bompard2015-12-112-36/+227
* Handle deleting nonexistent messages from the message store. Closes: #167Aurélien Bompard2015-12-021-0/+9
* A little bit of code cleanup.Barry Warsaw2015-10-291-3/+3