| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
separators.
|
| | |
|
| | |
|
| |
|
|
| |
column header, to describe the section as a whole.
|
| |
|
|
|
|
| |
(or frames - ptui).
Document.Format() - enclose the title in <head>...</head>.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
browser).
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
section.
|
| |
|
|
| |
with spam and do not notify the sender that their message is being held.
|
| |
|
|
|
| |
they can be recognized in post script, eg to avoid sending hold
messages to spammers.
|
| | |
|
| |
|
|
|
| |
they can be recognized in post script, eg to avoid sending hold
messages to spammers.
|
| |
|
|
|
| |
Removed residual UserOptions stuff (which has been moved to its own
script).
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
checkins.
.DoActualRemoval(): Fixed neglect in certain cases to initialize one
of the reporting vars.
|
| |
|
|
| |
the admin pages.
|
| |
|
|
| |
attributes) on generated documents.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| | |
|
| |
|
|
| |
sent to a list-archive!
|
| | |
|
| |
|
|
| |
Elaborated some options with supplementary description.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Tracking change of SendTextToUser() option, errorsto =>
add_new_header.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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".
|
| |
|
|
| |
the description a bit more tidily.
|
| |
|
|
|
| |
formatting of roster object into separate functions, so the object
could be used elsewhere.
|
| |
|
|
|
|
|
|
|
|
| |
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...
|
| |
|
|
| |
option, instead of specific errors-to.
|
| |
|
|
|
| |
headers to a add_headers optional arg - a list for headers like
Errors-To and X-No-Archive.
|
| | |
|
| |
|
|
|
| |
specifying the URL for the actual user options page. (Provoked by a
suggestion conveyed by jim hugunin.)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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...
|
| | |
|
| |
|
|
| |
question within the message.
|
| |
|
|
| |
upvolumes_yearly and upvolumes_monthly entries in the crontab.
|
| |
|
|
|
| |
general use, but it actually is very handy to see progress of what can
be an lengthy process.)
|
| | |
|
| |
|
|
| |
SendSubscribeAck and CreateSubscribeAck for easier debugging.
|