| Commit message (Collapse) | Author | Files | Lines |
|
`multipart/form-data' if the category is autoreply (so far the only
admin category with file uploads).
GetItemGuiValue(): added support for the FileUpload widget. This sets
up both the TextArea and FileUpload widget, with some explanatory text
in between.
GetItemGuiDescr(): I've been persuaded. Don't pop up help text in
a separate window by default.
ChangeOptions(): Kludge in support for file upload widgets. If
there's a config variable called 'something_upload' then it's value is
used in preference to the 'something' config variable yanked off the
CGI information.
|
|
autoresponse_admin_text are now FileUpload widgets, which lets the
admin either type the text into the text area, or specify a local file
containing the text to insert. If both are changed, the uploaded file
takes precedence.
|
|
Form.__init__(): take an optional encoding string, which if set,
becomes the value for the `enctype' attribute. This is a kludge to
support file upload forms.
Form.Format(): set the enctype attribute if given.
|
|
textarea and file upload widgets. It takes some crafty decoding to
make these widgets work well together (see admin.py).
|
|
Berliner.
|
|
apparently be None, which makes no sense, so we skip it.
|
|
traverse into $prefix/Mailman, which avoids all the time-consuming and
unnecessary compilation in the archive directories.
|
|
module.
DeliverToUser(): Add the Replybot module as the first in the list.
|