summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/confirm.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-834/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* ListAdmin mostly gone, but not quite.Barry Warsaw2007-09-091-2/+6
* More work on completing the transition to setuptools.Barry Warsaw2007-07-181-1/+1
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-2/+2
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-181-2/+2
* Postfix LMTP related brushups.tkikuchi2006-11-261-12/+12
* Another milestone: you can now post to lists. Converted the following to usebwarsaw2006-09-251-16/+16
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-2/+3
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-10/+5
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-2/+3
* Improving banned subscription logic to cover all invites, subscribes, address...msapiro2005-12-031-1/+12
* back porting from 2.1.6tkikuchi2005-08-281-21/+45
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* subscription_confirm(): Catch HostileSubscriptionError and display anbwarsaw2003-03-161-0/+5
* subscription_confirm(): Sanity check the language cgi variable.bwarsaw2003-01-271-7/+9
* subscription_prompt(): Move the setting of the title to after thebwarsaw2002-12-311-4/+9
* heldmsg_prompt(): Translate the reason for the hold.bwarsaw2002-12-121-1/+1
* subscription_confirm(), unsubscription_confirm(),bwarsaw2002-12-021-4/+4
* main(): Watch out for unsubscription confirmations on addresses thatbwarsaw2002-11-151-7/+14
* subscription_confirm(): Patch by Tokio Kikuchi, we need to pass thebwarsaw2002-10-051-1/+1
* subscription_prompt(), subscription_confirm(): Two more places wherebwarsaw2002-09-191-3/+5
* unsubscription_prompt(), addrchange_prompt(), reenable_prompt(): Whenbwarsaw2002-09-171-1/+12
* subscription_prompt(): The moderator only approves requests whenbwarsaw2002-09-131-1/+3
* heldmsg_prompt(): Must unpack the data before trying to use the senderbwarsaw2002-08-231-2/+3
* subscription_prompt(): Some u/i changes suggested by PieterB in SF bugbwarsaw2002-08-221-8/+11
* heldmsg_prompt(): Watch out for situations when the list administratorbwarsaw2002-08-161-7/+16
* subscription_prompt(): Don't provide the choice of digests orbwarsaw2002-08-091-3/+6
* subscription_prompt(): Slightly better alignment of buttons inbwarsaw2002-07-261-2/+1
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-5/+5
* main(): When calling addrchange_prompt(), catch NotAMemberErrors thatbwarsaw2002-04-111-1/+9
* main(), subscription_prompt(), subscription_confirm(): Thebwarsaw2002-03-141-6/+12
* subscription_confirm(): Dan Mick noticed that we didn't completelybwarsaw2002-03-121-17/+1
* subscription_prompt(), subscription_confirm(): Remove the passwordbwarsaw2002-03-041-12/+19
* Added support for the RE_ENABLE confirmation (i.e. thru-the-webbwarsaw2001-12-271-1/+115
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-301-2/+6
* subscription_prompt(), unsubscription_prompt(), heldmsg_prompt(): Thebwarsaw2001-11-061-3/+38
* subscription_confirm(): We have to convert the 'digests' value to anbwarsaw2001-08-161-3/+8
* subscription_confirm(): Remove unnecessary argument.bwarsaw2001-08-021-1/+1
* main(): Add support for allowing a user who posted a held message tobwarsaw2001-07-301-0/+114
* Massive rewrite to implement the Wouters/Oskoboiny Convention on webbwarsaw2001-07-291-52/+387
* main(): In the exception handlers when ProcessConfirmation() isbwarsaw2001-07-201-0/+10
* main(): Catch MMNoSuchUserError which can happen if two unsub requestsbwarsaw2001-07-111-0/+4
* Better syslog() calling conventions. Also, don't mark syslog messagesbwarsaw2001-06-271-1/+1
* main(): We don't need to pass the document background color as anbwarsaw2001-05-311-6/+11
* success(): By adding default arguments, we can do the unpacking ofbwarsaw2001-05-091-3/+1
* Fixes to handle User-Hits-Stop-Button problems, specifically,bwarsaw2001-05-021-1/+8
* intermediatebwarsaw2001-04-021-0/+113