summaryrefslogtreecommitdiff
path: root/cgi/admin
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | separators.
* FOrmatOptionsSection(): Put a leading description option above themailman1998-04-091-3/+7
| | | | column header, to describe the section as a whole.
* Implement rudimentary admin-configuration long-description help. Iklm1998-04-081-7/+35
| | | | | | | | | | | | now have to refine it, but it's simple and it works. It uses the anchor href "target" option to display the help in a named alternate window. I presume that in browsers that do not support this feature they will simply go to another page, where the user can hit 'back' when they're ready. Also, right-aligned the short descriptions on the left column of the table, so they snug up to the value column.
* 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
| | | | the admin pages.
* Significant refinement so:klm1998-04-071-218/+274
| | | | | | | | | | | | | | | - New options list format (string section headers, description elaboration) are properly handled. (No help links implemented yet - soon.) - Major options sections - eg, general, digest, nondigest, privacy, etc - have been separated into different sub-pages, making it a lot quicker to load each page, and a lot less overwhelming than all collected together. - Refined the layout quite a bit - much less clunky now, though there's lots more that could be done. - With the further elaborations, the entire module needed a substantial cleanup, to abstract some routines, organize them a bit more - extraction and abstraction.
* Abstract out error_page and error_page_doc, as in roster script - inmailman1998-03-311-2/+13
| | | | | preparation to moving them somewhere like mm_utils, where we can change the error-notice format centrally...
* Utilizing mm_utils.StampedLogger() on stderr for debugging, instead ofklm1998-03-301-4/+8
| | | | explicit (prone-to-failure) file.
* Globalized doc and list_name for all the routines that need them.mailman1998-03-171-35/+56
| | | | | | | | | | | | | Eventually we need to structure this better so they're explicitly passed around, but without going through too many levels that don't care... Added a note below the Subscribe Members describing how to unsubscribe them. (This is material for the mythical list administrators guide.) Moved the password change box to beside the submit-changes box. Put the misc links up top into a list.
* Hint about setting for PATH_INFO for debugging in module docstring.klm1998-03-081-1/+16
| | | | | Validate bounce_matching_headers setting, issuing diagnostic if found wanting.
* Normalize the list name to lower case. (Email doesn't care, butmailman1998-03-051-1/+1
| | | | the web - URLs - does.)
* Restructured substantially so we can catch all errors and provide anmailman1998-03-041-183/+184
| | | | | | | | | | | | | | | apology to the user, including a traceback and a request to send it to the site webmaster. Catch particular (new) list-load exceptions, instead of using bare except clauses. (This way we're not grouping all errors, including coding errors, as list initialization errors!) main(): Package main stuff in a routine which gets called when invoked as a script. FormatOptionsSection(): package repeated inline code from FormatConfiguration into a routine.
* Move non-digested options above digested ones.mailman1998-03-041-14/+14
| | | | | | | Do not put the "if-so" section if there is only the toggle, no other options. (This problem was exposed since i moved the non-digested header and footer to nearer the other description info. This should be rectified better, eventually.)
* 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