| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Elixir 0.4.0 has a bug that bites us. | Barry Warsaw | 2007-10-31 | 1 | -1/+1 |
| * | more ignores | Barry Warsaw | 2007-10-31 | 1 | -0/+2 |
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 39 | -1022/+431 |
| * | 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 | 26 | -319/+424 |
| * | Get bin/add_members and bin/list_members to work again (for the most | Barry Warsaw | 2007-09-20 | 6 | -118/+88 |
| * | InitTempVars() is completely eradicated. The only bit I think we | Barry Warsaw | 2007-09-19 | 6 | -70/+16 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 14 | -114/+64 |
| * | Add my short term TODO list. | Barry Warsaw | 2007-09-16 | 1 | -0/+17 |
| * | 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 | 2 | -5/+5 |
| * | 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 | 29 | -601/+632 |
| * | 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 | 36 | -358/+1201 |
| |\ |
|
| | * | Add setuptools plug-in entry point for defining different database backends. | Barry Warsaw | 2007-07-24 | 5 | -40/+122 |
| * | | Remove an empty file | Barry Warsaw | 2007-07-23 | 1 | -0/+0 |
| * | | Remove last vestiges of dbcontext | Barry Warsaw | 2007-07-23 | 2 | -175/+0 |
| * | | The start of a message store definition. Whether this will end up being used | Barry Warsaw | 2007-07-22 | 8 | -1/+445 |
| |/ |
|
| * | Some updates | Barry Warsaw | 2007-07-21 | 1 | -10/+13 |
| * | Merge the setuptools branch. Fix a couple of test modules that are | Barry Warsaw | 2007-07-21 | 327 | -10464/+1515 |
| |\ |
|
| | * | Remove some obsolete command line scripts: | Barry Warsaw | 2007-07-21 | 8 | -324/+40 |
| | * | Clean up the setup.py script by removing a commented out section we | Barry Warsaw | 2007-07-21 | 3 | -46/+6 |
| | * | Added a plugin so setuptools groks the Bazaar revision control system. | Barry Warsaw | 2007-07-20 | 4 | -0/+46 |
| | * | The Mailman/bin package's __all__ now contains the list of all command line | Barry Warsaw | 2007-07-18 | 2 | -2/+63 |
| | * | More work on completing the transition to setuptools. | Barry Warsaw | 2007-07-18 | 112 | -51/+73 |