index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mailman
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
do_command(): The __import__() can raise a ValueError too if the cmd
bwarsaw
2003-02-04
1
-2
/
+3
*
verpdeliver(): If we find a non-fully qualified recipient address when
bwarsaw
2003-02-04
1
-0
/
+8
*
guess_type(): Compatibility function for Python 2.1/2.2, the former
bwarsaw
2003-02-03
1
-1
/
+10
*
CheckCookie(), __checkone(), parsecookie(): A fix for the MM2.0/MM2.1
bwarsaw
2003-01-31
1
-12
/
+22
*
prefix_subject(): Supply default argument '' to the get of the subject
bwarsaw
2003-01-29
1
-1
/
+1
*
maketext(): If a TypeError or ValueError crashed the template
bwarsaw
2003-01-28
1
-1
/
+3
*
main(): Sanity check the language cgi variable.
bwarsaw
2003-01-27
4
-23
/
+27
*
subscription_confirm(): Sanity check the language cgi variable.
bwarsaw
2003-01-27
1
-7
/
+9
*
change_options(): Sanity check the user's selected language to be sure
bwarsaw
2003-01-27
1
-2
/
+2
*
IsLanguage(): New function.
bwarsaw
2003-01-27
1
-0
/
+3
*
Fixes for the cross-site scripting bug
bwarsaw
2003-01-26
1
-14
/
+23
*
makedirs(): Only twiddle the attachment directory permissions if we
bwarsaw
2003-01-24
1
-5
/
+5
*
I18n fixes for the digester, based on Tokio Kikuchi's patch #668819.
bwarsaw
2003-01-24
1
-43
/
+65
*
Some fixes to retain the continuation whitespace on Subject: lines
bwarsaw
2003-01-24
1
-4
/
+10
*
DEFAULT_PLAIN_DIGEST_KEEP_HEADERS: This wasn't actually used anywhere,
bwarsaw
2003-01-24
1
-4
/
+19
*
main(), content_type(): Removed the latter; mimetyes.guess_type() does
bwarsaw
2003-01-20
1
-15
/
+8
*
A few minor refinements to the previous patch.
bwarsaw
2003-01-20
1
-6
/
+10
*
Fixes for bug #669081. Based on Tokio Kikuchi's patch, but extended
bwarsaw
2003-01-20
1
-18
/
+56
*
ScriptURL(): Use s.endswith() where appropriate. Also whitespace
bwarsaw
2003-01-19
1
-9
/
+9
*
save_attachment(): Use Message.get_content_type() instead of the
bwarsaw
2003-01-19
1
-4
/
+5
*
volNameToDate(): Catch failures in time.mktime() which can happen if
bwarsaw
2003-01-19
1
-15
/
+18
*
Copyright years.
bwarsaw
2003-01-10
2
-5
/
+5
*
safe_strftime(): Watch out for TypeError coming back from strftime().
bwarsaw
2003-01-10
1
-1
/
+1
*
_set_date(): Watch out for TypeErrors that can come from time.mktime()
bwarsaw
2003-01-10
1
-1
/
+1
*
Article.__init__(): Watch out for tuples coming back from
bwarsaw
2003-01-10
1
-0
/
+3
*
process(): Ben Gertzfield idea to add "Content-Disposition: inline"
bwarsaw
2003-01-07
1
-6
/
+10
*
bulkdeliver(): We've had reports of an IOError (code == 4, interrupted
bwarsaw
2003-01-07
1
-5
/
+5
*
_do_remove(): Patch by Jon Parise to fix a bug in the stanza matching
bwarsaw
2003-01-02
1
-3
/
+3
*
main(): In the change-of-address section, we only want to show the
bwarsaw
2003-01-02
1
-3
/
+5
*
Bump the version number.
bwarsaw
2003-01-02
1
-2
/
+2
*
changeMemberAddress(): Rearrange the order in which sub-tasks are
bwarsaw
2003-01-02
1
-10
/
+10
*
ChangeMemberAddress(): Don't raise MMAlreadyAMember if we're doing a
bwarsaw
2003-01-02
1
-13
/
+4
*
This is it baby! Bump the version to 2.1 final.
bwarsaw
2002-12-31
1
-3
/
+3
*
request_creation(): Remove a left over debugging print.
bwarsaw
2002-12-31
1
-2
/
+0
*
do_discard(): Make sure the internal text/plain message has the
bwarsaw
2002-12-31
1
-2
/
+4
*
subscription_prompt(): Move the setting of the title to after the
bwarsaw
2002-12-31
1
-4
/
+9
*
Inconsequential change since I forgot a checkin message on the last mod:
bwarsaw
2002-12-31
1
-1
/
+1
*
ApprovedDeleteMember(): Get the user's language /before/ we
bwarsaw
2002-12-31
1
-8
/
+8
*
SendUnsubscribeAck(): We must pass the target language in as an
bwarsaw
2002-12-31
1
-2
/
+2
*
Lithuanian updates from Mantas Kriauciunas.
bwarsaw
2002-12-26
1
-1
/
+1
*
__processbody_URLquote(): Tokio Kikuchi's patch #658598 to fix rc1 bug
bwarsaw
2002-12-26
1
-1
/
+3
*
Bump to 2.1rc1+
bwarsaw
2002-12-24
1
-1
/
+1
*
Updated catalogs and Lithuanian support by Mantas Kriauciunas.
bwarsaw
2002-12-24
1
-0
/
+1
*
__processbody_URLquote(): Obscure email addresses in the body of
bwarsaw
2002-12-24
1
-1
/
+6
*
show_helds_overview(): Finally tracked down a most annoying buglet.
bwarsaw
2002-12-24
1
-1
/
+4
*
Bump to 2.1rc1
bwarsaw
2002-12-24
1
-3
/
+3
*
ApprovedAddMember(): The administrator notice should go out in the
bwarsaw
2002-12-24
1
-1
/
+1
*
Martin's patch #655214 to fix multi-charset archiving. He says:
bwarsaw
2002-12-24
1
-108
/
+48
*
process(): This is the part of Martin's patch # 655214 not related to
bwarsaw
2002-12-20
1
-0
/
+2
*
_oneloop(): Include a clue as to which filebase is being shunted.
bwarsaw
2002-12-13
1
-0
/
+1
[prev]
[next]