summaryrefslogtreecommitdiff
path: root/cgi
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in help mechanism - wasn't getting right url when in themailman1998-04-221-88/+117
* Add missing titles to the error docs.klm1998-04-221-3/+11
* More finagling with the password layout.klm1998-04-111-17/+15
* Cosmetic phrasing change.mailman1998-04-112-5/+5
* Pushed the inline code at the bottom into a main() routine.mailman1998-04-111-32/+90
* Provide a password interface wrapper around a hierarchy of web pages.mailman1998-04-101-0/+173
* *** empty log message ***mailman1998-04-101-13/+14
* One more refinement to the new overview function - better integratemailman1998-04-101-16/+16
* FormatListinfoOverview(): Sort the presented lists.mailman1998-04-102-6/+10
* FormatAdminOverview(): Implemented an overview admin page, arrived atklm1998-04-101-21/+84
* Implemented an overview listinfo page, arrived at when visiting theklm1998-04-101-43/+125
* Add a title for the error doc.mailman1998-04-101-1/+2
* Use HeadlessDocument() instead of Document(), since the template hasmailman1998-04-104-8/+8
* Preparing to package a distribution - add __version__ info.mailman1998-04-095-0/+10
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+5
* Note that this is being deprecated since we're switching over to anmailman1998-04-091-0/+3
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+4
* Preparing to package a distribution - add __version__ info.mailman1998-04-091-0/+2
* Further refinement of the option help presentation.klm1998-04-091-4/+9
* Provided some refinement and layout of .FormatOptionHelp().mailman1998-04-091-9/+22
* Simplify options layout a bit, removing the coloring on the sectionmailman1998-04-091-8/+9
* FOrmatOptionsSection(): Put a leading description option above themailman1998-04-091-3/+7
* 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