summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/create.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-396/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Added a doctest for the Mailman.app.create module.Barry Warsaw2007-08-051-1/+1
* More work on completing the transition to setuptools.Barry Warsaw2007-07-181-3/+3
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-2/+4
* passwords.py: 'utf-8' normalization.tkikuchi2007-03-271-1/+2
* Where should etc directory belong, $prefix or $var-prefix?tkikuchi2007-02-031-1/+1
* Passwords done right.bwarsaw2007-01-141-1/+2
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-10/+2
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-16/+0
* Postfix LMTP related brushups.tkikuchi2006-11-261-2/+2
* bool('0') is True.tkikuchi2006-11-231-6/+6
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-1/+1
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-251-2/+2
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-3/+2
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-83/+67
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-3/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-2/+4
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-6/+8
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+2
* Make sure the moderate selection is initialized frommsapiro2005-11-091-3/+9
* back porting from 2.1.6tkikuchi2005-08-281-11/+19
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process_request(), request_creation(): Close cross-site scriptingbwarsaw2003-09-281-14/+20
* request_creation(): Remove a left over debugging print.bwarsaw2002-12-311-2/+0
* request_creation(): Sort the languages by long (human readable) namebwarsaw2002-11-041-4/+12
* process_request(): Catch BadListNameError's that can get raised if thebwarsaw2002-10-061-2/+6
* request_creation(): Using GetDirectories() makes Mailman vulnerable tobwarsaw2002-09-131-1/+1
* process_request(): When trying to find the mapping from url-host tobwarsaw2002-04-051-1/+2
* request_creation(): Present a "should we moderate" field on listbwarsaw2002-03-121-0/+24
* process_request(): When creating the UserNotification message object,bwarsaw2002-02-111-2/+2
* process_request(): Utils.get_site_email()'s second argument should nobwarsaw2001-11-201-1/+1
* process_request(): Add an html comment to a string that otherwisebwarsaw2001-11-061-2/+7
* process_request(): After the list is created, set the web_page_url andbwarsaw2001-08-201-45/+51
* Support the ability to specify the initial list of available languagesbwarsaw2001-08-141-1/+34
* process_request(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-6/+5
* process_request(): Coerce listname to lowercase since this is treatedbwarsaw2001-07-271-1/+2
* Better syslog() calling conventions. Also, don't mark syslog messagesbwarsaw2001-06-271-1/+1
* Globally, WEB_HEADERCOLOR => WEB_HEADER_COLORbwarsaw2001-06-071-2/+2
* main(), process_request(), request_creation(): We don't need to passbwarsaw2001-05-311-18/+21
* On suggestion of Vizi Szilard, added a "Clear Form" button.bwarsaw2001-05-251-5/+7
* process_request(): When calling the MTA-specific create() function,bwarsaw2001-05-221-1/+1
* main(): Instead of passing in the list's preferred language, simplybwarsaw2001-05-181-5/+6
* Add a "notify list owner?" widget, defaulting to Yes.bwarsaw2001-05-101-15/+31
* Added option to auto-generate list-admin password. The passwords willbwarsaw2001-05-091-7/+38
* intermediatebwarsaw2001-05-091-1/+0
* CGI scripts for through-the-web creation and deletion of mailing lists.bwarsaw2001-05-091-0/+279