| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 19 | -1969/+0 |
| * | Rework the basic infrastructure for qrunner process control. Split out the | Barry Warsaw | 2008-02-25 | 1 | -9/+17 |
| * | The start of a cleaning up of Errors.py. Eventually, I want to get rid of | Barry Warsaw | 2008-02-19 | 4 | -17/+26 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 18 | -18/+18 |
| * | Convert IncomingRunner to use the new chains disposition architecture. move | Barry Warsaw | 2008-02-02 | 2 | -1/+3 |
| * | SpamDetect is gone, so the chains/rules implementation experiment is deemed a | Barry Warsaw | 2008-02-01 | 2 | -2/+2 |
| * | More updates to rules and chains, especially by adding additional tests. | Barry Warsaw | 2008-01-21 | 1 | -0/+9 |
| * | Use a more efficient way of deleting rows from a table, which coincidentally | Barry Warsaw | 2008-01-02 | 1 | -2/+1 |
| * | Add three new rules and their associated doctests. | Barry Warsaw | 2007-12-30 | 2 | -0/+3 |
| * | Add .get() to our Message subclass, which ensures that returned | Barry Warsaw | 2007-12-10 | 3 | -230/+221 |
| * | Reorganize the database subpackage, primarily by removing the 'model' | Barry Warsaw | 2007-12-08 | 18 | -184/+146 |
| * | Complete the port to Storm, at least as far as the current Mailman test suite | Barry Warsaw | 2007-11-17 | 2 | -21/+35 |
| * | All the simple test fixes are now in, and while there are still some failing | Barry Warsaw | 2007-11-10 | 6 | -38/+54 |
| * | More Unicodification; fixed several more doctests. | Barry Warsaw | 2007-11-08 | 4 | -14/+31 |
| * | More Unicodification; fixed two more doctests. | Barry Warsaw | 2007-11-08 | 3 | -8/+16 |
| * | Two more passing tests. | Barry Warsaw | 2007-11-08 | 2 | -4/+6 |
| * | Fix two doctests: addresses.txt and mlist-addresses.txt | Barry Warsaw | 2007-11-07 | 4 | -27/+33 |
| * | Fix two doctests: ack-headers and acknowledgment. | Barry Warsaw | 2007-11-06 | 7 | -28/+41 |
| * | Target Mailman onto the Storm <http://storm.canonical.com> Python ORM. This | Barry Warsaw | 2007-11-04 | 18 | -272/+507 |
| * | 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 | 16 | -246/+271 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 2 | -6/+4 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 1 | -4/+6 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 1 | -2/+1 |
| * | Changes to support the Approved/Approve header with the new user | Barry Warsaw | 2007-10-06 | 1 | -2/+1 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 1 | -8/+2 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 3 | -29/+61 |
| * | Get bin/add_members and bin/list_members to work again (for the most | Barry Warsaw | 2007-09-20 | 1 | -0/+5 |
| * | InitTempVars() is completely eradicated. The only bit I think we | Barry Warsaw | 2007-09-19 | 1 | -1/+5 |
| * | SQLAlchemy >= 0.3.10 is required. | Barry Warsaw | 2007-09-12 | 1 | -4/+4 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 2 | -7/+23 |
| * | Interfaces IRequests and IListRequests which are substitutes for the ListAdmin | Barry Warsaw | 2007-08-07 | 4 | -1/+129 |
| * | Fixed a problem where members of a deleted mailing list were hanging around. | Barry Warsaw | 2007-08-05 | 3 | -2/+23 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 3 | -16/+42 |
| * | Refactor IDatabase interface so that the user_manager, list_manager, | Barry Warsaw | 2007-08-02 | 1 | -6/+2 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 5 | -24/+173 |
| |\ |
|
| | * | Add setuptools plug-in entry point for defining different database backends. | Barry Warsaw | 2007-07-24 | 1 | -16/+31 |
| * | | Remove last vestiges of dbcontext | Barry Warsaw | 2007-07-23 | 1 | -174/+0 |
| * | | The start of a message store definition. Whether this will end up being used | Barry Warsaw | 2007-07-22 | 4 | -0/+174 |
| |/ |
|
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 2 | -163/+0 |
| * | Conversion of the ToDigest tests to doctests, along with just enough handler | Barry Warsaw | 2007-07-10 | 1 | -1/+1 |
| * | Convert TestHold to a doctest and update code as necessary. No general | Barry Warsaw | 2007-07-03 | 1 | -0/+7 |
| * | Support for case-preserving addresses. When an Address is given an email | Barry Warsaw | 2007-07-01 | 2 | -9/+28 |
| * | Convert the CookHeaders tests in test_handlers to using doctests, split up | Barry Warsaw | 2007-06-21 | 1 | -1/+2 |
| * | Convert the tests for the CalcRecips handler to doc tests. There are | Barry Warsaw | 2007-06-19 | 2 | -7/+20 |
| * | Convert the AfterDelivery handler test to a doctest. Also, change the | Barry Warsaw | 2007-06-18 | 1 | -1/+1 |
| * | Remove both the model and interface for RosterSets. These are no longer used | Barry Warsaw | 2007-06-18 | 4 | -91/+93 |
| * | profile.py -> preferences.py | Barry Warsaw | 2007-06-15 | 6 | -5/+8 |
| * | Update the IUser interface and tests, specifically as it relates to | Barry Warsaw | 2007-06-15 | 8 | -33/+40 |
| * | More test updates based on simplified data model. Rosters are gone so the | Barry Warsaw | 2007-06-10 | 4 | -2/+30 |