summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* __iter__() must sort just like mailing_lists property.Barry Warsaw2016-04-131-1/+2
|
* mailman subcommands commit transactionsBarry Warsaw2016-04-126-5/+116
| | | | | | Closes #223 Also: `mailman digests` has grown --verbose and -dry-run options.
* Fix comment.Barry Warsaw2016-04-101-1/+1
|
* Fix compatibility with IPython 4.Barry Warsaw2016-04-102-9/+46
|
* Ignore anything in /tmp and improve coverage.Barry Warsaw2016-04-091-1/+1
|
* Fix regression with default banner.Barry Warsaw2016-04-091-1/+2
| | | | Closes #225
* Fix a mock.Barry Warsaw2016-04-081-1/+1
|
* Fix mailman shell processing of $PYTHONSTARTUP.Barry Warsaw2016-04-085-20/+125
| | | | Closes #224
* flake8 clean.Barry Warsaw2016-04-062-2/+2
|
* public() takes keyword arguments.Barry Warsaw2016-04-0412-46/+38
|
* Revert a few incorrect renames.Barry Warsaw2016-04-034-42/+42
|
* Don't pass `api` when it's readily available.Barry Warsaw2016-04-033-33/+20
|
* Add news.Barry Warsaw2016-04-031-0/+1
|
* Fix some tests.Barry Warsaw2016-04-032-3/+3
|
* Clean up.Barry Warsaw2016-04-031-23/+17
|
* API consistency.Barry Warsaw2016-04-0310-64/+65
|
* Complete the port to Falcon 1.0.Barry Warsaw2016-04-029-5/+32
|
* Checkpointing.Barry Warsaw2016-04-024-124/+128
|
* Add coverage and NEWS.Barry Warsaw2016-04-022-32/+44
|
* Sort chains and pipelines before returning themSimon Hanna2016-04-022-4/+6
| | | | Update tests to check for return values
* Add tests for exposed chains and pipelinesSimon Hanna2016-04-021-0/+30
|
* Expose chains through the rest interfaceSimon Hanna2016-04-021-0/+11
|
* Expose pipelines through the rest interfaceSimon Hanna2016-04-021-0/+11
|
* Replace execfile() with a Python 3 compatible alternative.Barry Warsaw2016-04-011-4/+2
|
* Use flake8-respect-noqa plugin and fix more complaints.Barry Warsaw2016-04-017-15/+13
|
* Don't use `flake8: noqa`.Barry Warsaw2016-04-0136-73/+72
| | | | | | | This suppresses all errors in the file. Use `noqa`, although pep8 doesn't honor this for all errors. There may be a plugin which helps.
* Allow fall backs for moderation actions.Barry Warsaw2016-04-0112-79/+122
| | | | | | | | | The `moderation_action` for members and nonmember can now be ``None`` which signals falling back to the appropriate list default action, e.g. `default_member_action` and `default_nonmember_action`. Given by Aurélien Bompard. Closes #189
* Appease flake8.Barry Warsaw2016-04-011-4/+12
|
* Import the unmoderated members with action 'defer'Aurélien Bompard2016-03-312-3/+7
|
* Add caching to the data migrationAurélien Bompard2016-03-311-4/+14
| | | | Very useful on large installations.
* Make sure users are returned in a predictable orderAurélien Bompard2016-03-311-1/+1
|
* Migrate data from the static member moderation action to the list fallbackAurélien Bompard2016-03-312-0/+140
|
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-3112-88/+144
| | | | | | | | Members and nonmember's moderation action should be None by default, and in that case the moderation rule should fallback to the mailing list's default action. Fixes: #189
* Add a test to verify the problem isn't in core.Barry Warsaw2016-03-311-0/+14
|
* Add member unsubscription testAditya2016-03-301-0/+9
|
* Refactor.Barry Warsaw2016-03-291-31/+31
|
* Tweak the import rules checker.Barry Warsaw2016-03-278-8/+23
| | | | Fix the last few violations of the import rules.
* Import order flake8 plugin.Barry Warsaw2016-03-2755-67/+147
| | | | Fix lots of import order errors discovered by the new plugin.
* Start of import order testing.Barry Warsaw2016-03-271-0/+44
|
* Style guide updates.Barry Warsaw2016-03-271-27/+17
|
* Clean up the utilities directory.Barry Warsaw2016-03-2523-286/+151
|
* Clean up the testing directory.Barry Warsaw2016-03-256-99/+47
|
* Clean up the styles directory.Barry Warsaw2016-03-254-42/+17
|
* Clean up the runners directory.Barry Warsaw2016-03-2525-389/+162
|
* Clean up the rules directory.Barry Warsaw2016-03-2513-57/+30
|
* Clean up the rest directory.Barry Warsaw2016-03-2538-343/+121
|
* Clean up the mta directory.Barry Warsaw2016-03-2514-120/+48
|
* Clean up the model and languages directories.Barry Warsaw2016-03-2540-367/+181
|
* Reorder the @public definition.Barry Warsaw2016-03-253-18/+8
| | | | This allows us to import it in more places without threat of import errors.
* Clean up the interfaces directory.Barry Warsaw2016-03-2541-428/+199
|