summaryrefslogtreecommitdiff
path: root/Mailman/Cgi
Commit message (Expand)AuthorAgeFilesLines
...
* main(): Catch MMNotAMemberError on ConfirmUserPassword() to catchbwarsaw1999-04-281-1/+2
* Catch Errors.MMNoSuchUserError when unsubscribing, so that alreadyhmeland1999-04-211-3/+11
* isAuthenticated(): Catch MMNotAMemberError and return 0bwarsaw1999-04-041-1/+2
* Make sure list_name is not an empty string or None (a.k.a. "false")bwarsaw1999-03-291-2/+5
* Sweeping changes to hopefully and finally (for 1.0 at least) make sanebwarsaw1999-03-293-10/+12
* main(): Remove all bare excepts. These now percolate up to the driverbwarsaw1999-03-241-21/+0
* 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
* Provide a tad more space for the administrator to explain why aklm1999-03-101-1/+1
* Before trying to ObscureEmail the case-preserved username, be surebwarsaw1999-03-091-2/+4
* FormatConfiguration(): Only put the FormatPasswordStuff() on thebwarsaw1999-03-091-1/+2
* If the digests are turned off, the results message indicates that thebwarsaw1999-03-091-2/+4
* handle printing of any case-preserved address differently (put thebwarsaw1999-03-091-2/+7
* split a long linebwarsaw1999-03-091-1/+2
* Gross and digusting kludge to show the case preserved address for thebwarsaw1999-03-081-65/+68
* main(): Scott had a comment asking whether the check for membershipbwarsaw1999-03-051-12/+9
* Utils.GetRequestURI(): New function, returns the full virtual path thehmeland1999-03-022-3/+3
* FormatListinfoOverview(): take care of special cases where CGIbwarsaw1999-02-281-1/+2
* main(): take care of special cases where CGI extension needs to bebwarsaw1999-02-281-2/+2
* main(), FormatAdminOverview(): take care of special cases where CGIbwarsaw1999-02-281-3/+4
* FormatListinfoOverview(): strip the port number off of HTTP_HOST if itbwarsaw1999-02-231-4/+5
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* main(): when crafting the admlogin.txt and there's no REQUEST_URI, fixbwarsaw1999-01-091-1/+1
* 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
* HandleRequests(): the entries in the FieldStorage `form' could be abwarsaw1999-01-091-1/+4
* main(): Kludge-around for accessing variable details when cookies arebwarsaw1999-01-081-13/+23
* Minor reformattingbwarsaw1999-01-081-4/+4
* 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
* FormatListListinfo(): Small tweak to make the email addr entry box 30bwarsaw1998-12-291-1/+1
* GetValidValue(): Fixed small bug in return value of mm_cfg.Numberbwarsaw1998-12-291-0/+1
* Don't use eval() to turn a string into an int, use int() -- it's safer.bwarsaw1998-12-292-27/+24
* 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
* get_list(): Watch out for no trailing slash on the URL, in which casebwarsaw1998-12-271-1/+5
* Fixed bugs that occur when no list name is given in the URL.bwarsaw1998-12-271-45/+50
* At the end of main(), catch MMCantDigestError which can occur if thebwarsaw1998-12-231-1/+6
* AMK says:bwarsaw1998-12-191-13/+27
* Reorganize administrator authentication so that it is done up-frontbwarsaw1998-12-191-77/+132
* I needed to use the Utils.FindMatchingAddresses() address, rather thanklm1998-12-171-4/+9
* Two tiny refinements to the subscriptions list, and then dinner:klm1998-12-171-3/+6
* Use OrderedList instead of UnorderedList for the list ofklm1998-12-171-1/+1
* Password box and button to handle new list-my-subscriptions option.klm1998-12-171-8/+14