summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/template.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename metadata key for clarityBarry Warsaw2017-08-041-0/+1
|
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-0/+1
|
* Split registration (subscription) and unsubscription:Barry Warsaw2016-09-131-1/+1
| | | | | | | | * events * notices * handlers Also, be sure to do only one `leave` command per email.
* New template system. Closes #249Barry Warsaw2016-07-161-0/+199
The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.