| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Fix pipelines tests. | Barry Warsaw | 2014-12-15 | 2 | -5/+5 | |
| | * | | | Merge parent | Barry Warsaw | 2014-12-15 | 2 | -28/+16 | |
| | |\ \ \ | ||||||
| | | * | | | Fix pending.rst. | Barry Warsaw | 2014-12-14 | 2 | -28/+16 | |
| | * | | | | Use listid instead of (fqdn) listname in the metadata pickle. | Barry Warsaw | 2014-12-15 | 31 | -142/+131 | |
| | * | | | | * Read the .cfg files not as bytes any more, but as UTF-8 encoding files. | Barry Warsaw | 2014-12-15 | 6 | -28/+24 | |
| | |/ / / | ||||||
| | * | | | Add test module. | Barry Warsaw | 2014-12-13 | 1 | -0/+74 | |
| | * | | | All model tests except for pendings.rst is passing now. | Barry Warsaw | 2014-12-13 | 6 | -82/+30 | |
| | * | | | More model test fixes and ports. | Barry Warsaw | 2014-12-13 | 9 | -106/+125 | |
| | * | | | Port some of the commands. | Barry Warsaw | 2014-12-13 | 15 | -35/+36 | |
| | * | | | Checkpointing | Barry Warsaw | 2014-12-12 | 6 | -8/+9 | |
| | * | | | Fix test_inject.py | Barry Warsaw | 2014-12-11 | 1 | -1/+1 | |
| | * | | | Checkpointing more fixes. | Barry Warsaw | 2014-12-11 | 3 | -8/+13 | |
| | * | | | Fix some basic REST plumbing, and make test_rosters pass. | Barry Warsaw | 2014-12-11 | 4 | -6/+12 | |
| | * | | | Make sure the X-Message-ID-Hash header value is a string. | Barry Warsaw | 2014-12-11 | 1 | -1/+4 | |
| | * | | | Fix the approved rule. Don't decode the payload so that we get a unicode to | Barry Warsaw | 2014-12-08 | 2 | -6/+6 | |
| | * | | | languages.rst passes | Barry Warsaw | 2014-12-01 | 1 | -2/+2 | |
| | * | | | model/addresses.rst passes, with some bad-path cases moved to unittests. | Barry Warsaw | 2014-12-01 | 2 | -17/+25 | |
| | * | | | registrar.rst is ported; some bad path tests moved to a unittest. | Barry Warsaw | 2014-12-01 | 3 | -31/+70 | |
| | * | | | test_mailinglist.py passes. | Barry Warsaw | 2014-12-01 | 2 | -7/+4 | |
| | * | | | Port model/tests/test_user.py | Barry Warsaw | 2014-12-01 | 2 | -8/+7 | |
| | * | | | test_requests succeeds now, after changing some LargeBinary columns into | Barry Warsaw | 2014-12-01 | 5 | -13/+13 | |
| | * | | | Checkpointing. | Barry Warsaw | 2014-11-30 | 59 | -265/+265 | |
| | * | | | Create a py34 environment. | Barry Warsaw | 2014-11-29 | 1 | -1/+6 | |
| | * | | | Trunk merge | Barry Warsaw | 2014-11-29 | 9 | -14/+241 | |
| | |\ \ \ | ||||||
| * | | | | | Always pass the -C option to the subprocess. | Barry Warsaw | 2015-01-04 | 1 | -2/+3 | |
| * | | | | | It's possible $HOME isn't defined. | Barry Warsaw | 2015-01-01 | 1 | -1/+1 | |
| * | | | | | Post-release housekeeping. | Barry Warsaw | 2014-12-30 | 2 | -3/+8 | |
| * | | | | | Update version. | Barry Warsaw | 2014-12-30 | 1 | -1/+1 | |
| * | | | | | Documentation cleanup. | Barry Warsaw | 2014-12-30 | 2 | -1/+1 | |
| * | | | | | Back port from py3 branch: | Barry Warsaw | 2014-12-29 | 1 | -0/+3 | |
| * | | | | | Back port from the py3 branch: | Barry Warsaw | 2014-12-29 | 11 | -17/+257 | |
| * | | | | | Back port from py3 branch: | Barry Warsaw | 2014-12-29 | 4 | -13/+34 | |
| * | | | | | Prep for release | Barry Warsaw | 2014-12-29 | 1 | -1/+1 | |
| | |_|/ / |/| | | | ||||||
| * | | | | * Fixed `AttributeError` on MIME digest messages. Given by Aurélien Bompard. | Barry Warsaw | 2014-12-10 | 7 | -44/+196 | |
| |\ \ \ \ | ||||||
| | * | | | | LP: #1130696 - AttributeError on .sender | Barry Warsaw | 2014-12-10 | 6 | -43/+193 | |
| |/| | | | | ||||||
| | * | | | | Make the MIMEDigester generate a subclass of MIMEMultipart with our additions | Aurélien Bompard | 2014-12-09 | 8 | -60/+65 | |
| | * | | | | Handle the MIMEMultipart created by the DigestRunner properly | Aurélien Bompard | 2014-11-30 | 4 | -3/+76 | |
| | | |/ / | |/| | | ||||||
| * | | | | /user sub-resource of the address documented by Aurélien Bompard. | Barry Warsaw | 2014-12-09 | 1 | -11/+124 | |
| |\ \ \ \ | ||||||
| | * | | | | Document the new /addresses/<email>/user resource | Aurélien Bompard | 2014-12-09 | 1 | -10/+120 | |
| |/ / / / | ||||||
| * | | | | * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given by | Barry Warsaw | 2014-12-08 | 14 | -43/+73 | |
| |\ \ \ \ | ||||||
| | * | | | | Convert unicode instance testing to bytes instance testing | Aurélien Bompard | 2014-12-04 | 12 | -14/+13 | |
| | * | | | | Do not auto-convert Message headers to unicode | Aurélien Bompard | 2014-12-02 | 13 | -41/+68 | |
| | |/ / / | ||||||
| * | | | | Updated a credit. | Barry Warsaw | 2014-12-08 | 1 | -1/+1 | |
| * | | | | * The address resource now has an additional '/user' sub-resource which can | Barry Warsaw | 2014-12-08 | 6 | -22/+329 | |
| |\ \ \ \ | ||||||
| | * | | | | REST feature: create a user from an existing address | Aurélien Bompard | 2014-12-08 | 5 | -21/+274 | |
| |/ / / / | ||||||
| * | | | | * Fixed messages without a `text/plain` part crashing the `Approved` rule. | Barry Warsaw | 2014-12-03 | 3 | -2/+37 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Emails without a text/plain part crash the Approved rule | Aurélien Bompard | 2014-11-30 | 2 | -1/+35 | |
| |/ / / | ||||||
| * | | | * Fix Unicode errors when a message being added to the digest has non-ascii | Barry Warsaw | 2014-11-29 | 3 | -1/+66 | |
| |\ \ \ | ||||||
| | * | | | Fix digest handler crash | Aurélien Bompard | 2014-11-25 | 2 | -1/+64 | |
| | |/ / | ||||||
| * | | | * Fixed Unicode errors in the digest runner and when sending messages to the | Barry Warsaw | 2014-11-29 | 6 | -5/+158 | |
| |\ \ \ | ||||||
