| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 14 | -6018/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 13 | -13/+13 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 1 | -5/+3 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 2 | -42/+65 |
| * | Added a doctest for the Mailman.app.create module. | Barry Warsaw | 2007-08-05 | 1 | -1/+1 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 3 | -16/+5 |
| * | More work on completing the transition to setuptools. | Barry Warsaw | 2007-07-18 | 3 | -7/+6 |
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 8 | -13/+19 |
| * | Other than contrib files, convert all imports of mm_cfg to imports of config. | Barry Warsaw | 2007-07-14 | 6 | -144/+143 |
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 1 | -72/+0 |
| * | admindb.py - Changed to not show the "Discard all messages marked Defer" chec... | msapiro | 2007-06-12 | 1 | -4/+7 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 3 | -9/+3 |
| * | passwords.py: 'utf-8' normalization. | tkikuchi | 2007-03-27 | 1 | -1/+2 |
| * | Restoreing i18n in 2.2 | tkikuchi | 2007-03-01 | 2 | -6/+5 |
| * | Where should etc directory belong, $prefix or $var-prefix? | tkikuchi | 2007-02-03 | 1 | -1/+1 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 8 | -8/+8 |
| * | Rework MailList.available_languages so that we don't need to use a PickleType | bwarsaw | 2007-01-18 | 4 | -11/+11 |
| * | Passwords done right. | bwarsaw | 2007-01-14 | 3 | -12/+17 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 2 | -19/+4 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 5 | -128/+1 |
| * | Postfix LMTP related brushups. | tkikuchi | 2006-11-26 | 4 | -19/+19 |
| * | bool('0') is True. | tkikuchi | 2006-11-23 | 1 | -6/+6 |
| * | Minor spell fix. | tkikuchi | 2006-11-13 | 1 | -1/+1 |
| * | Fix environ['SCRIPT_NAME'] to match CGI spec. | tkikuchi | 2006-11-13 | 2 | -82/+72 |
| * | We need to substitute the fully qualified list name in the public archive url. | bwarsaw | 2006-11-12 | 2 | -5/+6 |
| * | MailList.py ... GetScriptURL() absolute again because we need it for email | tkikuchi | 2006-11-09 | 3 | -6/+46 |
| * | More work on the WSGI support. So far, I've tested most of the admin.py links | bwarsaw | 2006-10-15 | 6 | -54/+58 |
| * | Fixed admin.py so null VARHELP category is handled (1573393). | msapiro | 2006-10-11 | 1 | -4/+5 |
| * | WSGI HTTP Server for Mailman Web interface. | tkikuchi | 2006-10-09 | 2 | -1/+255 |
| * | Another milestone: you can now post to lists. Converted the following to use | bwarsaw | 2006-09-25 | 3 | -65/+64 |
| * | Convert genaliases to mmshell, optparse, and configuration.config | bwarsaw | 2006-09-25 | 1 | -2/+2 |
| * | As Mark discovered, we need to load the configuration in the driver script for | bwarsaw | 2006-09-24 | 2 | -2/+2 |
| * | Removed the "Discard all messages marked Defer" checkbox from the | msapiro | 2006-09-21 | 1 | -2/+2 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 2 | -4/+3 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 4 | -99/+79 |
| * | - Utils.py Fixed a security hole which allowed a crafted URI to inject | msapiro | 2006-07-07 | 1 | -1/+3 |
| * | - Cgi/options.py - fixed to not present the "empty" topic to user. | msapiro | 2006-05-17 | 1 | -0/+2 |
| * | Fix a couple of typos/oversights in Barry's type and logging changes. | msapiro | 2006-04-19 | 2 | -1/+2 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 4 | -18/+12 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 12 | -97/+103 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 4 | -48/+33 |
| * | Now that we've converted from CVS to Subversion, remove CVS cruft from | bwarsaw | 2006-04-15 | 1 | -1/+0 |
| * | Fix XSS bug: Thanks Moritz Naumann. (CVE-2006-1512) | tkikuchi | 2006-04-04 | 1 | -2/+3 |
| * | import re module. | tkikuchi | 2006-01-09 | 1 | -1/+2 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 6 | -22/+25 |
| * | Fixes for bug 1080943. | msapiro | 2005-12-12 | 1 | -6/+27 |
| * | Improving banned subscription logic to cover all invites, subscribes, address... | msapiro | 2005-12-03 | 4 | -3/+29 |
| * | List admins should be disallowd to insert script tags. | tkikuchi | 2005-11-30 | 1 | -0/+1 |
| * | Previously, List admins can change user's option/subscription globally. | tkikuchi | 2005-11-30 | 1 | -11/+56 |
| * | Make sure the moderate selection is initialized from | msapiro | 2005-11-09 | 1 | -3/+9 |