| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -731/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 1 | -104/+0 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 1 | -3/+0 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 1 | -20/+0 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 1 | -231/+8 |
| * | InitTempVars() is completely eradicated. The only bit I think we | Barry Warsaw | 2007-09-19 | 1 | -59/+9 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 1 | -7/+5 |
| * | Finish up the request hold conversion. ListAdmin can go away though | Barry Warsaw | 2007-09-16 | 1 | -31/+0 |
| * | Work out subscription holding and handling. ApprovedAddMember() is | Barry Warsaw | 2007-09-16 | 1 | -80/+1 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 1 | -3/+1 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 1 | -188/+1 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 1 | -6/+5 |
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 1 | -6/+9 |
| * | Convert TestHold to a doctest and update code as necessary. No general | Barry Warsaw | 2007-07-03 | 1 | -7/+2 |
| * | Convert TestFileRecips to a doctest, and update the handler to more modern | Barry Warsaw | 2007-07-02 | 1 | -2/+3 |
| * | Implement the new, simplified membership model. Rosters and RosterSets as | Barry Warsaw | 2007-06-09 | 1 | -8/+0 |
| * | Remove leftover reference to removed Mailman.database.tables.languages | bwarsaw | 2007-05-30 | 1 | -1/+2 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 1 | -128/+87 |
| * | Improve the way we handle avoiding InitTempVars() multiple times on an | bwarsaw | 2007-04-09 | 1 | -11/+27 |
| * | Moved the session.expire() to the MailList.Load() method, via | bwarsaw | 2007-04-03 | 1 | -0/+1 |
| * | Test suite repair. All tests are now passing again. | bwarsaw | 2007-03-21 | 1 | -2/+1 |
| * | Rework MailList.available_languages so that we don't need to use a PickleType | bwarsaw | 2007-01-18 | 1 | -12/+25 |
| * | A rudimentary import script. Several things are not yet imported, including | bwarsaw | 2006-12-30 | 1 | -1/+1 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 1 | -189/+45 |
| * | MailList.py ... GetScriptURL() absolute again because we need it for email | tkikuchi | 2006-11-09 | 1 | -2/+5 |
| * | Convert dumpdb to mmshell and configuration object. Convert htmlformat.py | bwarsaw | 2006-11-04 | 1 | -2/+3 |
| * | More work on the WSGI support. So far, I've tested most of the admin.py links | bwarsaw | 2006-10-15 | 1 | -7/+4 |
| * | - bin/show_mm_cfg.py renamed to bin/show_config.py. | msapiro | 2006-10-12 | 1 | -4/+9 |
| * | listname@email_host order. | tkikuchi | 2006-10-01 | 1 | -1/+1 |
| * | Here are the patches needed in order to create new lists on my test | tkikuchi | 2006-09-28 | 1 | -7/+10 |
| * | Another milestone: you can now post to lists. Converted the following to use | bwarsaw | 2006-09-25 | 1 | -4/+5 |
| * | Convert genaliases to mmshell, optparse, and configuration.config | bwarsaw | 2006-09-25 | 1 | -5/+4 |
| * | As Mark discovered, we need to load the configuration in the driver script for | bwarsaw | 2006-09-24 | 1 | -1/+1 |
| * | Fix several problems reported by Mark. First, Python 2.3 doesn't have | bwarsaw | 2006-08-29 | 1 | -2/+2 |
| * | Add a framework for easier use of alternative MemberAdaptor implementations. | bwarsaw | 2006-07-16 | 1 | -6/+16 |
| * | Fix a buglet that can cause bogus archives/private directories to be created | bwarsaw | 2006-07-08 | 1 | -5/+13 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 1 | -9/+16 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 1 | -24/+36 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 1 | -75/+75 |
| * | - Utils.py Fixed a security hole which allowed a crafted URI to inject | msapiro | 2006-07-07 | 1 | -2/+4 |
| * | More logging updates: | bwarsaw | 2006-04-28 | 1 | -3/+1 |
| * | MailList.__load(): Fix the sense of a test broken by the previous commit. | bwarsaw | 2006-04-17 | 1 | -1/+1 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -7/+7 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -38/+36 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -21/+14 |
| * | Added a new list attribute 'subscribe_auto_approval' which is a list of email... | msapiro | 2006-03-18 | 1 | -9/+28 |
| * | Fixed long standing error - subscribe log 'new' entry reversed name and email. | msapiro | 2006-03-12 | 1 | -1/+1 |
| * | Corrected typo in previous change. | msapiro | 2006-03-03 | 1 | -1/+1 |
| * | Confirmed member change of address is logged in the 'subscribe' log, | msapiro | 2006-03-03 | 1 | -0/+30 |