summaryrefslogtreecommitdiff
path: root/src/mailman/app/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Trunk mergeBarry Warsaw2014-04-149-28/+220
|\
| * * Module coding style consistency.Barry Warsaw2014-03-021-9/+32
| * - Clean up and simplify remove_list()Barry Warsaw2014-03-021-1/+13
| * Several internal improvements:Barry Warsaw2014-01-063-10/+167
| * Bump copyright years.Barry Warsaw2014-01-018-8/+8
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-0/+11
|\ \ | |/ |/|
| * Text templates should be in UTF-8Aurélien Bompard2013-10-211-0/+11
|/
* Bump copyright years.Barry Warsaw2013-01-018-8/+8
* LP: #975692 phase 1Barry Warsaw2012-12-282-4/+50
* * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-171-6/+40
* ConfigurationBarry Warsaw2012-11-044-17/+11
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-313-47/+20
* DatabaseBarry Warsaw2012-10-161-14/+14
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-042-6/+6
* * Non-unicode values in msgdata broke pending requests. (LP: #1031391)Barry Warsaw2012-08-171-0/+12
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-18/+1
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-3/+4
* Whitespace normalization.Barry Warsaw2012-04-061-2/+0
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-061-19/+46
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-221-2/+3
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-1/+1
* * Subscription disabled probe warning notification messages are now sentBarry Warsaw2012-03-141-4/+15
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-12/+65
* * Fix `test_moderation` for timezones East of UTC+0000, given by blacktav.Barry Warsaw2012-03-121-3/+4
* Consistent use of assertMultiLineEqual().Barry Warsaw2012-03-064-21/+14
* 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
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-0/+146
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-031-10/+14
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-0/+14
* copybumpBarry Warsaw2012-01-015-5/+5
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-305-46/+0
* * Rewrote a test for compatibility between Python 2.6 and 2.7. (LP: #833208)Barry Warsaw2011-09-071-24/+15
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-303-2/+129
|\
| * LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-251-1/+13
|/
* * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404)Barry Warsaw2011-08-231-4/+12
* * Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw2011-08-221-0/+106
* * Move inject.py to mailman.app package.Barry Warsaw2011-06-151-0/+219
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-2/+137
* Implement and test the extraction of the bouncing email address when a probeBarry Warsaw2011-05-091-2/+26
* Add non-English tests of the probe message.Barry Warsaw2011-05-081-1/+71
* Merge bounces branch (still incomplete, but tests pass).Barry Warsaw2011-05-071-13/+127
|\
| * checkpointingBarry Warsaw2011-05-061-1/+6
| * * Fix setup.py version regexp.Barry Warsaw2011-05-031-13/+36
|/
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-0/+166
* add_member()Barry Warsaw2011-04-081-0/+28
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-1/+56
* Fixed a typo in add_member() which prevented subscribing an email address thatBarry Warsaw2011-01-312-0/+76