| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 27 | -2116/+0 |
| * | The start of a cleaning up of Errors.py. Eventually, I want to get rid of | Barry Warsaw | 2008-02-19 | 6 | -25/+132 |
| * | Added a test for the built-in pipeline. Fixed some broken handler names in | Barry Warsaw | 2008-02-17 | 1 | -0/+7 |
| * | Reorganize the Handler architecture to a pipeline architecture with plugins. | Barry Warsaw | 2008-02-17 | 2 | -0/+69 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 23 | -23/+23 |
| * | Convert IncomingRunner to use the new chains disposition architecture. move | Barry Warsaw | 2008-02-02 | 1 | -1/+1 |
| * | SpamDetect is gone, so the chains/rules implementation experiment is deemed a | Barry Warsaw | 2008-02-01 | 1 | -10/+0 |
| * | Reorganization. | Barry Warsaw | 2008-01-30 | 1 | -6/+20 |
| * | Port header matching previously described by the misnamed KNONW_SPAMMERS | Barry Warsaw | 2008-01-26 | 1 | -0/+10 |
| * | More changes to rules and chains. | Barry Warsaw | 2008-01-23 | 2 | -26/+47 |
| * | Merge from trunk. | Barry Warsaw | 2008-01-14 | 1 | -0/+58 |
| |\ |
|
| | * | Add an interface IArchiver which is used to calculate urls and send messages | Barry Warsaw | 2008-01-13 | 1 | -0/+58 |
| * | | Use a more efficient way of deleting rows from a table, which coincidentally | Barry Warsaw | 2008-01-14 | 2 | -28/+68 |
| * | | Fix the rule api once more so that while rules themselves are still classes, | Barry Warsaw | 2008-01-01 | 1 | -16/+0 |
| * | | Extended test_documentation.py to be able to find doctests in subdirectories | Barry Warsaw | 2008-01-01 | 1 | -1/+20 |
| * | | Add three new rules and their associated doctests. | Barry Warsaw | 2007-12-30 | 1 | -0/+3 |
| * | | Convert the Approve.py handler to an approved.py rule. Update the doctest to | Barry Warsaw | 2007-12-29 | 1 | -1/+2 |
| * | | Change IRuleProcessor to IRuleSet. Plugins now provide only sets of rules, | Barry Warsaw | 2007-12-27 | 1 | -10/+1 |
| * | | First cut at a rules processor, separate from the disposition of rule hits. | Barry Warsaw | 2007-12-27 | 2 | -1/+79 |
| |/ |
|
| * | Add .get() to our Message subclass, which ensures that returned | Barry Warsaw | 2007-12-10 | 1 | -49/+39 |
| * | Fix two doctests: addresses.txt and mlist-addresses.txt | Barry Warsaw | 2007-11-07 | 1 | -3/+0 |
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 4 | -4/+52 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 3 | -32/+35 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 3 | -0/+88 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 1 | -0/+31 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 7 | -346/+196 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 1 | -4/+22 |
| * | Interfaces IRequests and IListRequests which are substitutes for the ListAdmin | Barry Warsaw | 2007-08-07 | 3 | -3/+99 |
| * | Fixed a problem where members of a deleted mailing list were hanging around. | Barry Warsaw | 2007-08-05 | 2 | -2/+11 |
| * | Added a doctest for the Mailman.app.create module. | Barry Warsaw | 2007-08-05 | 1 | -0/+7 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 2 | -2/+89 |
| * | Refactor IDatabase interface so that the user_manager, list_manager, | Barry Warsaw | 2007-08-02 | 1 | -0/+3 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 5 | -1/+246 |
| |\ |
|
| | * | Add setuptools plug-in entry point for defining different database backends. | Barry Warsaw | 2007-07-24 | 1 | -0/+48 |
| * | | The start of a message store definition. Whether this will end up being used | Barry Warsaw | 2007-07-22 | 1 | -0/+101 |
| |/ |
|
| * | More work on completing the transition to setuptools. | Barry Warsaw | 2007-07-18 | 1 | -5/+13 |
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 2 | -57/+65 |
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 1 | -71/+0 |
| * | Support for case-preserving addresses. When an Address is given an email | Barry Warsaw | 2007-07-01 | 1 | -0/+13 |
| * | Convert the Switchboard test in test_runners.py to a doctest. Add an | Barry Warsaw | 2007-06-27 | 1 | -0/+82 |
| * | Convert the tests for the CalcRecips handler to doc tests. There are | Barry Warsaw | 2007-06-19 | 2 | -5/+50 |
| * | Remove both the model and interface for RosterSets. These are no longer used | Barry Warsaw | 2007-06-18 | 4 | -66/+70 |
| * | profile.py -> preferences.py | Barry Warsaw | 2007-06-15 | 1 | -0/+0 |
| * | Update the IUser interface and tests, specifically as it relates to | Barry Warsaw | 2007-06-15 | 3 | -22/+38 |
| * | More test updates based on simplified data model. Rosters are gone so the | Barry Warsaw | 2007-06-10 | 2 | -1/+37 |
| * | Repair the usermanager.txt and listmanager.txt doc tests. These repairs were | Barry Warsaw | 2007-06-09 | 1 | -2/+10 |
| * | Implement the new, simplified membership model. Rosters and RosterSets as | Barry Warsaw | 2007-06-09 | 7 | -79/+71 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 19 | -0/+1010 |