| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -1000/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 1 | -4/+2 |
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 1 | -2/+2 |
| * | Other than contrib files, convert all imports of mm_cfg to imports of config. | Barry Warsaw | 2007-07-14 | 1 | -53/+53 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 1 | -1/+1 |
| * | Rework MailList.available_languages so that we don't need to use a PickleType | bwarsaw | 2007-01-18 | 1 | -2/+2 |
| * | Passwords done right. | bwarsaw | 2007-01-14 | 1 | -6/+8 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 1 | -35/+1 |
| * | Postfix LMTP related brushups. | tkikuchi | 2006-11-26 | 1 | -1/+1 |
| * | - 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 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -4/+2 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -11/+11 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -12/+8 |
| * | Improving banned subscription logic to cover all invites, subscribes, address... | msapiro | 2005-12-03 | 1 | -0/+5 |
| * | Previously, List admins can change user's option/subscription globally. | tkikuchi | 2005-11-30 | 1 | -11/+56 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -7/+30 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | main(): Sanity check the language cgi variable. | bwarsaw | 2003-01-27 | 1 | -2/+4 |
| * | Fixes for the cross-site scripting bug | bwarsaw | 2003-01-26 | 1 | -14/+23 |
| * | main(): In the change-of-address section, we only want to show the | bwarsaw | 2003-01-02 | 1 | -3/+5 |
| * | Must import sys for signal handlers to work. Patch by Terry Hardie, | bwarsaw | 2002-11-07 | 1 | -5/+6 |
| * | main(): When getting the member's full name out of the web form, we | bwarsaw | 2002-09-17 | 1 | -10/+9 |
| * | Global.__nonzero__(): Fixed typo, missing return. Closes SF bug | bwarsaw | 2002-09-11 | 1 | -1/+1 |
| * | main(): Cute hack by Donn Cave to optimize the option settings when no | bwarsaw | 2002-09-05 | 1 | -2/+5 |
| * | main(): Fixes for requesting a change of address where the new address | bwarsaw | 2002-07-11 | 1 | -5/+27 |
| * | QuoteHyperChars() -> websafe() | bwarsaw | 2002-05-22 | 1 | -5/+5 |
| * | loginpage(): In the language form, include a hidden `email' item so | bwarsaw | 2002-05-03 | 1 | -0/+2 |
| * | Feedback from Guido... | bwarsaw | 2002-03-23 | 1 | -11/+13 |
| * | Good suggestion by Fred Drake: the delivery of MIME vs. plain text | bwarsaw | 2002-03-22 | 1 | -18/+41 |
| * | main(): Fix some of the messages so the end with a period and a space, | bwarsaw | 2002-03-22 | 1 | -2/+2 |
| * | main(): Removed bogus i18n markup around a `whence' argument to | bwarsaw | 2002-03-14 | 1 | -1/+1 |
| * | main(): Fix the warnings for "one last digest", "must digest", and | bwarsaw | 2002-03-10 | 1 | -3/+10 |
| * | Patches to support duplicate suppression for explicit recipients, | bwarsaw | 2002-03-05 | 1 | -3/+23 |
| * | add_error_message(): Removed as a duplicate of Document.addError(). | bwarsaw | 2002-02-28 | 1 | -30/+32 |
| * | main(): Don't check for `request_login' in the cgi form data, because | bwarsaw | 2002-01-22 | 1 | -1/+1 |
| * | Fixed a bug in delivery status disable/enable globally. Specifically, | bwarsaw | 2002-01-17 | 1 | -17/+16 |
| * | main(), global_options(): Use getDeliveryStatus() and | bwarsaw | 2001-12-19 | 1 | -8/+29 |
| * | main(): Move the setting of the language to up above the login page, | bwarsaw | 2001-11-30 | 1 | -8/+19 |
| * | Forward port security patch from Mailman 2.0.8: | bwarsaw | 2001-11-30 | 1 | -2/+6 |
| * | main(): When using private rosters, and attempting to remind, unsub, | bwarsaw | 2001-11-06 | 1 | -22/+32 |
| * | main(): Call DeleteMember() when the unsubscribe button was hit so | bwarsaw | 2001-10-21 | 1 | -7/+17 |
| * | main(): When getting the FieldStorage, set keep_blank_values=1. This | bwarsaw | 2001-10-12 | 1 | -1/+1 |
| * | main(): Make the options page a little more bulletproof against | bwarsaw | 2001-10-12 | 1 | -8/+17 |
| * | main(): Don't force admin_notif=1 when calling | bwarsaw | 2001-10-10 | 1 | -2/+2 |
| * | main(): Dan Mick's fix to avoid duplicate footers when you get a 'no | bwarsaw | 2001-10-09 | 1 | -1/+0 |
| * | main(): Do something more useful when no user was given, either in the | bwarsaw | 2001-08-02 | 1 | -21/+34 |
| * | Another step towards conversion to MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -10/+4 |
| * | A revamp to use the new membership API, and to be able to set/get | bwarsaw | 2001-07-19 | 1 | -49/+187 |