| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tweak for landing. | Barry Warsaw | 2016-04-25 | 3 | -43/+63 |
| | | | | | | | * Add NEWS. * Add more comments. * Minor changes to test code style. | ||||
| * | Cover two more corner cases | Aurélien Bompard | 2016-04-26 | 1 | -0/+43 |
| | | |||||
| * | Fix difference between iter and count in find_members | Aurélien Bompard | 2016-04-26 | 2 | -11/+36 |
| | | | | | | | | In `SubscriptionService._find_members()`, only select preferred addresses. Fixes #227 | ||||
| * | Add some documentation. | Barry Warsaw | 2016-04-23 | 1 | -15/+38 |
| | | |||||
| * | Fix #228 | Barry Warsaw | 2016-04-22 | 5 | -7/+119 |
| | | | | | | | | | ``mailman shell`` now supports readline history if you set the ``[shell]history_file`` variable in mailman.cfg. Also, many useful names are pre-populated in the namespace of the shell. (Closes: #228) With test coverage. | ||||
| * | This doesn't exactly close the REST bug. | Barry Warsaw | 2016-04-18 | 1 | -1/+1 |
| | | |||||
| * | Add NEWS, tweak an interface, and rewrite a unit test. | Barry Warsaw | 2016-04-18 | 5 | -133/+194 |
| | | |||||
| * | Extend ISubscriptionService interface. | Harshit Bansal | 2016-04-18 | 4 | -0/+218 |
| | | | | | | | Add documentation. Extend ISubscriptionService interface. | ||||
| * | __iter__() must sort just like mailing_lists property. | Barry Warsaw | 2016-04-13 | 1 | -1/+2 |
| | | |||||
| * | mailman subcommands commit transactions | Barry Warsaw | 2016-04-12 | 6 | -5/+116 |
| | | | | | | | Closes #223 Also: `mailman digests` has grown --verbose and -dry-run options. | ||||
| * | Fix comment. | Barry Warsaw | 2016-04-10 | 1 | -1/+1 |
| | | |||||
| * | Fix compatibility with IPython 4. | Barry Warsaw | 2016-04-10 | 2 | -9/+46 |
| | | |||||
| * | Ignore anything in /tmp and improve coverage. | Barry Warsaw | 2016-04-09 | 1 | -1/+1 |
| | | |||||
| * | Fix regression with default banner. | Barry Warsaw | 2016-04-09 | 1 | -1/+2 |
| | | | | | Closes #225 | ||||
| * | Fix a mock. | Barry Warsaw | 2016-04-08 | 1 | -1/+1 |
| | | |||||
| * | Fix mailman shell processing of $PYTHONSTARTUP. | Barry Warsaw | 2016-04-08 | 5 | -20/+125 |
| | | | | | Closes #224 | ||||
| * | flake8 clean. | Barry Warsaw | 2016-04-06 | 2 | -2/+2 |
| | | |||||
| * | public() takes keyword arguments. | Barry Warsaw | 2016-04-04 | 12 | -46/+38 |
| | | |||||
| * | Revert a few incorrect renames. | Barry Warsaw | 2016-04-03 | 4 | -42/+42 |
| | | |||||
| * | Don't pass `api` when it's readily available. | Barry Warsaw | 2016-04-03 | 3 | -33/+20 |
| | | |||||
| * | Add news. | Barry Warsaw | 2016-04-03 | 1 | -0/+1 |
| | | |||||
| * | Fix some tests. | Barry Warsaw | 2016-04-03 | 2 | -3/+3 |
| | | |||||
| * | Clean up. | Barry Warsaw | 2016-04-03 | 1 | -23/+17 |
| | | |||||
| * | API consistency. | Barry Warsaw | 2016-04-03 | 10 | -64/+65 |
| | | |||||
| * | Complete the port to Falcon 1.0. | Barry Warsaw | 2016-04-02 | 9 | -5/+32 |
| | | |||||
| * | Checkpointing. | Barry Warsaw | 2016-04-02 | 4 | -124/+128 |
| | | |||||
| * | Add coverage and NEWS. | Barry Warsaw | 2016-04-02 | 2 | -32/+44 |
| | | |||||
| * | Sort chains and pipelines before returning them | Simon Hanna | 2016-04-02 | 2 | -4/+6 |
| | | | | | Update tests to check for return values | ||||
| * | Add tests for exposed chains and pipelines | Simon Hanna | 2016-04-02 | 1 | -0/+30 |
| | | |||||
| * | Expose chains through the rest interface | Simon Hanna | 2016-04-02 | 1 | -0/+11 |
| | | |||||
| * | Expose pipelines through the rest interface | Simon Hanna | 2016-04-02 | 1 | -0/+11 |
| | | |||||
| * | Replace execfile() with a Python 3 compatible alternative. | Barry Warsaw | 2016-04-01 | 1 | -4/+2 |
| | | |||||
| * | Use flake8-respect-noqa plugin and fix more complaints. | Barry Warsaw | 2016-04-01 | 7 | -15/+13 |
| | | |||||
| * | Don't use `flake8: noqa`. | Barry Warsaw | 2016-04-01 | 36 | -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 Warsaw | 2016-04-01 | 12 | -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 Warsaw | 2016-04-01 | 1 | -4/+12 |
| | | |||||
| * | Import the unmoderated members with action 'defer' | Aurélien Bompard | 2016-03-31 | 2 | -3/+7 |
| | | |||||
| * | Add caching to the data migration | Aurélien Bompard | 2016-03-31 | 1 | -4/+14 |
| | | | | | Very useful on large installations. | ||||
| * | Make sure users are returned in a predictable order | Aurélien Bompard | 2016-03-31 | 1 | -1/+1 |
| | | |||||
| * | Migrate data from the static member moderation action to the list fallback | Aurélien Bompard | 2016-03-31 | 2 | -0/+140 |
| | | |||||
| * | Members and nonmembers moderation action fallback | Aurélien Bompard | 2016-03-31 | 12 | -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 Warsaw | 2016-03-31 | 1 | -0/+14 |
| | | |||||
| * | Add member unsubscription test | Aditya | 2016-03-30 | 1 | -0/+9 |
| | | |||||
| * | Refactor. | Barry Warsaw | 2016-03-29 | 1 | -31/+31 |
| | | |||||
| * | Tweak the import rules checker. | Barry Warsaw | 2016-03-27 | 8 | -8/+23 |
| | | | | | Fix the last few violations of the import rules. | ||||
| * | Import order flake8 plugin. | Barry Warsaw | 2016-03-27 | 55 | -67/+147 |
| | | | | | Fix lots of import order errors discovered by the new plugin. | ||||
| * | Start of import order testing. | Barry Warsaw | 2016-03-27 | 1 | -0/+44 |
| | | |||||
| * | Style guide updates. | Barry Warsaw | 2016-03-27 | 1 | -27/+17 |
| | | |||||
| * | Clean up the utilities directory. | Barry Warsaw | 2016-03-25 | 23 | -286/+151 |
| | | |||||
| * | Clean up the testing directory. | Barry Warsaw | 2016-03-25 | 6 | -99/+47 |
| | | |||||
