summaryrefslogtreecommitdiff
path: root/Mailman/Cgi
Commit message (Expand)AuthorAgeFilesLines
...
* We needed *something* by which people can determine the lists theyklm1998-12-171-4/+40
* Fixed bogus error message: had to few parameters to satisfy formatklm1998-11-241-3/+3
* This is a simple change that limits the extremely expensivecotton1998-11-231-2/+8
* Wrapped a bunch of long lines.klm1998-11-211-8/+12
* These changes represent the changes that make mailman's addressingcotton1998-11-211-3/+3
* added a list.Save() after a successful subscription because the corecotton1998-11-211-2/+1
* I should have broken this up into 2 checkins because it implements onecotton1998-11-211-0/+1
* Cleaned up the change-password table so it looks a bit nicer, andklm1998-11-211-31/+50
* Handle non-existant lists by printing a (excessively minimal) errorklm1998-11-201-5/+10
* This change implements storing list members and digest members ascotton1998-11-193-22/+21
* `make distclean' now removes stray .pyc files.bwarsaw1998-11-171-0/+1
* virtual host patch to list the proper hostname from g stein.cotton1998-11-091-10/+15
* change os.path.join to %s/%s for urlscotton1998-11-091-2/+2
* change os.path.join to %s/%s for urlscotton1998-11-091-5/+4
* made it use %s/%s instead of os.path.join for url.cotton1998-11-091-1/+1
* made it use %s/%s instead of os.path.join forcotton1998-11-091-3/+3
* Mods to work with new archiving scheme.bwarsaw1998-11-031-10/+8
* GetArchiveList(): Use new Archive.archive_dir() methodbwarsaw1998-11-031-1/+1
* Made the script not crash when called without a listname in thecotton1998-10-281-1/+5
* *** empty log message ***cotton1998-10-261-2/+7
* robustified:cotton1998-10-231-1/+7
* changed the site site variable ADMIN_MEMBER_CHUNKSIZE to a per-listcotton1998-10-231-2/+2
* Removed gratuitous (probably residual) import of Pending module.klm1998-10-221-1/+1
* make finishbwarsaw1998-10-201-0/+3
* Instead of hardcoding ROOT, calculate its value using mm_cfg.PREFIX,bwarsaw1998-10-201-1/+2
* corrected misspelling of "address".cotton1998-10-201-1/+1
* FormatListinfoOverview(): Use new VIRTUAL_HOST_OVERVIEW defaults valueklm1998-10-181-4/+5
* Hookup for umbrella notice.klm1998-10-171-1/+4
* options cgi was still lowercasing user's inputted email addresscotton1998-10-141-1/+1
* This is the same typo fix that john checked in the other day which preventedcotton1998-10-141-1/+1
* added option to override list value for wend_welcome_msg when mass subscribing.cotton1998-10-111-3/+13
* Better check this in while I'm thinking about it ;-)viega1998-10-111-1/+1
* These changing are a cleanup of the sorry state the subscription policycotton1998-10-102-58/+57
* whoops, the last fix was backwards.cotton1998-10-091-3/+3
* fixed bug where mass subscribe wasn't checking whether or not to sendcotton1998-10-091-1/+5
* All these changes are for implemented integrated pipermail based archives.cotton1998-10-091-98/+56
* The cookie mechanism was causing a binascii.error: Incorrect Paddingcotton1998-10-081-12/+6
* there was a small bug where if someone didn't enter an emailcotton1998-10-061-0/+5
* The chunk indices on the membership management page werecotton1998-10-011-4/+4
* A checkin i neglected to do yesterday.klm1998-09-071-38/+29
* main(): Register all pending attempts to subscribe in the "subscribe"klm1998-09-051-4/+17
* main(): Deny subscription attempts of a list to itself - and log aklm1998-09-051-7/+25
* A failed confirmation of the user password was causing 1 - success -klm1998-09-041-1/+1
* Scott's patch to "path" string interpolation value when REQUEST_URIbwarsaw1998-08-071-1/+2
* CGI_MODULES: *.py instead of error-prone explicit listbwarsaw1998-07-311-3/+1
* call_script(): Two fixes: first past `list' in as a parameter so youbwarsaw1998-07-311-4/+5
* PrintRequests(): happened to notice a typo while here.klm1998-07-201-2/+3
* PrintRequests(): call to list.RequestsPending() becomesklm1998-07-201-1/+1
* Neglected to apply format value for 'remote', to be used in theklm1998-07-131-1/+1
* Recognize and refuse, in an informative way, subscription requests forklm1998-07-121-4/+10