| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Ignore mailman.egg-info
In bin/make_instance.py: Catch and ignore import errors when importing
Mailman.i18n. Before this script has actually been run, there won't be enough
infrastructure in place of the import to succeed. Include several other fixes
in this file.
Add install_requires to the setup script.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
giving it some text and a detail.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
CookHeaders.py will now be aware that subject_prefix can be a unicode
string.
_setValue(): Capture changes to subject_prefix and canonstr() it,
meaning convert html references to unicode characters.
getValue(): Capture access of subject_prefix and uncanonstr() it,
meaning convert any non-list-charset characters to their html refs for
error free display.
|
| |
|
|
|
|
|
| |
anonymous_list option is moved to General->General list personality.
Also, in the Privacy section, a new "Recipient filter" subcategory is
added, into which is moved require_explicit_destination,
acceptable_aliases, and max_num_recipients.
|
| |
|
|
| |
bug #597242.
|
| |
|
|
| |
been moved into Defaults.py.in via the OPTINFO dictionary.
|
| |
|
|
|
| |
since this is already settable via the Digest option
mime_is_default_digest.
|
| | |
|
| |
|
|
|
|
|
| |
reply_to_address and reply_goes_to_list is valid, resetting and
spitting out an error if not.
_setValue(): Don't use <p> tags in the error message.
|
| |
|
|
|
|
|
|
| |
# The description for new_member_options includes a kludge where
# we add a hidden field so that even when all the checkboxes are
# deselected, the form data will still have a new_member_options
# key (it will always be a list). Otherwise, we'd never be able
# to tell if all were deselected!
|
| | |
|
| |
|
|
|
| |
reply_to_address value, since this is already done in
GUIBase.HandleForm().
|
| |
|
|
|
|
|
| |
describe the intent that an existing Reply-To: can always be stripped.
_setValue(): Check to make sure that the reply_to_address has a valid
email address before we allow the value to be set.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
written by Ben Gertzfield, ported to MM2.1 by Marc MERLIN.
(Note: this patch was rewritten by Barry; parts of it was originally
in GUIBase, but that wasn't the right place for it.)
Specifically,
GetConfigInfo(): Add support for the new_member_options attribute,
which is a checkbox that the list owner can use to select the initial
values for the member options fields.
_setValue(): Handle setting the new_member_options attribute by
converting it from a list of option names to a bitfield.
|
| |
|
|
|
|
| |
_setValue(): New overridden method which handles the assertion that
the real_name attribute may differ from the internal name by case
only.
|
| |
|
|
| |
Szilard Vizi.
|
| |
|
|
|
|
|
| |
text box should appear just before the send_goodbye_msg toggle.
Also, if ALLOW_RFC2369_OVERRIDES is true, present the boolean option
for disabling the headers.
|
| |
|
|
|
| |
rearranging of variables and added some section headers for clearer
organization.
|
| |
|
|
|
| |
subcat argument. If the category doesn't apply to this gui component,
None is returned, otherwise the config list is returned.
|
| |
|
|
|
|
|
|
|
|
| |
general#passwords section, and to the `moderator' option where
appropriate.
Likewise for `moderator' option.
Also, dont_respond_to_post_requests => respond_to_post_requests
and switch the polarity of the No/Yes radio.
|
| |
|
|
|
|
|
|
| |
Language gui module. We'll group it with the available_languages
option.
Also, fix the category description so that it isn't specified as
two adjacent strings, but instead one TQS.
|
| |
|
|
|
|
|
|
| |
GetConfigInfo(): Elaborate the details for admin_immed_notify to make
it clear that the list moderators and the list administrators get
the notification.
Also, spell out "kilobytes".
|
|
|
GetConfigInfo() structures that used to be in the modules one
directory up.
|