summaryrefslogtreecommitdiff
path: root/cgi/admin (follow)
Commit message (Expand)AuthorAgeFilesLines
* All these files have been removed, replaced by the driver script architecture.bwarsaw1998-06-191-29/+0
* Replaced with Mailman.runcgi-wrapped code that runs Mailman.Cgi.<script>viega1998-06-141-833/+7
* Add Unlock() calls where appropriate, and add lock = 0 to MailListviega1998-06-131-3/+2
* Fix relative path for (Details) links.viega1998-06-031-5/+2
* Removed a print that looked like a debug statement, as it was showingviega1998-06-031-2/+17
* Updated calls to GetScriptURL to the appropriate new form. One or twoviega1998-06-031-21/+19
* Whoops, the try block only needs to go around the one line thatviega1998-06-031-2/+2
* The guy I got to do a test install once got the following on the admin pages:viega1998-06-031-3/+6
* Added Scott's bug fix.viega1998-05-311-2/+3
* Modified to put gateway options up.viega1998-05-311-2/+3
* Added Scott's changed .isAuthenticated() functionviega1998-05-301-13/+26
* Integrated Scott's cookie code into the distribution.viega1998-05-301-117/+273
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-3/+4
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+16
* FormatListinfoOverview(): Check the host being visited, and onlymailman1998-05-201-2/+16
* Fixed bug in help mechanism - wasn't getting right url when in themailman1998-04-221-88/+117
* More finagling with the password layout.klm1998-04-111-17/+15
* Cosmetic phrasing change.mailman1998-04-111-2/+2
* *** empty log message ***mailman1998-04-101-13/+14
* FormatListinfoOverview(): Sort the presented lists.mailman1998-04-101-3/+5
* FormatAdminOverview(): Implemented an overview admin page, arrived atklm1998-04-101-21/+84
* 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
* Some mild layout changes.klm1998-04-081-8/+14
* 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
* Abstract out error_page and error_page_doc, as in roster script - inmailman1998-03-311-2/+13
* Utilizing mm_utils.StampedLogger() on stderr for debugging, instead ofklm1998-03-301-4/+8
* Globalized doc and list_name for all the routines that need them.mailman1998-03-171-35/+56
* Hint about setting for PATH_INFO for debugging in module docstring.klm1998-03-081-1/+16
* Normalize the list name to lower case. (Email doesn't care, butmailman1998-03-051-1/+1
* 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
* Use new htmlformat.FontAttr() method to color the error messages red.mailman1998-02-271-13/+25
* Make the random password a bit longer - four chars instead of two.mailman1998-02-261-1/+2
* Cosmetic change - module docstring.mailman1998-02-221-0/+5
* Initial revisionmailman1998-02-221-0/+364