| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |
|
|
|
| |
add_error_message into the nested error() function so Python 2.1 won't
complain about shadows.
|
| |
|
|
|
| |
default. Fix the nested convert() method args to work for versions of
Python before 2.2.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(hopefully) managed to make this both more understandable and much
simpler. Simpler even than recent mailman-developer threads (and yet,
I still believe this will work :). The algorithm is explained in the
Mailman/Gui/Bounce.py, i.e. admin/bounce category, help string.
Specifically here,
GetConfigInfo(): Explain the new bounce scoring algorithm, and provide
for configuration attributes bounce_processing,
bounce_score_threshold, bounce_info_stale_after,
bounce_you_are_disabled_warnings, and
bounce_you_are_disabled_warnings_interval. Get rid of the old bounce
configuration attributes.
HandleForm(), GetValue(): Handle the setting and getting of the gui
configuration variables, specifically the conversion from
float-seconds to days. The former type is used internally, while the
latter is presented to the user.
|
| |
|
|
|
| |
regular expressions, and provide a link to Python's re module
documentation.
|
| |
|
|
| |
discard_these_nonmebers detail, found by Szilard Vizi.
|
| |
|
|
| |
Szilard Vizi.
|
| | |
|
| |
|
|
|
|
| |
consistency and clarity (sorry translators!).
Also, add unsubscribe_policy configuration info.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
| |
short-circuit exit after processing password change.
|
| |
|
|
| |
default_member_moderation to clarify.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
subcat argument. If the category doesn't apply to this gui component,
None is returned, otherwise the config list is returned.
Also (and more importantly), separate privacy filters into three
subcategories: "subscribing" for general subscription and visibility
options, "sender" for sender-centric moderation filters, and "spam"
for anti-spam controls.
And, add all the new sender-centric moderation variables while
removing the old ones.
|
| |
|
|
|
|
|
|
| |
subcat argument. If the category doesn't apply to this gui component,
None is returned, otherwise the config list is returned.
Also: Add between the words so HTML won't break on word
boundaries.
|
| |
|
|
|
| |
subcat argument. If the category doesn't apply to this gui component,
None is returned, otherwise the config list is returned.
|
| | |
|
| | |
|
| |
|
|
| |
supported.
|
| | |
|
| |
|
|
| |
header munging.
|
| |
|
|
|
| |
"administrator". Add a VARHELP link to member_posting_only when
describing "Restrict..." in the posters option
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
non-breaking. Also, consistency in capitalization.
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
markings.
|
| |
|
|
|
|
| |
boxes higher (10 lines instead of 4). Second, if
OWNERS_CAN_ENABLE_PERSONALIZATION, add the config info for the
`personalize' attribute.
|
| |
|
|
|
|
|
|
| |
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".
|
| |
|
|
| |
_() string expects.
|
| | |
|
| | |
|
|
|
GetConfigInfo() structures that used to be in the modules one
directory up.
|