summaryrefslogtreecommitdiff
path: root/src/mailman/utilities (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Greatly improve the fidelity of the Mailman 2.1 list importer functionalityBarry Warsaw2014-04-143-22/+1066
|\
| * IUserManager.create_address() is a better API to create unlinked addresses.Barry Warsaw2014-04-141-29/+5
| * Trunk mergeBarry Warsaw2014-04-1416-16/+16
| |\ | |/ |/|
* | Bump copyright years.Barry Warsaw2014-01-0116-16/+16
| * Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-143-17/+1085
|/|
| * Minor pyflakes fixesAurélien Bompard2013-10-222-4/+3
| * Merge from the main branchAurélien Bompard2013-10-222-83/+114
| |\ | |/ |/|
| * Text templates should be in UTF-8Aurélien Bompard2013-10-211-2/+19
| * Handle acceptable_aliases being a list in the pickleAurélien Bompard2013-10-152-1/+17
| * Better handling of mixed case email addressesAurélien Bompard2013-10-112-12/+65
| * Handle 'local-part-only' acceptable aliasesAurélien Bompard2013-10-112-2/+22
| * Don't change the mail_host when importingAurélien Bompard2013-10-112-4/+4
| * Use the full language code in the configuration hintAurélien Bompard2013-10-112-6/+4
| * Deal with non-ascii bans and aliasesAurélien Bompard2013-10-092-20/+34
| * Make sure the imported preferred_language exists, and work around Python issu...Aurélien Bompard2013-10-082-3/+70
| * Some more unicode checks when importingAurélien Bompard2013-10-082-9/+39
| * More unicode fixes in the import scriptAurélien Bompard2013-10-032-2/+35
| * Strings are almost always bytestrings in the pickle, test for thatAurélien Bompard2013-10-032-58/+58
| * Import most list parameters from the 2.1 pickleAurélien Bompard2013-09-302-3/+817
| * When importing from 2.1, handle the archiving policyAurélien Bompard2013-09-202-0/+41
* | Sort imports.Barry Warsaw2013-10-181-1/+1
* | * Fix importation from MM2.1 to MM3 of the archive policy. Given by AurélienBarry Warsaw2013-10-182-0/+68
|/
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-0/+2
* whitespaceBarry Warsaw2013-03-201-1/+0
* Bump copyright years.Barry Warsaw2013-01-0116-16/+16
* LP: #975692 phase 1Barry Warsaw2012-12-281-0/+53
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-261-0/+4
* Fix the order of PasswordContext.verify() to match that of passlib.Barry Warsaw2012-12-251-4/+23
* ConfigurationBarry Warsaw2012-11-042-10/+3
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-312-19/+3
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-1/+1
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-262-7/+9
|\
| * Working for SQLite:Barry Warsaw2012-07-252-4/+5
| * trunk mergeBarry Warsaw2012-07-062-0/+122
| |\ | |/ |/|
* | More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-021-9/+2
* | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-022-23/+95
* | Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-0/+57
| * - Rename the model attributes.Barry Warsaw2012-04-081-2/+2
|/
* ArchitectureBarry Warsaw2012-03-261-5/+42
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-152-4/+5
* Move the interact module to a better sub-package location.Barry Warsaw2012-03-131-0/+86
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-132-3/+105
* - Test welcome message notifications.Barry Warsaw2012-03-042-21/+21
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-032-183/+200
* copybumpBarry Warsaw2012-01-0113-13/+13
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-012-593/+0
* * Fix a couple of spelling errors.Barry Warsaw2011-11-021-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-305-56/+7
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-7/+7
* Remove all pylint vestiges.Barry Warsaw2011-08-031-3/+0