summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Changes to fix the CGI cookie security flaw reported by John Morton.hmeland1999-06-111-2/+2
* Changes to speed up mass subscription via the web:hmeland1999-06-041-27/+28
* Catch Errors.MMNoSuchUserError when unsubscribing, so that alreadyhmeland1999-04-211-3/+11
* Sweeping changes to hopefully and finally (for 1.0 at least) make sanebwarsaw1999-03-291-2/+3
* FormatMembershipOptions(): To reflect the change that Ken recentlybwarsaw1999-03-241-4/+5
* FormatMembershipOptions(): Minor rewording of the `hide' legend entrybwarsaw1999-03-241-2/+2
* FormatMembershipOptions(): Two small changes. First, hyperlink thebwarsaw1999-03-241-13/+22
* Don't know how this snuck by, at least a few versions: "bottom at theklm1999-03-161-9/+12
* The password stuff was removed from all but the general page, so iklm1999-03-161-3/+6
* Including the total number of members and the display chunk size in theklm1999-03-151-1/+9
* FormatConfiguration(): Only put the FormatPasswordStuff() on thebwarsaw1999-03-091-1/+2
* split a long linebwarsaw1999-03-091-1/+2
* Utils.GetRequestURI(): New function, returns the full virtual path thehmeland1999-03-021-2/+2
* main(), FormatAdminOverview(): take care of special cases where CGIbwarsaw1999-02-281-3/+4
* ChangeOptions(): In `subscribees' section, ValidateEmail() now handlesbwarsaw1999-01-091-9/+2
* GetValidValue(): Use new ValidateEmail() interface andbwarsaw1999-01-091-12/+9
* main(): in previous VARHELP workaround, QUERY_STRING could exist butbwarsaw1999-01-091-3/+4
* main(): Kludge-around for accessing variable details when cookies arebwarsaw1999-01-081-13/+23
* FormatMembershipOptions(): Changes to the table that gets built tobwarsaw1998-12-301-8/+28
* In `subscribees' section, parse address through Utils.ParseAddrs() sobwarsaw1998-12-301-0/+1
* ChangeOptions(): Rework the test for empty or whitespace-only blankbwarsaw1998-12-291-8/+18
* GetValidValue(): Fixed small bug in return value of mm_cfg.Numberbwarsaw1998-12-291-0/+1
* GetValidValue(): Zap another case of eval() for string->number conversion.bwarsaw1998-12-291-7/+11
* GetValidValue(): Don't use eval() to turn a string into an int, usebwarsaw1998-12-291-4/+3
* These changes represent the changes that make mailman's addressingcotton1998-11-211-3/+3
* 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
* This change implements storing list members and digest members ascotton1998-11-191-18/+12
* made it use %s/%s instead of os.path.join forcotton1998-11-091-3/+3
* changed the site site variable ADMIN_MEMBER_CHUNKSIZE to a per-listcotton1998-10-231-2/+2
* corrected misspelling of "address".cotton1998-10-201-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-101-6/+22
* 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
* The cookie mechanism was causing a binascii.error: Incorrect Paddingcotton1998-10-081-12/+6
* The chunk indices on the membership management page werecotton1998-10-011-4/+4
* Scott's patch to "path" string interpolation value when REQUEST_URIbwarsaw1998-08-071-1/+2
* Strip out all logging stuff. This will get taken care of by the CGIbwarsaw1998-07-021-21/+0
* Convert all module names to their new names. Import all modules frombwarsaw1998-06-191-66/+42
* Fixed a typo that probably kept it from loading.viega1998-06-161-4/+3
* From the error message, and what I've learned about base64, my bestviega1998-06-141-6/+4
* These are the files that used to be in ../cgi, except they no longerviega1998-06-141-0/+835