------------------------------------------------------------
revno: 1017
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.2
timestamp: Tue 2008-12-02 17:11:33 -0800
message:
Merged Python 2.6 and other changes from the 2.1 branch.
modified:
.bzrignore
Mailman/Bouncers/Caiwireless.py
Mailman/Bouncers/GroupWise.py
Mailman/Bouncers/Microsoft.py
Mailman/Bouncers/Netscape.py
Mailman/Bouncers/Postfix.py
Mailman/Cgi/admin.py
Mailman/Cgi/create.py
Mailman/Errors.py
Mailman/Handlers/Decorate.py
Mailman/Handlers/Scrubber.py
Mailman/Handlers/Tagger.py
Mailman/LockFile.py
Mailman/Pending.py
Mailman/Queue/Switchboard.py
Mailman/SecurityManager.py
Mailman/Utils.py
NEWS
bin/change_pw
bin/export.py
bin/newlist
bin/update
configure
configure.in
contrib/mmdsr
cron/gate_news
misc/Makefile.in
misc/paths.py.in
tests/test_handlers.py
tests/test_message.py
tests/test_security_mgr.py
------------------------------------------------------------
revno: 984.1.160
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Tue 2008-12-02 16:28:35 -0800
message:
Updated NEWS
modified:
NEWS
------------------------------------------------------------
revno: 984.1.159
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Tue 2008-12-02 16:18:14 -0800
message:
Updated mmdsr to 0.0.19 correcting a minor fromusenet reporting error.
modified:
contrib/mmdsr
------------------------------------------------------------
revno: 984.1.158
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Tue 2008-12-02 14:37:29 -0800
message:
If we somehow retrieve a message from the newsgroup with no headers,
skip trying to post it to the list.
Make sure we always update the watermark even if the message is empty
or unparseable.
modified:
cron/gate_news
------------------------------------------------------------
revno: 984.1.157
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Tue 2008-12-02 14:00:39 -0800
message:
As part of the Python 2.6 compatibility changes, we now use Python's email
library if it is new enough rather than installing our own in pythonlib.
However, if we are doing an upgrade, there may be an existing email
library
in pythonlib which is incompatible with Python 2.6 and we need to remove
it.
modified:
misc/Makefile.in
------------------------------------------------------------
revno: 984.1.156
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: py26
timestamp: Mon 2008-12-01 23:25:33 -0500
message:
Merge Mark's changes to complete the Python 2.6 compatibility.
modified:
Mailman/Bouncers/Caiwireless.py
Mailman/Bouncers/GroupWise.py
Mailman/Bouncers/Microsoft.py
Mailman/Bouncers/Netscape.py
Mailman/Bouncers/Postfix.py
Mailman/Handlers/Decorate.py
Mailman/Handlers/Scrubber.py
Mailman/Handlers/Tagger.py
tests/test_handlers.py
tests/test_message.py
------------------------------------------------------------
revno: 984.14.1
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: py26
timestamp: Sun 2008-11-30 20:30:43 -0800
message:
Now that Python 2.4 is the minimum and we will use more recent
installed
email packages, convert all the email message get_type() calls to
get_content_type().
modified:
Mailman/Bouncers/Caiwireless.py
Mailman/Bouncers/GroupWise.py
Mailman/Bouncers/Microsoft.py
Mailman/Bouncers/Netscape.py
Mailman/Bouncers/Postfix.py
Mailman/Handlers/Decorate.py
Mailman/Handlers/Scrubber.py
Mailman/Handlers/Tagger.py
tests/test_handlers.py
tests/test_message.py
------------------------------------------------------------
revno: 984.1.155
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: py26
timestamp: Sun 2008-11-30 12:10:18 -0500
message:
Python 2.4 is a minimum. Also, fix some autoconf complaints and remove
deprecation warnings regarding string exceptions.
modified:
configure
configure.in
misc/paths.py.in
------------------------------------------------------------
revno: 984.1.154
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: py26
timestamp: Sat 2008-11-29 18:47:12 -0500
message:
Added NEWS entry
modified:
NEWS
------------------------------------------------------------
revno: 984.1.153
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: py26
timestamp: Sat 2008-11-29 18:46:03 -0500
message:
trunk
modified:
Mailman/Handlers/AvoidDuplicates.py
Mailman/SecurityManager.py
NEWS
------------------------------------------------------------
revno: 984.13.2
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Thu 2008-11-20 13:08:31 -0800
message:
Fixed a problem in SecurityManager that caused it to not find the
cookie when CheckCookie was not given a user and the user in the
cookie
had a %xx encoded character. Bug # 299220.
modified:
Mailman/SecurityManager.py
NEWS
------------------------------------------------------------
revno: 984.13.1
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Fri 2008-11-14 14:09:30 -0800
message:
Fixed a bug in AvoidDuplicates.py that caused it to fail if the
address
in the To: or Cc: header differed in case from the case-preserved
member
address. Bug #297795.
modified:
Mailman/Handlers/AvoidDuplicates.py
NEWS
------------------------------------------------------------
revno: 984.1.152
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: py26
timestamp: Sat 2008-11-22 18:24:58 -0500
message:
String exceptions -> class exceptions.
modified:
Mailman/Errors.py
------------------------------------------------------------
revno: 984.1.151
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Wed 2008-11-12 23:02:29 -0500
message:
Apply Heiko Rommel's patch for hashlib deprecation warnings for bug
293178.
I've modified the patch to improve some of the stylistic issues.
modified:
Mailman/Cgi/admin.py
Mailman/Cgi/create.py
Mailman/Handlers/Scrubber.py
Mailman/LockFile.py
Mailman/Pending.py
Mailman/Queue/Switchboard.py
Mailman/SecurityManager.py
Mailman/Utils.py
bin/change_pw
bin/export.py
bin/newlist
bin/update
tests/test_handlers.py
tests/test_security_mgr.py
------------------------------------------------------------
revno: 984.1.150
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Mon 2008-11-03 21:25:20 -0500
message:
Try to guess whether the email package is actually needed or not.
modified:
.bzrignore
configure
configure.in
misc/Makefile.in
------------------------------------------------------------
revno: 984.1.149
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Mon 2008-11-03 20:16:13 -0500
message:
A few additional ignores.
modified:
.bzrignore
------------------------------------------------------------
revno: 984.1.148
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Fri 2008-10-17 15:33:48 -0700
message:
Changed bin/arch to attempt to open the mbox before wiping the old
archive.
Launchpad bug #280418.
modified:
bin/arch
------------------------------------------------------------
revno: 984.1.147
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Fri 2008-10-17 15:04:39 -0700
message:
Added digest.mbox and pending.pck to the 'list' files checked by
check_perms.
Launchpad bug #284802.
modified:
bin/check_perms
------------------------------------------------------------
revno: 984.1.146
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Tue 2008-10-14 20:05:10 -0700
message:
Changed a '$' to '%' in templates/ru/userpass.txt.
modified:
templates/ru/userpass.txt
------------------------------------------------------------
revno: 984.1.145
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Fri 2008-10-03 14:59:00 -0700
message:
Changed the stripping of trailing spaces from lines of the list headers
and footers to leave a trailing space on a '-- ' signature separator.
modified:
Mailman/Handlers/Decorate.py
------------------------------------------------------------
revno: 984.1.144
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Sun 2008-09-21 12:12:52 -0700
message:
Changed cron/gate_news to continue processing the remaining lists on
certain errors that can be caused by configuration of a particular list.
Bug #265941 (sf775100).
modified:
NEWS
cron/gate_news
------------------------------------------------------------
revno: 984.1.143
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Sun 2008-09-21 11:59:44 -0700
message:
The immediately preceding fix for bug #266106 (sf998384) was incomplete.
It fixed the underlying issue, but didn't fix an improperly converted
request.pck file. This change adds code to detect and recover from an
incorect conversion.
modified:
Mailman/ListAdmin.py
------------------------------------------------------------
revno: 984.1.142
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Fri 2008-09-19 08:12:35 -0700
message:
Since Mailman 2.1.1, 2.0.x outstanding subscription and held message
requests have not been migrated properly. This is fixed.
Bug #266106 (sf998384).
Updated NEWS for this and some prior changes.
modified:
Mailman/ListAdmin.py
NEWS
------------------------------------------------------------
revno: 984.1.141
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Mon 2008-08-25 20:08:10 -0700
message:
Corrected encoding from gb2312 to utf-8 on templates
postack.txt, postauth.txt, postheld.txt and unsub.txt.
modified:
templates/zh_CN/postack.txt
templates/zh_CN/postauth.txt
templates/zh_CN/postheld.txt
templates/zh_CN/unsub.txt
------------------------------------------------------------
revno: 984.1.140
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Fri 2008-08-22 15:21:26 -0700
message:
MTA/Postfix.py
If the STANZA END for a list being removed is missing or munged, the
remainder of the aliases and/or virtual-mailman file is lost. Fixed.
modified:
Mailman/MTA/Postfix.py
------------------------------------------------------------
revno: 984.1.139
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Wed 2008-07-30 09:09:29 -0700
message:
Fixed a bug in admin.py which would result in chunked pages of the
membership
list for members whose address begins with a non-alphanumeric character to
not be visible or retrievable.
modified:
Mailman/Cgi/admin.py
------------------------------------------------------------
revno: 984.1.138
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Wed 2008-07-30 08:58:02 -0700
message:
Changed ListAdmin.py to make rejected post messages From: the -owner
address
instead of the -bounces address.
modified:
Mailman/ListAdmin.py
------------------------------------------------------------
revno: 984.1.137
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Thu 2008-07-24 15:59:32 -0700
message:
Corrected several bin/transcheck errors in the Catalan message catalog
and templates.
modified:
messages/ca/LC_MESSAGES/mailman.po
templates/ca/listinfo.html
templates/ca/masthead.txt
templates/ca/nomoretoday.txt
templates/ca/postack.txt
templates/ca/refuse.txt
------------------------------------------------------------
revno: 984.1.136
committer: Terri Oda <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Thu 2008-07-24 15:33:32 -0400
message:
Updated documentation information and removed the defunct listowner.org
modified:
README
The size of the diff (7654 lines) is larger than your specified limit of 5000
lines
--
Active development version (web u/i update)
https://code.launchpad.net/~mailman-coders/mailman/2.2
You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org