summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admindb.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-813/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* ListAdmin mostly gone, but not quite.Barry Warsaw2007-09-091-40/+59
* admindb.py - Changed to not show the "Discard all messages marked Defer" chec...msapiro2007-06-121-4/+7
* Update copyright years.bwarsaw2007-01-191-1/+1
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-20/+0
* Postfix LMTP related brushups.tkikuchi2006-11-261-4/+4
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-1/+1
* Another milestone: you can now post to lists. Converted the following to usebwarsaw2006-09-251-48/+47
* Removed the "Discard all messages marked Defer" checkbox from themsapiro2006-09-211-2/+2
* Fix a couple of typos/oversights in Barry's type and logging changes.msapiro2006-04-191-0/+1
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-5/+4
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-12/+15
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-5/+6
* Improving banned subscription logic to cover all invites, subscribes, address...msapiro2005-12-031-1/+8
* back porting from 2.1.6tkikuchi2005-08-281-7/+39
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* show_helds_overview(): Slightly reword the "Add <email> to senderbwarsaw2003-06-091-1/+1
* Whitespace normalizationbwarsaw2003-02-071-6/+6
* show_helds_overview(): Finally tracked down a most annoying buglet.bwarsaw2002-12-241-1/+4
* show_helds_overview(): Be sure to translate the `reason' for a hold.bwarsaw2002-12-121-2/+5
* main(), show_pending_subs(), show_pending_unsubs(),bwarsaw2002-12-021-11/+27
* show_post_requests(): "rejection-notice" (i.e. the dash) doesn't playbwarsaw2002-11-191-1/+1
* show_pending_subs(): Always uncanonstr() the fullname, even if it'sbwarsaw2002-11-061-2/+1
* show_pending_subs(): Another place where we have to uncanonstr() abwarsaw2002-10-291-0/+2
* show_helds_overview(), show_post_requests(): Suggestion by Peerbwarsaw2002-10-251-3/+16
* show_pending_unsubs(): When showing the unsub'ing member's name, usebwarsaw2002-09-171-4/+3
* show_post_requests(): The default rejection notice wasn't gettingbwarsaw2002-09-131-3/+2
* main(): When there are no more pending requests, include a reloadbwarsaw2002-07-241-0/+3
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-7/+7
* show_pending_subs(), show_pending_unsubs(): Remove duplicates bothbwarsaw2002-03-271-2/+10
* show_helds_overview(): We can always guarantee that the length of thebwarsaw2002-03-261-5/+1
* show_post_requests(): Be sure to cgi.escape() the header text we'rebwarsaw2002-02-231-3/+3
* show_pending_subs(), show_pending_unsubs(): Sort lexigraphically thebwarsaw2002-01-121-0/+14
* main(): Fixed two buglets. First in the "if sender:" block, thebwarsaw2002-01-081-2/+5
* show_pending_subs(): Slight rewording of a label. Sorry translators!bwarsaw2002-01-061-12/+34
* main(): When short-circuiting the return (because there's no morebwarsaw2002-01-031-9/+30
* process_form(): Make sure all the possible form item values are in thebwarsaw2002-01-021-3/+4
* Massive rewrite, for which I'm too tired to detail (yeah, I'll regretbwarsaw2001-12-291-90/+370
* show_post_requests(): cgi.escape() the full text of the messagebwarsaw2001-11-301-1/+2
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-301-1/+3
* show_post_requests(): We have to translate the `reason' we get out ofbwarsaw2001-11-071-1/+1
* show_requests(): To be consistent with pendingsubs, pendingunsubsbwarsaw2001-10-211-1/+1
* show_requests(): Include a pending unsubscribes section if necessary.bwarsaw2001-10-211-3/+31
* show_post_requests(): When deciding to show a smaller part of a heldbwarsaw2001-10-101-1/+2
* Convert from mimelib to email.bwarsaw2001-10-011-15/+6
* show_requests(): Remove the backward compatibility hack, since thebwarsaw2001-07-201-7/+1
* show_requests(): Change the column header to reflect the fact that thebwarsaw2001-07-191-3/+9
* main(): Extract the cgi data using keep_blank_values=1 so we'll knowbwarsaw2001-07-191-4/+4
* show_post_requests(): If the heldmsg is lost, the IOError will havebwarsaw2001-07-121-1/+1