| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix the template name of the welcome message. | Barry Warsaw | 2017-05-24 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | We did not previously complete the renaming of the templates. Rename: * user:ack:welcome -> list:user:notice:welcome * user:ack:goodbye -> list:user:notice:goodbye The new names are what are actually used in send_welcome_message() and send_goodbye_message() so the old names were actually never used. NOTE: If you added welcome or goodbye templates through REST from git head, the old names will not be used. Given that this wasn't a feature in 3.0, and the above use case is very unlikely, I've decided not to do a migration. If anybody is affected, the changes can be made manually in withlist. Closes: #337 | ||||
| * | Enforce a stricter coding style. | Barry Warsaw | 2017-01-26 | 1 | -3/+3 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 2 | -2/+2 |
| | | |||||
| * | Fix the Flake8 ignore tags | Aurélien Bompard | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | More test repair. | Barry Warsaw | 2016-10-16 | 1 | -18/+27 |
| | | |||||
| * | Another test repair. | Barry Warsaw | 2016-10-16 | 1 | -12/+33 |
| | | |||||
| * | Fix one migration failure. | Barry Warsaw | 2016-10-16 | 1 | -5/+7 |
| | | |||||
| * | MySQL is now an officially supported database. | Barry Warsaw | 2016-07-29 | 2 | -20/+27 |
| | | | | | Given by Abhilash Raj. | ||||
| * | Rebase mailman/mailman!180 and cleanup # noqa | Barry Warsaw | 2016-07-28 | 1 | -2/+2 |
| | | |||||
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 1 | -0/+156 |
| | | | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. | ||||
| * | Use contextlib.suppress() where appropriate. | Barry Warsaw | 2016-04-30 | 1 | -5/+4 |
| | | |||||
| * | Use flake8-respect-noqa plugin and fix more complaints. | Barry Warsaw | 2016-04-01 | 1 | -3/+1 |
| | | |||||
| * | Allow fall backs for moderation actions. | Barry Warsaw | 2016-04-01 | 1 | -14/+27 |
| | | | | | | | | | | 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 | ||||
| * | Migrate data from the static member moderation action to the list fallback | Aurélien Bompard | 2016-03-31 | 1 | -0/+67 |
| | | |||||
| * | Import order flake8 plugin. | Barry Warsaw | 2016-03-27 | 1 | -2/+2 |
| | | | | | Fix lots of import order errors discovered by the new plugin. | ||||
| * | Clean up the database directory. | Barry Warsaw | 2016-03-24 | 2 | -14/+3 |
| | | |||||
| * | Last cleanups. | Barry Warsaw | 2016-02-29 | 1 | -1/+0 |
| | | | | | | | | | | * Remove an unused import. * Opportunistically remove ^Ls * Add a missing interface attribute. * Fix up some docstrings. * Rename a parameter in an interface for clarity. * Random code style cleanups. | ||||
| * | Revert "Rename the HeaderMatch.chain column to action" | Aurélien Bompard | 2016-02-29 | 1 | -51/+0 |
| | | | | | This reverts commit 703fc135dfcd496a704562ddc263aa0f4f828de9. | ||||
| * | Fix test on PostgreSQL | Aurélien Bompard | 2016-02-29 | 1 | -21/+29 |
| | | |||||
| * | Rename the HeaderMatch.chain column to action | Aurélien Bompard | 2016-02-29 | 1 | -0/+43 |
| | | | | | It makes it clearer what values are valid, and allows validation. | ||||
| * | The order of a mailing list's header matches is significant | Aurélien Bompard | 2016-02-29 | 1 | -2/+4 |
| | | | | | | | | Add a numerical index property to HeaderMatch objects, and change the HeaderMatchSet manager to take the order into account. Items can now be inserted and removed by index. | ||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 2 | -2/+2 |
| | | |||||
| * | Be liberal with the transaction. | Barry Warsaw | 2015-12-21 | 1 | -8/+10 |
| | | |||||
| * | Move the data_paths. | Barry Warsaw | 2015-12-20 | 1 | -0/+23 |
| | | |||||
| * | Digests improvements: | Barry Warsaw | 2015-12-19 | 1 | -0/+27 |
| | | | | | | | | * digestable -> digests_enabled * nondigestable: removed * Exposed digests_enabled, digest_send_periodic, digest_volume_frequency in REST. | ||||
| * | A few minor cleanups. | Barry Warsaw | 2015-12-16 | 1 | -1/+3 |
| | | |||||
| * | Implement suggestions from the review | Aurélien Bompard | 2015-12-16 | 1 | -16/+18 |
| | | |||||
| * | Add a commit to avoid a lock in PostgreSQL | Aurélien Bompard | 2015-12-16 | 1 | -0/+1 |
| | | |||||
| * | Handle data migration | Aurélien Bompard | 2015-12-16 | 1 | -0/+64 |
| | | |||||
| * | Clean up pass through abompard's branch. | Barry Warsaw | 2015-10-20 | 1 | -8/+10 |
| | | |||||
| * | Be compatible with older versions of SQLAlchemy and Alembic | Aurélien Bompard | 2015-10-20 | 1 | -4/+3 |
| | | |||||
| * | Test schema migration for the header matches | Aurélien Bompard | 2015-10-20 | 1 | -0/+44 |
| | | |||||
| * | Core no longer depends on the standalone `mock` module. (Closes: #146) | Barry Warsaw | 2015-09-22 | 1 | -1/+1 |
| | | |||||
| * | Minor cleanups. | Barry Warsaw | 2015-09-14 | 1 | -2/+1 |
| | | |||||
| * | Fix it with PostgreSQL | Aurélien Bompard | 2015-09-15 | 1 | -4/+3 |
| | | |||||
| * | Fixes for the review comments | Aurélien Bompard | 2015-09-15 | 1 | -4/+4 |
| | | |||||
| * | Test the schema migrations with Alembic | Aurélien Bompard | 2015-09-15 | 1 | -0/+59 |
| | | |||||
| * | Make a test less susceptible to churn when migrations are added. Given by | Barry Warsaw | 2015-03-25 | 1 | -7/+4 |
| | | | | | abompard. | ||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| | | |||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -8/+4 |
| | | |||||
| * | Add comments and rewrite test a bit. | Barry Warsaw | 2014-11-29 | 1 | -1/+5 |
| | | |||||
| * | Remove debugging. | Barry Warsaw | 2014-11-28 | 1 | -1/+0 |
| | | |||||
| * | Repair broken test. Given by Aurélien Bompard. | Barry Warsaw | 2014-11-28 | 1 | -9/+15 |
| |\ | |||||
| | * | Fix a failing schemamanager test | Aurélien Bompard | 2014-11-27 | 1 | -8/+13 |
| |/ | |||||
| * | Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry. | Barry Warsaw | 2014-10-13 | 2 | -0/+160 |
| |\ | |||||
| | * | Merge Barry's changes | Aurélien Bompard | 2014-10-13 | 1 | -26/+26 |
| | |\ | |/ |/| | |||||
| | * | Fix unit tests with SQLite now | Aurélien Bompard | 2014-10-10 | 1 | -3/+5 |
| | | | |||||
| | * | Fix unit tests with PostgreSQL | Aurélien Bompard | 2014-10-10 | 1 | -9/+35 |
| | | | |||||
| | * | Don't use a testing layer for database tests | Aurélien Bompard | 2014-10-06 | 1 | -5/+10 |
| | | | |||||
| | * | Merge from Abhilash's branch | Aurélien Bompard | 2014-10-06 | 1 | -2/+3 |
| | |\ | |/ |/| | |||||
