summaryrefslogtreecommitdiff
path: root/cgi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement rudimentary admin-configuration long-description help. Iklm1998-04-081-7/+35
* Whoops - had wrong label on the sys.stderr logger...mailman1998-04-081-1/+1
* Some mild layout changes.klm1998-04-081-8/+14
* Call to SendTextToUser() requires "add_headers" instead of "add_to_headers"mailman1998-04-081-7/+3
* Whoops - had wrong label on the sys.stderr logger...mailman1998-04-081-1/+1
* Set document backgrounds (of error docs as well as primary) to white.mailman1998-04-081-5/+5
* Whoops - had wrong label on the sys.stderr logger...mailman1998-04-082-6/+7
* Set document backgrounds (of error docs as well as primary) to white.mailman1998-04-081-2/+2
* Use new htmlformat.Document.Format() capability to set a bgcolor onklm1998-04-071-1/+1
* Significant refinement so:klm1998-04-071-218/+274
* Use new add_to_headers field on SendTextToUser...klm1998-04-071-1/+2
* Correct the category used in the stderr logger.klm1998-04-071-1/+1
* Use new .DeleteMember() arg to indicate whence this deletion came.mailman1998-04-021-1/+1
* Reorganize form so most important thing (unsubscription) is at top,klm1998-04-021-3/+5
* Abstract out error_page and error_page_doc, as in roster script - inmailman1998-03-311-2/+13
* The double-use of the 'subscribe' cgi script for subscription andklm1998-03-301-2/+3
* Replaced by more self-contained 'roster' script.klm1998-03-301-100/+0
* Separate subscriber-list roster form from subscription form.klm1998-03-301-1/+2
* *** empty log message ***klm1998-03-301-0/+105
* Adding nofail=0 to StampedLogger init, so bugs aren't completelyklm1998-03-301-1/+1
* Adding nofail=0 to StampedLogger init, so bugs aren't completelyklm1998-03-303-3/+4
* Utilizing mm_utils.StampedLogger() on stderr for debugging, instead ofklm1998-03-301-2/+8
* Utilizing mm_utils.StampedLogger() on stderr for debugging, instead ofklm1998-03-301-2/+10
* Utilizing mm_utils.StampedLogger() on stderr for debugging, instead ofklm1998-03-302-8/+18
* Refined some messages.mailman1998-03-301-4/+4
* Produce subscriber roster, using list roster.html template. Enforcesklm1998-03-301-0/+100
* Added handling for subscription-list presentation request.klm1998-03-301-20/+45
* Check user against .members *and* .digest_members!klm1998-03-301-13/+27
* Check user against .members *and* .digest_members!klm1998-03-301-10/+22
* Revised subscription list presentation so it is on a separate page.klm1998-03-301-7/+23
* Add digest specifier to subscribe command text when subscriberklm1998-03-291-2/+7
* Added an errors-to line to subscription instructions message - butmailman1998-03-261-11/+14
* Detect when being visited with nonexistent member and bail immediatelymailman1998-03-261-0/+9
* Detect when user account has no password - notify user, via web pagemailman1998-03-261-17/+21
* Added 'discard' option to 'approve' and 'reject' (and moved 'approve'mailman1998-03-241-1/+2
* Remove debugging writes to a gratuitous file (preexistence of whichmailman1998-03-202-14/+1
* Tracking the name change of "Fancy" to "MIME", make the default sensemailman1998-03-181-5/+5
* Cosmetic changes - a horizontal rule here, a long line there...mailman1998-03-181-2/+1
* Elaborated the confirmation notice a bit.mailman1998-03-181-3/+6
* Globalized doc and list_name for all the routines that need them.mailman1998-03-171-35/+56
* Tracking change of EnableMime user option to DisableMime, as part ofmailman1998-03-131-3/+3
* Added replacements for new .Format{Mime,Plain}DigestsButton methods.mailman1998-03-131-0/+2
* Respect obscured addresses for user identity, as well as unobscuredklm1998-03-081-4/+15
* Print error message headers in red, like in admin script.klm1998-03-081-6/+10
* Hint about setting for PATH_INFO for debugging in module docstring.klm1998-03-081-1/+16
* Remove gratuitous use of arbitrary file for logging problems -klm1998-03-081-2/+0
* Fix misplaced paren.klm1998-03-081-1/+1
* Normalize the list name to lower case. (Email doesn't care, butmailman1998-03-058-13/+13
* Restructured substantially so we can catch all errors and provide anmailman1998-03-041-183/+184
* Move non-digested options above digested ones.mailman1998-03-041-14/+14