| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -834/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 1 | -2/+6 |
| * | More work on completing the transition to setuptools. | Barry Warsaw | 2007-07-18 | 1 | -1/+1 |
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 1 | -2/+2 |
| * | Rework MailList.available_languages so that we don't need to use a PickleType | bwarsaw | 2007-01-18 | 1 | -2/+2 |
| * | Postfix LMTP related brushups. | tkikuchi | 2006-11-26 | 1 | -12/+12 |
| * | Another milestone: you can now post to lists. Converted the following to use | bwarsaw | 2006-09-25 | 1 | -16/+16 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -2/+3 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -10/+5 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 1 | -2/+3 |
| * | Improving banned subscription logic to cover all invites, subscribes, address... | msapiro | 2005-12-03 | 1 | -1/+12 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -21/+45 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | subscription_confirm(): Catch HostileSubscriptionError and display an | bwarsaw | 2003-03-16 | 1 | -0/+5 |
| * | subscription_confirm(): Sanity check the language cgi variable. | bwarsaw | 2003-01-27 | 1 | -7/+9 |
| * | subscription_prompt(): Move the setting of the title to after the | bwarsaw | 2002-12-31 | 1 | -4/+9 |
| * | heldmsg_prompt(): Translate the reason for the hold. | bwarsaw | 2002-12-12 | 1 | -1/+1 |
| * | subscription_confirm(), unsubscription_confirm(), | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| * | main(): Watch out for unsubscription confirmations on addresses that | bwarsaw | 2002-11-15 | 1 | -7/+14 |
| * | subscription_confirm(): Patch by Tokio Kikuchi, we need to pass the | bwarsaw | 2002-10-05 | 1 | -1/+1 |
| * | subscription_prompt(), subscription_confirm(): Two more places where | bwarsaw | 2002-09-19 | 1 | -3/+5 |
| * | unsubscription_prompt(), addrchange_prompt(), reenable_prompt(): When | bwarsaw | 2002-09-17 | 1 | -1/+12 |
| * | subscription_prompt(): The moderator only approves requests when | bwarsaw | 2002-09-13 | 1 | -1/+3 |
| * | heldmsg_prompt(): Must unpack the data before trying to use the sender | bwarsaw | 2002-08-23 | 1 | -2/+3 |
| * | subscription_prompt(): Some u/i changes suggested by PieterB in SF bug | bwarsaw | 2002-08-22 | 1 | -8/+11 |
| * | heldmsg_prompt(): Watch out for situations when the list administrator | bwarsaw | 2002-08-16 | 1 | -7/+16 |
| * | subscription_prompt(): Don't provide the choice of digests or | bwarsaw | 2002-08-09 | 1 | -3/+6 |
| * | subscription_prompt(): Slightly better alignment of buttons in | bwarsaw | 2002-07-26 | 1 | -2/+1 |
| * | QuoteHyperChars() -> websafe() | bwarsaw | 2002-05-22 | 1 | -5/+5 |
| * | main(): When calling addrchange_prompt(), catch NotAMemberErrors that | bwarsaw | 2002-04-11 | 1 | -1/+9 |
| * | main(), subscription_prompt(), subscription_confirm(): The | bwarsaw | 2002-03-14 | 1 | -6/+12 |
| * | subscription_confirm(): Dan Mick noticed that we didn't completely | bwarsaw | 2002-03-12 | 1 | -17/+1 |
| * | subscription_prompt(), subscription_confirm(): Remove the password | bwarsaw | 2002-03-04 | 1 | -12/+19 |
| * | Added support for the RE_ENABLE confirmation (i.e. thru-the-web | bwarsaw | 2001-12-27 | 1 | -1/+115 |
| * | Forward port security patch from Mailman 2.0.8: | bwarsaw | 2001-11-30 | 1 | -2/+6 |
| * | subscription_prompt(), unsubscription_prompt(), heldmsg_prompt(): The | bwarsaw | 2001-11-06 | 1 | -3/+38 |
| * | subscription_confirm(): We have to convert the 'digests' value to an | bwarsaw | 2001-08-16 | 1 | -3/+8 |
| * | subscription_confirm(): Remove unnecessary argument. | bwarsaw | 2001-08-02 | 1 | -1/+1 |
| * | main(): Add support for allowing a user who posted a held message to | bwarsaw | 2001-07-30 | 1 | -0/+114 |
| * | Massive rewrite to implement the Wouters/Oskoboiny Convention on web | bwarsaw | 2001-07-29 | 1 | -52/+387 |
| * | main(): In the exception handlers when ProcessConfirmation() is | bwarsaw | 2001-07-20 | 1 | -0/+10 |
| * | main(): Catch MMNoSuchUserError which can happen if two unsub requests | bwarsaw | 2001-07-11 | 1 | -0/+4 |
| * | Better syslog() calling conventions. Also, don't mark syslog messages | bwarsaw | 2001-06-27 | 1 | -1/+1 |
| * | main(): We don't need to pass the document background color as an | bwarsaw | 2001-05-31 | 1 | -6/+11 |
| * | success(): By adding default arguments, we can do the unpacking of | bwarsaw | 2001-05-09 | 1 | -3/+1 |
| * | Fixes to handle User-Hits-Stop-Button problems, specifically, | bwarsaw | 2001-05-02 | 1 | -1/+8 |
| * | intermediate | bwarsaw | 2001-04-02 | 1 | -0/+113 |