summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/cgi.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-12-07Linux => GNU/Linuxbwarsaw7-11/+17
2000-12-07Bumping version number to 2.1a1bwarsaw1-4/+4
2000-12-07write(): No longer necessary; Python 2.0's extended print syntax isbwarsaw1-20/+0
better.
2000-12-07Start of support for i18n; marking of translatable strings.bwarsaw17-310/+378
Use extended print statement, string methods, and other Python 2.0 features.
2000-12-07Start of support for i18n; marking of translatable strings.bwarsaw3-76/+69
Use extended print statement and other Python 2.0 features.
2000-12-07Modifications to use extended print syntax.bwarsaw2-6/+6
2000-12-07Turn STEALTH_MODE back on for the 2.1 development cycle.bwarsaw1-17/+17
Modifications to use extended print syntax.
2000-12-07Bumping the major rev numberbwarsaw8-8/+8
2000-12-06checkmboxfile(): Ensures that the various archive .mbox files have atbwarsaw1-1/+21
least 0660 permissions.
2000-11-212.0 finalbwarsaw1-0/+4
2000-11-21Bumping to 2.0 finalbwarsaw2-5/+7
2000-11-21Bumping to 2.0 final.bwarsaw1-3/+3
2000-11-21do_bump(): Fix print statementbwarsaw1-1/+1
2000-11-16commit the .html file too!bwarsaw1-1/+10
2000-11-16Add a pointer to the dev wiki.bwarsaw1-0/+9
2000-11-16Updates to catch the new contact address, etc.bwarsaw26-52/+66
2000-11-16__init__(): Point the contact address at mailman-users, not the Cabal.bwarsaw1-1/+1
2000-11-16Document that DEFAULT_URL must end in a slash (although I think I'vebwarsaw1-1/+1
fixed all the sensitivity there, it can't hurt).
2000-11-16Added some namesbwarsaw1-0/+1
2000-11-16Document 2.0rc3 news.bwarsaw1-0/+24
2000-11-16Bumping to rc3bwarsaw1-2/+2
2000-11-16ScriptURL(): Hopefully fixes the last place that not havingbwarsaw1-1/+5
DEFAULT_URL end in a slash causes problems. The default value for web_page_url argument is now None, and if it's found to be None in the body of the function, it's set to mm_cfg.DEFAULT_URL (and coerced to always end in a slash).
2000-11-16Applied patch by Tanner Lovelace to fix non-lower-case list names inbwarsaw1-0/+1
the email address. Closes bug #122358 and patch #102373.
2000-11-16process(): "Fix" the Reply-To: header munging algorithm. If mungingbwarsaw1-5/+10
is enabled, we now unconditionally munge based on the reply_goes_to_list config variable setting. If the Reply-To: header is munged, the original Reply-To: header (if any) is put on X-Reply-To:
2000-11-16GetConfigInfo(): Update the details for both the reply_goes_to_listbwarsaw1-17/+29
and reply_to_address configuration options.
2000-11-16Better description of DEFAULT_REPLY_GOES_TO_LISTbwarsaw1-1/+9
2000-11-15main(): Fixed argument parsing bugs. Also, removed the argv[5] hackbwarsaw1-24/+34
for immediate notification and replaced that with a -q/--quiet flag to suppress admin notification (by default notification occurs). Closes SF bug #122333 and patch #102370.
2000-11-14a new namebwarsaw1-0/+1
2000-11-14Bunch of updatesbwarsaw25-29/+114
2000-11-14A little bit more information. Still weak.bwarsaw1-1/+12
2000-11-14CheckVersion(): Do not call versions.Update, and do not set thebwarsaw1-3/+4
data_version attribute, unless the list is locked.
2000-11-13__init__(): Fix for case where Content-Transfer-Encoding header isbwarsaw1-2/+2
missing. Submitted by Erik Forsberg (original patch author).
2000-11-11Regeneratedbwarsaw22-45/+45
2000-11-11A few more namesbwarsaw2-1/+4
2000-11-112.0rc2 newsbwarsaw1-0/+23
2000-11-11Allow additional arguments on the command line, which are passed tobwarsaw1-24/+50
the callable after the MailList object. See module docstring for details. By Dan Mick, modified by Barry for slightly better calling syntax. Closes SF patch #102211
2000-11-10__init__(): The values of Content-Type and Content-Transfer-Encodingbwarsaw1-3/+6
are case insensitive according to RFC 1521. Closes patch #102268.
2000-11-10Added -o flag to append /etc/aliases suggestions to the given file.bwarsaw1-10/+24
Makes creating new lists only slightly easier.
2000-11-10Updates for 2.0rc2bwarsaw6-19/+51
2000-11-10Bumping to rc2bwarsaw1-2/+2
2000-11-10a few updatesbwarsaw1-4/+2
2000-11-10the usualbwarsaw1-3/+6
2000-11-10Added a Useful Comment.bwarsaw1-1/+2
2000-11-10get_archives(): Removed the line which specifically eliminatesbwarsaw1-1/+0
messages with a Subject: in ('subscribe', 'unsubscribe'). This kind of filtering happens at higher levels in Mailman; if such a message is in the .mbox file, it should be in the html archive. Closes bug #121811 for real now.
2000-11-09_rx_quote: Change the regexp so that it only matches legitimatebwarsaw1-1/+1
(uppercase) hex digits. This fixes SF bug #117548 and replaces the suggested patch in patch #102097. (patch approved by Jeremy.)
2000-11-09Elaborate a bit on the dns-resolution-from-localhost performancebwarsaw1-7/+10
issue.
2000-11-09process_form(): Don't pass the `user' argument to PrintResults whenbwarsaw1-2/+1
the user is successfully unsubscribed. In that case there /is/ no options for the user to continue to edit. Fixes SF bugs 122017 and 121591.
2000-11-09Noam Zeilberger correctly notices that the prototype for vsnprintf()bwarsaw2-5/+2
is incorrect. This closes SF bug #121185
2000-11-09Added a question about synchronous DNS resolution on deliveries frombwarsaw1-0/+12
localhost.
2000-11-09The usual :/bwarsaw1-0/+3