| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Clean up pass through abompard's branch. | Barry Warsaw | 2015-10-20 | 2 | -48/+59 | |
| | | ||||||
| * | Use and interface for the set of header_matches | Aurélien Bompard | 2015-10-20 | 2 | -11/+26 | |
| | | ||||||
| * | Implement changes from the review | Aurélien Bompard | 2015-10-20 | 2 | -6/+28 | |
| | | ||||||
| * | Adapt the code and the tests to the new HeaderMatch object | Aurélien Bompard | 2015-10-20 | 2 | -7/+12 | |
| | | ||||||
| * | Convert header_filter_rules from 2.1 to header_matches | Aurélien Bompard | 2015-10-20 | 2 | -0/+168 | |
| | | ||||||
| * | Core no longer depends on the standalone `mock` module. (Closes: #146) | Barry Warsaw | 2015-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | Do a cleansing pass on abompard's branch. | Barry Warsaw | 2015-06-24 | 2 | -35/+41 | |
| | | ||||||
| * | Better import of a member's moderation flag | Aurélien Bompard | 2015-06-17 | 2 | -22/+56 | |
| | | ||||||
| * | Only keep regexps in the *_these_nonmembers property | Aurélien Bompard | 2015-06-17 | 2 | -8/+21 | |
| | | ||||||
| * | Import: handle the '*_these_nonmembers' parameters | Aurélien Bompard | 2015-06-17 | 2 | -3/+39 | |
| | | ||||||
| * | Fix import of the default_member_moderation value | Aurélien Bompard | 2015-06-17 | 2 | -17/+28 | |
| | | ||||||
| * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 2 | -16/+75 | |
| | | | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm. | |||||
| * | * A handful of unused legacy exceptions have been removed. The redundant | Barry Warsaw | 2015-05-24 | 1 | -2/+2 | |
| | | | | | `MailmanException` has been removed; use `MailmanError` everywhere. | |||||
| * | * The default languages from Mailman 2.1 have been ported over. Given by | Barry Warsaw | 2015-05-07 | 1 | -7/+2 | |
| | | | | | Aurélien Bompard. | |||||
| * | Remove the obsolete and mostly unimplemented onebounce script. | Barry Warsaw | 2015-05-03 | 1 | -0/+142 | |
| | | | | | | Move the options base class to utilities (even though only the master uses it). Remove other obsolete and unused code. | |||||
| * | * The test suite now runs successfully again with PostgreSQL. Given by | Barry Warsaw | 2015-04-22 | 1 | -8/+7 | |
| |\ | | | | | | | Aurélien Bompard. (LP: #1435941) | |||||
| | * | Import: autodetect boolean columns | Aurélien Bompard | 2015-04-22 | 1 | -7/+5 | |
| |/ | ||||||
| * | Open templates for reading in utf-8; given by abompard. | Barry Warsaw | 2015-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | * Mailing list subscription policy work flow has been completely rewritten. | Barry Warsaw | 2015-04-15 | 2 | -1/+33 | |
| |\ | | | | | | | | | | | It now properly supports email verification and subscription confirmation by the user, and approval by the moderator using unique tokens. ``IMailingList`` objects now have a ``subscription_policy`` attribute. | |||||
| | * | Merge from head | Aurélien Bompard | 2015-03-26 | 2 | -5/+61 | |
| | |\ | |/ |/| | ||||||
| | * | Import the subscription_policy from Mailman2 | Aurélien Bompard | 2015-03-21 | 2 | -1/+29 | |
| | | | ||||||
| * | | Additional fixes for importing from Mailman 2. Given by abompard. | Barry Warsaw | 2015-03-25 | 2 | -5/+61 | |
| |\ \ | |/ |/| | ||||||
| | * | Don't send welcome messages on import | Aurélien Bompard | 2015-02-21 | 2 | -5/+22 | |
| | | | ||||||
| | * | Don't import invalid emails | Aurélien Bompard | 2015-02-21 | 2 | -0/+29 | |
| |/ | ||||||
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 3 | -7/+4 | |
| | | ||||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 16 | -16/+16 | |
| | | ||||||
| * | Python 3.4 has no sys.exc_clear() | Barry Warsaw | 2015-01-02 | 1 | -6/+0 | |
| | | ||||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 16 | -67/+21 | |
| | | ||||||
| * | Trunk merge. | Barry Warsaw | 2014-12-22 | 1 | -0/+2 | |
| |\ | ||||||
| | * | * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given by | Barry Warsaw | 2014-12-08 | 1 | -0/+2 | |
| | |\ | | | | | | | | | | Aurélien Bompard. (LP: #1060951) | |||||
| | | * | Convert unicode instance testing to bytes instance testing | Aurélien Bompard | 2014-12-04 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Do not auto-convert Message headers to unicode | Aurélien Bompard | 2014-12-02 | 1 | -0/+2 | |
| | |/ | | | | | | | Fixes: bug #1060951 | |||||
| * | | test_import passes. | Barry Warsaw | 2014-12-16 | 2 | -12/+17 | |
| | | | ||||||
| * | | Fix some of the import tests. Python 2 str types seem to always unpickle as | Barry Warsaw | 2014-12-16 | 2 | -38/+45 | |
| | | | | | | | | | str types in Python 3. | |||||
| * | | Pass all command tests. | Barry Warsaw | 2014-12-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | More test repair. | Barry Warsaw | 2014-12-15 | 1 | -2/+3 | |
| | | | ||||||
| * | | Port some of the commands. | Barry Warsaw | 2014-12-13 | 1 | -2/+4 | |
| | | | ||||||
| * | | Checkpointing | Barry Warsaw | 2014-12-12 | 1 | -3/+2 | |
| | | | ||||||
| * | | Make sure the X-Message-ID-Hash header value is a string. | Barry Warsaw | 2014-12-11 | 1 | -1/+4 | |
| | | | ||||||
| * | | Checkpointing. | Barry Warsaw | 2014-11-30 | 4 | -10/+13 | |
| |/ | | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now. | |||||
| * | Improve coverage: | Barry Warsaw | 2014-11-17 | 3 | -52/+4 | |
| | | | | | | * Remove some unused code * pragma: no cover | |||||
| * | * You no longer have to edit `src/mailman/testing/testing.cfg` to run the | Barry Warsaw | 2014-11-09 | 1 | -0/+3 | |
| | | | | | | | | | | | | test suite against PostgreSQL. See `src/mailman/docs/START.rst` for details. Also: * Test fixes. * Doc fixes. * PostgreSQL/model fixes. | |||||
| * | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 2 | -10/+13 | |
| | | | | | | | | | | | | To do this, we have to handle random test ordering, since tox explicitly sets PYTHONHASHSEED. That's a good thing for the future Python 3 port. Removed `mailman conf -t/--sort`; now the output is always sorted. RFC 2369 headers are now sorted before being added. etag repr dicts are sorted using pprint.pformat(). | |||||
| * | Merge abompard's fixes to the importer for encode_ascii_prefixes. | Barry Warsaw | 2014-10-30 | 2 | -3/+14 | |
| | | ||||||
| * | PostgreSQL support by Abhilash, cleaned by Barry. | Barry Warsaw | 2014-09-27 | 1 | -0/+3 | |
| |\ | ||||||
| | * | Add support for postgresql | Abhilash Raj | 2014-09-25 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | * revert changes in message_id_has encoding by barry * Change message_id_hash column to LargeBinary (from previously mistaken one i.e.unicode) * add missing import in database/types.py * fix a bug in database/Model.py, transaction has no method abort(), instead it is rollback() | |||||
| * | | Migrations, with cleanup by Barry. | Barry Warsaw | 2014-09-27 | 1 | -1/+14 | |
| |/ | ||||||
| * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -8/+7 | |
| | | ||||||
| * | * fix the circular dependecy problem between User and Adress | Abhilash Raj | 2014-09-19 | 1 | -0/+20 | |
| | | | | | * fix almost all the errors relating to doctests | |||||
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 10 | -15/+26 | |
| | | | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies. | |||||
