summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Collapsed a message log line.mailman1998-04-092-6/+4
|
* 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.
* More refinement of help messages.mailman1998-04-092-58/+64
|
* Add a sub-section header to the privacy options.mailman1998-04-092-0/+4
|
* FOrmatOptionsSection(): Put a leading description option above themailman1998-04-091-3/+7
| | | | column header, to describe the section as a whole.
* Link(): Support "target" option, for directing hrefs to other windowsklm1998-04-092-16/+22
| | | | | | (or frames - ptui). Document.Format() - enclose the title in <head>...</head>.
* 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.
* Refined a few long descriptions (now that i can look at them in aklm1998-04-082-26/+36
| | | | browser).
* Log info about rejected and discarded posts in vette lot file.mailman1998-04-082-6/+32
|
* Whoops - had wrong label on the sys.stderr logger...mailman1998-04-081-1/+1
|
* Refine open-list option descr.klm1998-04-082-2/+4
|
* Some mild layout changes.klm1998-04-081-8/+14
|
* Refined organization of and included dividers in privacy optionsklm1998-04-082-92/+150
| | | | section.
* In addition to moderated messages, recognize error messages associatedmailman1998-04-081-2/+6
| | | | with spam and do not notify the sender that their message is being held.
* Defining error-message vars for use instead of string literals, somailman1998-04-082-2/+8
| | | | | they can be recognized in post script, eg to avoid sending hold messages to spammers.
* Call to SendTextToUser() requires "add_headers" instead of "add_to_headers"mailman1998-04-082-4/+4
|
* Using error-message vars from mm_err, instead of string literals, somailman1998-04-082-8/+8
| | | | | they can be recognized in post script, eg to avoid sending hold messages to spammers.
* Call to SendTextToUser() requires "add_headers" instead of "add_to_headers"mailman1998-04-081-7/+3
| | | | | Removed residual UserOptions stuff (which has been moved to its own script).
* 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
|
* A few checkins on the parrot side, in completing this batch ofmailman1998-04-072-0/+6
| | | | | | | checkins. .DoActualRemoval(): Fixed neglect in certain cases to initialize one of the reporting vars.
* Use new htmlformat.Document.Format() capability to set a bgcolor onklm1998-04-071-1/+1
| | | | the admin pages.
* Document.Format(): Add capability to designate a bgcolor (and otherklm1998-04-072-8/+22
| | | | attributes) on generated documents.
* 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.
* Use new add_to_headers field on SendTextToUser...klm1998-04-071-1/+2
|
* Include an "X-No-Archive: yes" header, for those messages that getklm1998-04-071-1/+2
| | | | sent to a list-archive!
* Correct the category used in the stderr logger.klm1998-04-071-1/+1
|
* Added new-format descriptive header, as string in options list.klm1998-04-072-16/+22
| | | | Elaborated some options with supplementary description.
* New default, SMTPHOST, in preparation to incorporation of john'sklm1998-04-073-3/+69
| | | | | | | | | smtplib in the stead of sendmail. (John, i don't think i'm going to do that immediately, though i'd like to see it done soon.) Including MESSAGE_DECORATION_NOTE describing the useful list-instance attributes that can be included for expansion in messages header and footer texts.
* Added new-format descriptive header, as string in options list.klm1998-04-072-8/+14
| | | | | Tracking change of SendTextToUser() option, errorsto => add_new_header.
* Added new-format descriptive header, as string in options list.klm1998-04-072-0/+4
|
* Substantial refinement of the options mechanism:klm1998-04-072-196/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | - An optional 6th field constitutes an elaboration of the option description. The idea is to have a 'help' link for each short descr that has a long one, which puts the long descr in a help browser. - The option list entry can be a simple string, consitituting a header to be included in the presentation. I refined all the descriptions so those needing the help elaboration got one. (Some of the brief descriptions got more brief, thereby.) I haven't yet put in the help links functionality, but have rectified the admin cgi script for the new format - in the process breaking the different sections from one long, unwieldy page into several subpages. Entirely Disabled "filter_prog" option. It was not implemented, anyway, and it does not seem like a good idea to offer maillist managers the ability to invoke arbitrary routines on the maillist server. Perhaps some repertoire of functions would make sense, dunno. welcome_msg, goodbye_msg initial values are '' instead of None, to be more congruent to the text widget null values. "bad_posters" => "forbidden_posters".
* Refined the 'info' mail command to indicate the list web page, presentklm1998-04-072-6/+26
| | | | the description a bit more tidily.
* .FormatRosterOptionForUser(), .RosterOption() - extracted creation andklm1998-04-072-56/+48
| | | | | formatting of roster object into separate functions, so the object could be used elsewhere.
* Disabled encompassing try-except in HTMLFormatObject, so tracebacksklm1998-04-072-10/+10
| | | | | | | | | | show through, instead of silently failing to show the intended objects. Something in between might be better, where the failing rendition is replaced by a placehold that indicates what failed, but doesn't disrupt the entire computation. However, until that is resolved, the bugs will show, instead of hiding in the cupboards...
* .SendTextToUser(), .DeliverToUser() - use new, generalized add_headersklm1998-04-072-8/+14
| | | | option, instead of specific errors-to.
* SendTextToUser(), DeliverToUser() - Generalized addition of specialklm1998-04-072-12/+18
| | | | | headers to a add_headers optional arg - a list for headers like Errors-To and X-No-Archive.
* Add optional argument to help().guido1998-04-031-2/+2
|
* Clarified instructions for changing subscriber options, includingmailman1998-04-031-13/+13
| | | | | specifying the URL for the actual user options page. (Provoked by a suggestion conveyed by jim hugunin.)
* Add instruction about creating archives dirs.klm1998-04-031-0/+3
|
* .ArchiveFileName(): use the list values, not the defaults! Needing tomailman1998-04-032-4/+12
| | | | | | | | | set one of our internal lists to a dir totally outside the view of the archiver, i realized this was not working right. Still, there is no way to set the values from the web interface - they have to be set intrusively, by loading the list in the interpreter and setting the new values by hand. This may be something to enable in the site-admin interface...
* Add modest module docstring (while i happened to be there).mailman1998-04-031-4/+8
|
* Refined the notice a bit, to include the address of the user inmailman1998-04-031-4/+7
| | | | question within the message.
* Removed the last active remnants of the internal archive processing,mailman1998-04-031-6/+0
| | | | upvolumes_yearly and upvolumes_monthly entries in the crontab.
* Added prints so we can track progress. (Not sure about this one formailman1998-04-031-0/+2
| | | | | general use, but it actually is very handy to see progress of what can be an lengthy process.)
* John consolidated the cgi wrappers into a single source file.mailman1998-04-0311-901/+96
|
* Some cosmetic refinements of message text, separated themailman1998-04-032-88/+68
| | | | SendSubscribeAck and CreateSubscribeAck for easier debugging.