| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Complete the port to Storm, at least as far as the current Mailman test suite | Barry Warsaw | 2007-11-17 | 8 | -118/+129 |
| | * | All the simple test fixes are now in, and while there are still some failing | Barry Warsaw | 2007-11-10 | 16 | -87/+109 |
| | * | More Unicodification; fixed several more doctests. | Barry Warsaw | 2007-11-08 | 12 | -129/+146 |
| | * | More Unicodification; fixed two more doctests. | Barry Warsaw | 2007-11-08 | 15 | -207/+139 |
| | * | Two more passing tests. | Barry Warsaw | 2007-11-08 | 4 | -61/+47 |
| | * | More doctest fixes. | Barry Warsaw | 2007-11-08 | 4 | -42/+43 |
| | * | Fix two more doctests | Barry Warsaw | 2007-11-07 | 24 | -289/+108 |
| | * | Fix two more doctests | Barry Warsaw | 2007-11-07 | 2 | -14/+9 |
| | * | Fix two doctests: addresses.txt and mlist-addresses.txt | Barry Warsaw | 2007-11-07 | 8 | -96/+85 |
| | * | Fix two doctests: ack-headers and acknowledgment. | Barry Warsaw | 2007-11-06 | 10 | -70/+72 |
| | * | Target Mailman onto the Storm <http://storm.canonical.com> Python ORM. This | Barry Warsaw | 2007-11-04 | 21 | -293/+528 |
| * | | Mailman/Bouncers/SMTP32.py - Added a recognition. Improved address pattern. | Mark Sapiro | 2007-11-11 | 3 | -6/+11 |
| * | | Added a test message. | Mark Sapiro | 2007-11-11 | 1 | -0/+81 |
| * | | Changed file format from dos to unix as needed | Mark Sapiro | 2007-11-11 | 14 | -1721/+1721 |
| * | | Fixed Mailman/queue/command.py to decode a quoted-printable or base64 | Mark Sapiro | 2007-11-09 | 1 | -1/+1 |
| * | | - Scrubber.py | Mark Sapiro | 2007-11-06 | 1 | -5/+6 |
| |/ |
|
| * | Kill of another now unnecessary append(), fixing the users.txt doctest. | Barry Warsaw | 2007-10-31 | 1 | -1/+0 |
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 38 | -1021/+429 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 20 | -289/+111 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 16 | -68/+156 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 25 | -90/+121 |
| * | merge upstream | Barry Warsaw | 2007-10-06 | 1 | -2/+1 |
| |\ |
|
| | * | Remove an unnecessary (and now broken) import. | Barry Warsaw | 2007-10-05 | 1 | -2/+1 |
| * | | Changes to support the Approved/Approve header with the new user | Barry Warsaw | 2007-10-06 | 4 | -156/+445 |
| * | | Remove unused test base class and add a standalone SMTP proxy script. | Barry Warsaw | 2007-10-03 | 2 | -106/+91 |
| |/ |
|
| * | Eradicate mm_cfg.py | Barry Warsaw | 2007-09-29 | 4 | -62/+11 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 54 | -126/+564 |
| * | qrunner, mailmanctl and various other repairs. | Barry Warsaw | 2007-09-29 | 8 | -34/+46 |
| * | Repair the test suite. | Barry Warsaw | 2007-09-27 | 5 | -15/+1 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 22 | -1688/+402 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 25 | -318/+423 |
| * | Get bin/add_members and bin/list_members to work again (for the most | Barry Warsaw | 2007-09-20 | 5 | -118/+86 |
| * | InitTempVars() is completely eradicated. The only bit I think we | Barry Warsaw | 2007-09-19 | 5 | -69/+16 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 13 | -113/+64 |
| * | Finish clean up of ListAdmin class removal. Start by actually | Barry Warsaw | 2007-09-16 | 5 | -535/+42 |
| * | Finish up the request hold conversion. ListAdmin can go away though | Barry Warsaw | 2007-09-16 | 7 | -168/+262 |
| * | Work out subscription holding and handling. ApprovedAddMember() is | Barry Warsaw | 2007-09-16 | 8 | -179/+493 |
| * | SQLAlchemy >= 0.3.10 is required. | Barry Warsaw | 2007-09-12 | 1 | -4/+4 |
| * | Support forwarding of held posts. | Barry Warsaw | 2007-09-09 | 2 | -3/+23 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 10 | -83/+839 |
| * | Interfaces IRequests and IListRequests which are substitutes for the ListAdmin | Barry Warsaw | 2007-08-07 | 8 | -4/+377 |
| * | Simple update. | Barry Warsaw | 2007-08-06 | 1 | -4/+2 |
| * | Make bin/list_owners work again. | Barry Warsaw | 2007-08-06 | 1 | -8/+9 |
| * | Fixed a problem where members of a deleted mailing list were hanging around. | Barry Warsaw | 2007-08-05 | 12 | -74/+177 |
| * | Added a doctest for the Mailman.app.create module. | Barry Warsaw | 2007-08-05 | 9 | -23/+188 |
| * | Added a doctest for styles. | Barry Warsaw | 2007-08-05 | 2 | -2/+148 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 28 | -600/+629 |
| * | Refactor IDatabase interface so that the user_manager, list_manager, | Barry Warsaw | 2007-08-02 | 41 | -170/+158 |
| * | Repair some test suite regressions. | Barry Warsaw | 2007-08-01 | 8 | -25/+39 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 35 | -355/+1198 |
| |\ |
|