summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/versions/fa0d96e28631_template_manager.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the template name of the welcome message.Barry Warsaw2017-05-241-2/+2
| | | | | | | | | | | | | | | | | 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
* Minor changes.Barry Warsaw2016-09-191-1/+1
|
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-27/+28
| | | | Given by Abhilash Raj.
* New template system. Closes #249Barry Warsaw2016-07-161-0/+178
The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.