| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some fixes for rev 8162 for mmsitepass to work. | tkikuchi | 2007-03-03 | 3 | -5/+8 |
| * | Fixes for i18n digest to work. | tkikuchi | 2007-03-02 | 6 | -14/+32 |
| * | Backport the enum package from the abortive Mailman 3 branch. This lets us | bwarsaw | 2007-03-02 | 4 | -22/+457 |
| * | Restoreing i18n in 2.2 | tkikuchi | 2007-03-01 | 10 | -50/+64 |
| * | Hashed password should be ascii string not unicode. | tkikuchi | 2007-02-22 | 1 | -1/+1 |
| * | Where should etc directory belong, $prefix or $var-prefix? | tkikuchi | 2007-02-03 | 2 | -4/+12 |
| * | - Changed to show hidden members when authorization is by list admin or moder... | msapiro | 2007-01-21 | 1 | -14/+36 |
| * | Changed header_filter_rules processing to ignore blank patterns. | msapiro | 2007-01-20 | 1 | -0/+3 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 163 | -309/+269 |
| * | Rework MailList.available_languages so that we don't need to use a PickleType | bwarsaw | 2007-01-18 | 22 | -145/+245 |
| * | Passwords done right. | bwarsaw | 2007-01-14 | 16 | -147/+318 |
| * | Change the semantics of the -f and -b flags. Now -f prints the fully | bwarsaw | 2007-01-08 | 1 | -14/+8 |
| * | Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that the | msapiro | 2007-01-07 | 1 | -7/+8 |
| * | Add post_id in list data schema. | tkikuchi | 2007-01-06 | 1 | -0/+1 |
| * | In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(), | bwarsaw | 2007-01-05 | 5 | -53/+65 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 21 | -203/+138 |
| * | Ported from 2.1 branch: | bwarsaw | 2007-01-02 | 3 | -17/+31 |
| * | Import list topics and header filters. Still to do: user topic selections. | bwarsaw | 2006-12-31 | 1 | -5/+7 |
| * | A rudimentary import script. Several things are not yet imported, including | bwarsaw | 2006-12-30 | 4 | -18/+360 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 49 | -1689/+1326 |
| * | Support for VERP and personalization. | tkikuchi | 2006-12-03 | 3 | -9/+12 |
| * | A little more internal_name() to fqdn_listname changes. | tkikuchi | 2006-12-03 | 2 | -7/+7 |
| * | internal_name() to fqdn_listname change. | tkikuchi | 2006-11-27 | 2 | -2/+2 |
| * | Postfix LMTP related brushups. | tkikuchi | 2006-11-26 | 9 | -56/+70 |
| * | Some cleanups of code. | tkikuchi | 2006-11-23 | 1 | -36/+24 |
| * | bool('0') is True. | tkikuchi | 2006-11-23 | 1 | -6/+6 |
| * | Delete the .bak file from the queue for an unparseable message. | msapiro | 2006-11-17 | 1 | -0/+1 |
| * | Minor spell fix. | tkikuchi | 2006-11-13 | 1 | -1/+1 |
| * | Fix environ['SCRIPT_NAME'] to match CGI spec. | tkikuchi | 2006-11-13 | 3 | -85/+75 |
| * | We need to substitute the fully qualified list name in the public archive url. | bwarsaw | 2006-11-12 | 4 | -14/+17 |
| * | MailList.py ... GetScriptURL() absolute again because we need it for email | tkikuchi | 2006-11-09 | 5 | -11/+52 |
| * | Convert dumpdb to mmshell and configuration object. Convert htmlformat.py | bwarsaw | 2006-11-04 | 5 | -177/+311 |
| * | Repair a problem with cookie paths reported by Tokio when HTTPRunner is used | bwarsaw | 2006-10-30 | 3 | -20/+49 |
| * | Updated the mmshell scripts so all use the configuration.py config object | msapiro | 2006-10-24 | 16 | -330/+388 |
| * | More work on the WSGI support. So far, I've tested most of the admin.py links | bwarsaw | 2006-10-15 | 18 | -239/+217 |
| * | - bin/show_mm_cfg.py renamed to bin/show_config.py. | msapiro | 2006-10-12 | 2 | -10/+26 |
| * | 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 | 5 | -1/+328 |
| * | First crack at an XML exporter of a mailing list's configuration and | bwarsaw | 2006-10-08 | 3 | -3/+642 |
| * | A further elaboration of the LMTP-based incoming qrunner. I believe this is | bwarsaw | 2006-10-05 | 1 | -63/+104 |
| * | Postfix support functions for LMTP and configurations. | tkikuchi | 2006-10-02 | 2 | -1/+74 |
| * | LMTPRunner ... This is actually a server rather than a runner but it should | tkikuchi | 2006-10-02 | 1 | -0/+153 |
| * | 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 | 4 | -26/+46 |
| * | I've forgot to add 'ar' here. | tkikuchi | 2006-09-27 | 1 | -0/+1 |
| * | Another milestone: you can now post to lists. Converted the following to use | bwarsaw | 2006-09-25 | 14 | -97/+110 |
| * | Convert genaliases to mmshell, optparse, and configuration.config | bwarsaw | 2006-09-25 | 7 | -50/+139 |
| * | As Mark discovered, we need to load the configuration in the driver script for | bwarsaw | 2006-09-24 | 4 | -4/+11 |
| * | Convert check_perms to mmshell symlink, configuration object, and optparse | bwarsaw | 2006-09-24 | 1 | -0/+412 |
| * | Backing out last change. Mark, you are right. | tkikuchi | 2006-09-23 | 1 | -1/+0 |