summaryrefslogtreecommitdiff
path: root/Mailman/Cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-2714-6018/+0
* Tweak copyright years.Barry Warsaw2008-02-0713-13/+13
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-5/+3
* ListAdmin mostly gone, but not quite.Barry Warsaw2007-09-092-42/+65
* Added a doctest for the Mailman.app.create module.Barry Warsaw2007-08-051-1/+1
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-013-16/+5
* More work on completing the transition to setuptools.Barry Warsaw2007-07-183-7/+6
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-168-13/+19
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-146-144/+143
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-72/+0
* admindb.py - Changed to not show the "Discard all messages marked Defer" chec...msapiro2007-06-121-4/+7
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-283-9/+3
* passwords.py: 'utf-8' normalization.tkikuchi2007-03-271-1/+2
* Restoreing i18n in 2.2tkikuchi2007-03-012-6/+5
* Where should etc directory belong, $prefix or $var-prefix?tkikuchi2007-02-031-1/+1
* Update copyright years.bwarsaw2007-01-198-8/+8
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-184-11/+11
* Passwords done right.bwarsaw2007-01-143-12/+17
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-052-19/+4
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-295-128/+1
* Postfix LMTP related brushups.tkikuchi2006-11-264-19/+19
* bool('0') is True.tkikuchi2006-11-231-6/+6
* Minor spell fix.tkikuchi2006-11-131-1/+1
* Fix environ['SCRIPT_NAME'] to match CGI spec.tkikuchi2006-11-132-82/+72
* We need to substitute the fully qualified list name in the public archive url.bwarsaw2006-11-122-5/+6
* MailList.py ... GetScriptURL() absolute again because we need it for emailtkikuchi2006-11-093-6/+46
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-156-54/+58
* Fixed admin.py so null VARHELP category is handled (1573393).msapiro2006-10-111-4/+5
* WSGI HTTP Server for Mailman Web interface.tkikuchi2006-10-092-1/+255
* Another milestone: you can now post to lists. Converted the following to usebwarsaw2006-09-253-65/+64
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-251-2/+2
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-242-2/+2
* Removed the "Discard all messages marked Defer" checkbox from themsapiro2006-09-211-2/+2
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-082-4/+3
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-084-99/+79
* - Utils.py Fixed a security hole which allowed a crafted URI to injectmsapiro2006-07-071-1/+3
* - Cgi/options.py - fixed to not present the "empty" topic to user.msapiro2006-05-171-0/+2
* Fix a couple of typos/oversights in Barry's type and logging changes.msapiro2006-04-192-1/+2
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-174-18/+12
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-1712-97/+103
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-154-48/+33
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-151-1/+0
* Fix XSS bug: Thanks Moritz Naumann. (CVE-2006-1512)tkikuchi2006-04-041-2/+3
* import re module.tkikuchi2006-01-091-1/+2
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-306-22/+25
* Fixes for bug 1080943.msapiro2005-12-121-6/+27
* Improving banned subscription logic to cover all invites, subscribes, address...msapiro2005-12-034-3/+29
* List admins should be disallowd to insert script tags.tkikuchi2005-11-301-0/+1
* Previously, List admins can change user's option/subscription globally.tkikuchi2005-11-301-11/+56
* Make sure the moderate selection is initialized frommsapiro2005-11-091-3/+9