summaryrefslogtreecommitdiff
path: root/src/mailman/app/tests/test_notifications.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the template name of the welcome message.Barry Warsaw2017-05-241-2/+3
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-15/+17
* First massive round of cleanups.Barry Warsaw2016-03-231-37/+24
* Clean ups for merge.Barry Warsaw2016-03-231-48/+34
* Add test for checking the member display nameAditya2016-03-231-1/+87
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Replace add_member() with subscribe().Barry Warsaw2015-03-261-27/+16
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-13/+24
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+2
* Several internal improvements:Barry Warsaw2014-01-061-10/+32
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* ConfigurationBarry Warsaw2012-11-041-3/+2
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-1/+1
* Consistent use of assertMultiLineEqual().Barry Warsaw2012-03-061-6/+4
* Fix welcome_message_uri to do the placeholder interpolations guaranteed in theBarry Warsaw2012-03-041-0/+27
* - Test welcome message notifications.Barry Warsaw2012-03-041-0/+101