[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1040: Merged changes from 2.1 branch.

2009-02-20 Thread noreply
revno: 1040 committer: Mark Sapiro branch nick: 2.2 timestamp: Fri 2009-02-20 16:48:47 -0800 message: Merged changes from 2.1 branch. added: tests/bounces/simple_35.txt tests/bounces/simple_36.txt modified: Mailman/Bouncers/Simpl

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6697: Get rid of one_last_digest. Move this into a separate OneLastDigest table.

2009-02-22 Thread noreply
revno: 6697 committer: Barry Warsaw branch nick: hacking timestamp: Sun 2009-02-22 21:33:17 -0500 message: Get rid of one_last_digest. Move this into a separate OneLastDigest table. Make it explicit to get the last digest (I could i

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6698: acceptable_aliases are no longer a pickle.

2009-02-23 Thread noreply
revno: 6698 committer: Barry Warsaw branch nick: hacking timestamp: Mon 2009-02-23 14:13:32 -0500 message: acceptable_aliases are no longer a pickle. modified: src/mailman/database/mailinglist.py src/mailman/database/mailman.sql

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1179: Bumping release to 2.1.12 final.

2009-02-23 Thread noreply
revno: 1179 tags: 2.1.12 committer: Mark Sapiro branch nick: 2.1 timestamp: Mon 2009-02-23 13:18:16 -0800 message: Bumping release to 2.1.12 final. modified: Mailman/Version.py NEWS === modified file 'Mailman/Version.py' --- Mailm

[Mailman-checkins] [Branch ~mailman-administrivia/mailman-administrivia/admin] Rev 43: Updates for 2.1.12 release.

2009-02-23 Thread noreply
revno: 43 committer: Mark Sapiro branch nick: admin timestamp: Mon 2009-02-23 13:27:11 -0800 message: Updates for 2.1.12 release. modified: www/index.ht www/index.html === modified file 'www/index.ht' --- www/index.ht2009-

[Mailman-checkins] [Branch ~mailman-administrivia/mailman-administrivia/admin] Rev 44: Fixed unescaped {'branch_title': '', 'branch_url': u'https://code.launchpad.net/~mailman-administrivia/mailman-ad

2009-02-23 Thread noreply
revno: 44 committer: Mark Sapiro branch nick: admin timestamp: Mon 2009-02-23 13:41:22 -0800 message: Fixed unescaped %s in a format string. modified: bin/release === modified file 'bin/release' --- bin/release 2009-02-06 18:53:12 +

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1043: 2.1.12 released.

2009-02-23 Thread noreply
revno: 1043 committer: Mark Sapiro branch nick: 2.2 timestamp: Mon 2009-02-23 14:28:58 -0800 message: 2.1.12 released. revno: 984.1.195 tags: 2.1.12 committer

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1042: 2.1.12 released.

2009-02-23 Thread noreply
revno: 1042 committer: Mark Sapiro branch nick: 2.2 timestamp: Mon 2009-02-23 14:22:47 -0800 message: 2.1.12 released. modified: NEWS === modified file 'NEWS' --- NEWS2009-02-23 00:58:41 + +++ NEWS2009-02-23 22:2

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6700: There are some situations where the RFC 2919 List-ID header must be explicitly

2009-03-03 Thread noreply
revno: 6700 committer: Barry Warsaw branch nick: hacking timestamp: Tue 2009-03-03 10:15:42 -0500 message: There are some situations where the RFC 2919 List-ID header must be explicitly set. Make this possible by moving list_id to a

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6699: Convert content filter and acceptable aliases away from pickle types.

2009-03-03 Thread noreply
revno: 6699 committer: Barry Warsaw branch nick: hacking timestamp: Tue 2009-03-03 00:31:03 -0500 message: Convert content filter and acceptable aliases away from pickle types. * Add an adapter from mailing lists to acceptable ali

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6703: __all__

2009-03-09 Thread noreply
revno: 6703 committer: Barry Warsaw branch nick: hacking timestamp: Mon 2009-03-09 22:59:10 -0400 message: __all__ modified: src/mailman/utilities/datetime.py === modified file 'src/mailman/utilities/datetime.py' --- src/mailman/uti

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6702: Remove the mailman.database setup.py plugin, instead opting for defining the

2009-03-09 Thread noreply
revno: 6702 committer: Barry Warsaw branch nick: hacking timestamp: Thu 2009-03-05 21:30:14 -0500 message: Remove the mailman.database setup.py plugin, instead opting for defining the database class in the configuration file. modifie

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6701: Minor cleanups

2009-03-09 Thread noreply
revno: 6701 committer: Barry Warsaw branch nick: hacking timestamp: Thu 2009-03-05 19:25:34 -0500 message: Minor cleanups modified: src/mailman/docs/membership.txt src/mailman/docs/registration.txt src/mailman/testing/helpers.py

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6707: Get rid of the mailman.scrubber entry point.

2009-03-09 Thread noreply
revno: 6707 committer: Barry Warsaw branch nick: setup timestamp: Tue 2009-03-10 00:06:16 -0400 message: Get rid of the mailman.scrubber entry point. modified: setup.py src/mailman/config/schema.cfg src/mailman/pipeline/scrubber.

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6705: Get rid of the mailman.handlers entry point.

2009-03-09 Thread noreply
revno: 6705 committer: Barry Warsaw branch nick: setup timestamp: Mon 2009-03-09 23:49:20 -0400 message: Get rid of the mailman.handlers entry point. modified: setup.py src/mailman/core/pipelines.py src/mailman/pipeline/__init__.

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6706: Get rid of the mailman.rules entry point.

2009-03-09 Thread noreply
revno: 6706 committer: Barry Warsaw branch nick: setup timestamp: Mon 2009-03-09 23:54:22 -0400 message: Get rid of the mailman.rules entry point. modified: setup.py src/mailman/core/rules.py src/mailman/pipeline/__init__.py sr

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6704: Get rid of mailman.commands entry point.

2009-03-09 Thread noreply
revno: 6704 committer: Barry Warsaw branch nick: setup timestamp: Mon 2009-03-09 23:42:21 -0400 message: Get rid of mailman.commands entry point. modified: setup.py src/mailman/app/commands.py === modified file 'setup.py' --- setu

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1044: Fixed a bug in Utils.canonstr() that would throw a UnicodeDecodeError

2009-03-12 Thread noreply
revno: 1044 committer: Mark Sapiro branch nick: 2.2 timestamp: Thu 2009-03-12 18:14:10 -0700 message: Fixed a bug in Utils.canonstr() that would throw a UnicodeDecodeError if the string contained an HTML entity > 255 and also charact

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1045: Fixed a bug that would show a list on the admin and listinfo overview

2009-03-13 Thread noreply
revno: 1045 committer: Mark Sapiro branch nick: 2.2 timestamp: Fri 2009-03-13 09:24:11 -0700 message: Fixed a bug that would show a list on the admin and listinfo overview pages if its web_page_url host contained the current host as

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1047: Fixed Pending._update() to return a UserDesc instance.

2009-03-14 Thread noreply
revno: 1047 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-03-14 15:13:15 -0700 message: Fixed Pending._update() to return a UserDesc instance. modified: Mailman/Pending.py === modified file 'Mailman/Pending.py' --- Mai

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1046: - Changed some old messages for more current meaning.

2009-03-14 Thread noreply
revno: 1046 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-03-14 15:10:41 -0700 message: - Changed some old messages for more current meaning. - Fixed qfiles update to not lose metadata from 2.1.5+ format entries. -

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1048: Added "If you are a list member" qualification to some messages from the

2009-03-14 Thread noreply
revno: 1048 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-03-14 15:18:51 -0700 message: Added "If you are a list member" qualification to some messages from the options login page. Bug #266442. modified: Mailman/Cg

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1049: Be more Pythonic.

2009-03-14 Thread noreply
revno: 1049 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-03-14 16:45:55 -0700 message: Be more Pythonic. modified: bin/update === modified file 'bin/update' --- bin/update 2009-03-14 22:10:41 + +++ bin/update 20

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1050: UserDesc instance returned by Pending._update() needed more attributes.

2009-03-15 Thread noreply
revno: 1050 committer: Mark Sapiro branch nick: 2.2 timestamp: Sun 2009-03-15 12:42:23 -0700 message: UserDesc instance returned by Pending._update() needed more attributes. modified: Mailman/Pending.py === modified file 'Mailman/Pe

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1051: Ooops. Spaced out :(

2009-03-15 Thread noreply
revno: 1051 committer: Mark Sapiro branch nick: 2.2 timestamp: Sun 2009-03-15 13:12:33 -0700 message: Ooops. Spaced out :( modified: Mailman/Pending.py === modified file 'Mailman/Pending.py' --- Mailman/Pending.py 2009-03-15 19:42:

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6709: typo

2009-03-29 Thread noreply
revno: 6709 committer: Barry Warsaw branch nick: plugins timestamp: Sun 2009-03-29 09:28:06 -0500 message: typo modified: src/mailman/core/chains.py === modified file 'src/mailman/core/chains.py' --- src/mailman/core/chains.py 2009

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6710: Last few conversions to pkg_resources instead of listdir'ing the file system

2009-03-29 Thread noreply
revno: 6710 committer: Barry Warsaw branch nick: plugins timestamp: Sun 2009-03-29 10:14:58 -0500 message: Last few conversions to pkg_resources instead of listdir'ing the file system directly. modified: src/mailman/pipeline/__init

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6708: Move the Action and NewsModeration enums into their own interface files.

2009-03-29 Thread noreply
revno: 6708 committer: Barry Warsaw branch nick: plugins timestamp: Wed 2009-03-25 08:05:27 -0400 message: Move the Action and NewsModeration enums into their own interface files. added: src/mailman/interfaces/action.py src/mailman

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6711: Bye bye plugins module.

2009-03-29 Thread noreply
revno: 6711 committer: Barry Warsaw branch nick: plugins timestamp: Sun 2009-03-29 10:58:22 -0500 message: Bye bye plugins module. removed: src/mailman/core/plugins.py === removed file 'src/mailman/core/plugins.py' --- src/mailman/c

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6712: Add argparse 'cause I think this might end up being cool.

2009-03-29 Thread noreply
revno: 6712 committer: Barry Warsaw branch nick: hacking timestamp: Sun 2009-03-29 15:40:22 -0500 message: Add argparse 'cause I think this might end up being cool. Refactor the finding of components so that it's much easier to fi

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6713: Oops!

2009-03-29 Thread noreply
revno: 6713 committer: Barry Warsaw branch nick: hacking timestamp: Sun 2009-03-29 20:20:57 -0500 message: Oops! modified: src/mailman/__init__.py === modified file 'src/mailman/__init__.py' --- src/mailman/__init__.py 2009-03-2

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1053: Caught a potential TypeError in MimeDel with certain malformed messages.

2009-04-18 Thread noreply
revno: 1053 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-04-18 14:00:43 -0700 message: Caught a potential TypeError in MimeDel with certain malformed messages. modified: Mailman/Handlers/MimeDel.py NEWS === modified

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1052: Added regular_exclude_ignore option to sibling lists to ignore an

2009-04-18 Thread noreply
revno: 1052 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-04-18 13:02:57 -0700 message: Added regular_exclude_ignore option to sibling lists to ignore an excluded list if the poster isn't a member of the excluded list.

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1054: Scrubbed HTML attachments containing tab characters would get the tabs

2009-04-19 Thread noreply
revno: 1054 committer: Mark Sapiro branch nick: 2.2 timestamp: Sun 2009-04-19 15:23:55 -0700 message: Scrubbed HTML attachments containing tab characters would get the tabs replaced by a string of ' ' without a semicolon. Fixed. mod

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6715: Checkpointing restful annotations.

2009-05-10 Thread noreply
revno: 6715 committer: Barry Warsaw branch nick: restful timestamp: Wed 2009-04-01 16:22:40 -0500 message: Checkpointing restful annotations. renamed: src/mailman/docs/version.txt => src/mailman/docs/system.txt modified: buildout.c

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6714: Hook in lazr.restful (which isn't in the Cheeseshop yet).

2009-05-10 Thread noreply
revno: 6714 committer: Barry Warsaw branch nick: restful timestamp: Wed 2009-04-01 15:14:24 -0500 message: Hook in lazr.restful (which isn't in the Cheeseshop yet). Add infrastructure that the first REST interface will use, i.e. p

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6716: Checkpointing more REST stuff

2009-05-10 Thread noreply
revno: 6716 committer: Barry Warsaw branch nick: restful timestamp: Wed 2009-04-01 19:02:49 -0500 message: Checkpointing more REST stuff added: src/mailman/interfaces/rest.py src/mailman/rest/ src/mailman/rest/__init__.py src/m

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6717: Checking pointing all the ZCA and restful wiring that I really don't

2009-05-10 Thread noreply
revno: 6717 committer: Barry Warsaw branch nick: restful timestamp: Thu 2009-04-02 15:19:00 -0500 message: Checking pointing all the ZCA and restful wiring that I really don't understand. Cargo culting FTW. added: src/mailman/rest

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6718: More checkpointing.

2009-05-10 Thread noreply
revno: 6718 committer: Barry Warsaw branch nick: restful timestamp: Thu 2009-04-02 15:44:25 -0500 message: More checkpointing. modified: src/mailman/rest/configuration.py src/mailman/rest/configure.zcml src/mailman/rest/initializ

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6719: Make things import.

2009-05-10 Thread noreply
revno: 6719 committer: Barry Warsaw branch nick: restful timestamp: Thu 2009-04-02 18:43:19 -0500 message: Make things import. modified: src/mailman/rest/publication.py src/mailman/rest/root.py === modified file 'src/mailman/rest/

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6720: Moving closer now.

2009-05-10 Thread noreply
revno: 6720 committer: Barry Warsaw branch nick: restful timestamp: Sat 2009-05-02 18:07:38 -0400 message: Moving closer now. * Use the source version of lazr.restful until it's cheeseshopped. * IHasGet -> IResolvePathNames *

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6721: The very basics of a working REST server. Only works for localhost:8001/sys

2009-05-10 Thread noreply
revno: 6721 committer: Barry Warsaw branch nick: restful timestamp: Sun 2009-05-03 15:35:29 -0400 message: The very basics of a working REST server. Only works for localhost:8001/sys added: src/mailman/queue/rest.py modified: src/

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6722: A working test of the REST server. http://localhost:8001/3.0/sys returns

2009-05-10 Thread noreply
revno: 6722 committer: Barry Warsaw branch nick: restful timestamp: Mon 2009-05-04 11:05:51 -0400 message: A working test of the REST server. http://localhost:8001/3.0/sys returns useful information. It's GET only atm. added: src

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6723: /sys -> /system

2009-05-10 Thread noreply
revno: 6723 committer: Barry Warsaw branch nick: restful timestamp: Mon 2009-05-04 11:33:10 -0400 message: /sys -> /system modified: src/mailman/rest/docs/basic.txt src/mailman/rest/testing/server.py src/mailman/rest/urls.py sr

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6724: We can use the cheeseshop version of lazr.restful now.

2009-05-10 Thread noreply
revno: 6724 committer: Barry Warsaw branch nick: rest timestamp: Tue 2009-05-05 11:54:59 -0400 message: We can use the cheeseshop version of lazr.restful now. modified: buildout.cfg === modified file 'buildout.cfg' --- buildout.cfg

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6725: Several RESTful updates.

2009-05-10 Thread noreply
revno: 6725 committer: Barry Warsaw branch nick: rest timestamp: Wed 2009-05-06 22:07:35 -0400 message: Several RESTful updates. * Fix a typo in the runner * Add support for 404 Not Found exceptions * Suppress sha module depre

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6726: More tests for the REST server, this time, for the queue runner.

2009-05-10 Thread noreply
revno: 6726 committer: Barry Warsaw branch nick: rest timestamp: Sun 2009-05-10 16:13:02 -0400 message: More tests for the REST server, this time, for the queue runner. Add logging to the RESTRunner. Also, use pkg_resources.r

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6727: Linux signal management appears to work differently than OS X. Introduce a

2009-05-11 Thread noreply
revno: 6727 committer: Barry Warsaw branch nick: 3.0 timestamp: Mon 2009-05-11 22:08:07 -0400 message: Linux signal management appears to work differently than OS X. Introduce a runner flag to indicate whether the qrunner parent pro

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6728: A little bit of cleanup.

2009-05-11 Thread noreply
revno: 6728 committer: Barry Warsaw branch nick: 3.0 timestamp: Mon 2009-05-11 23:00:30 -0400 message: A little bit of cleanup. modified: src/mailman/rest/testing/server.py src/mailman/rest/urls.py === modified file 'src/mailman/r

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6730: Back out that last change in override order between the environment variable

2009-05-16 Thread noreply
revno: 6730 committer: Barry Warsaw branch nick: 3.0 timestamp: Fri 2009-05-15 18:40:41 -0400 message: Back out that last change in override order between the environment variable and -C. modified: src/mailman/options.py === modif

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6729: Add initialization pre- and post- hooks, configurable in the config file.

2009-05-16 Thread noreply
revno: 6729 committer: Barry Warsaw branch nick: 3.0 timestamp: Fri 2009-05-15 18:37:29 -0400 message: Add initialization pre- and post- hooks, configurable in the config file. This lets you run a bit of Python at various stages of t

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6731: rsplit -> rpartition

2009-05-16 Thread noreply
revno: 6731 committer: Barry Warsaw branch nick: 3.0 timestamp: Fri 2009-05-15 18:57:40 -0400 message: rsplit -> rpartition modified: src/mailman/app/lifecycle.py src/mailman/bin/genaliases.py src/mailman/bin/master.py src/mail

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6732: Refactor __import__'s into a separate utility module.

2009-05-16 Thread noreply
revno: 6732 committer: Barry Warsaw branch nick: 3.0 timestamp: Sat 2009-05-16 11:08:46 -0400 message: Refactor __import__'s into a separate utility module. added: src/mailman/utilities/modules.py modified: src/mailman/app/lifecycl

[Mailman-checkins] [Branch ~mailman-administrivia/mailman-administrivia/admin] Rev 45: Updates

2009-05-18 Thread noreply
revno: 45 committer: Barry Warsaw branch nick: admin timestamp: Mon 2009-05-18 10:44:55 -0400 message: Updates modified: www/Makefile www/index.ht === modified file 'www/Makefile' --- www/Makefile2008-06-17 16:25:25 +

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6733: Get rid of some useless stuff.

2009-05-25 Thread noreply
revno: 6733 committer: Barry Warsaw branch nick: 3.0 timestamp: Mon 2009-05-25 22:27:05 +0200 message: Get rid of some useless stuff. modified: src/mailman/rest/configuration.py src/mailman/rest/publication.py === modified file 's

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6734: Allow for setting the doctest layer in the doctest package's __init__. If not

2009-05-28 Thread noreply
revno: 6734 committer: Barry Warsaw branch nick: 3.0 timestamp: Wed 2009-05-27 17:44:10 +0200 message: Allow for setting the doctest layer in the doctest package's __init__. If not given, then SMTPLayer is used by default. added:

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6735: When cleaning up the artifacts of a list being deleted, be more careful for

2009-05-28 Thread noreply
revno: 6735 committer: Barry Warsaw branch nick: 3.0 timestamp: Wed 2009-05-27 17:47:21 -0400 message: When cleaning up the artifacts of a list being deleted, be more careful for artifacts that don't exist. In that case, just skimp

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6736: typo

2009-05-28 Thread noreply
revno: 6736 committer: Barry Warsaw branch nick: 3.0 timestamp: Wed 2009-05-27 17:56:01 -0400 message: typo modified: src/mailman/rest/docs/basic.txt === modified file 'src/mailman/rest/docs/basic.txt' --- src/mailman/rest/docs/basi

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6737: More REST server updates.

2009-06-29 Thread noreply
revno: 6737 committer: Barry Warsaw branch nick: 3.0 timestamp: Mon 2009-06-29 21:30:04 -0400 message: More REST server updates. * Get rid of in-Python adapter registration in favor of ZCML. Eventually, I'd like to get rid of

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6738: Set testing threads as daemon so they won't hang.

2009-06-29 Thread noreply
revno: 6738 committer: Barry Warsaw branch nick: 3.0 timestamp: Mon 2009-06-29 21:46:20 -0400 message: Set testing threads as daemon so they won't hang. Fix system absolute url. modified: src/mailman/rest/testing/server.py src/ma

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6739: Add an adapter for IDomain to IAbsoluteURL and add some zope.security onions

2009-06-29 Thread noreply
revno: 6739 committer: Barry Warsaw branch nick: 3.0 timestamp: Mon 2009-06-29 23:15:11 -0400 message: Add an adapter for IDomain to IAbsoluteURL and add some zope.security onions to the varnish. modified: src/mailman/rest/configur

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6740: Implement returning multiple domains, a single specific domain, and raising a

2009-06-29 Thread noreply
revno: 6740 committer: Barry Warsaw branch nick: 3.0 timestamp: Mon 2009-06-29 23:31:51 -0400 message: Implement returning multiple domains, a single specific domain, and raising a 404 if the named domain is missing. modified: src/

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6741: Integrate pylint and Sphinx documentation buildout targets.

2009-06-30 Thread noreply
revno: 6741 committer: Barry Warsaw branch nick: 3.0 timestamp: Tue 2009-06-30 06:14:49 -0400 message: Integrate pylint and Sphinx documentation buildout targets. * bin/lint.sh runs the linter (be very afraid) * bin/docs runs Sp

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6742: Many pylint cleanups.

2009-06-30 Thread noreply
revno: 6742 committer: Barry Warsaw branch nick: 3.0 timestamp: Tue 2009-06-30 23:14:26 -0400 message: Many pylint cleanups. modified: pylint.rc src/mailman/Utils.py src/mailman/app/bounces.py src/mailman/app/commands.py src/

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6743: Basic Sphinx documentation generation.

2009-06-30 Thread noreply
revno: 6743 committer: Barry Warsaw branch nick: 3.0 timestamp: Tue 2009-06-30 23:51:45 -0400 message: Basic Sphinx documentation generation. added: src/mailman/archiving/docs/ renamed: src/mailman/archiving/common.txt => src/mailm

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6744: Remove some unused stuff and pick some lint.

2009-07-01 Thread noreply
revno: 6744 committer: Barry Warsaw branch nick: 3.0 timestamp: Wed 2009-07-01 18:04:04 -0400 message: Remove some unused stuff and pick some lint. removed: src/mailman/rest/root.py modified: src/mailman/rest/configuration.py ===

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6745: More lint picking.

2009-07-04 Thread noreply
revno: 6745 committer: Barry Warsaw branch nick: 3.0 timestamp: Sat 2009-07-04 12:47:24 -0400 message: More lint picking. Fix a documentation link. modified: .buildout/bin/lint.sh.in pylint.rc src/mailman/app/moderator.py src

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6746: Pick some lint

2009-07-16 Thread noreply
revno: 6746 committer: Barry Warsaw branch nick: 3.0 timestamp: Fri 2009-07-10 20:00:44 -0400 message: Pick some lint modified: src/mailman/bin/master.py src/mailman/bin/qrunner.py src/mailman/bin/version.py === modified file 's

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6747: Clean a few more lints.

2009-07-16 Thread noreply
revno: 6747 committer: Barry Warsaw branch nick: 3.0 timestamp: Fri 2009-07-10 21:55:26 -0400 message: Clean a few more lints. Add get_mailing_lists() which is used just for the web interface. Because of a bug in lazr.restful,

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6748: Wow. Put domains into the database.

2009-07-16 Thread noreply
revno: 6748 committer: Barry Warsaw branch nick: 3.0 timestamp: Thu 2009-07-16 22:36:06 -0400 message: Wow. Put domains into the database. Add an IDomainManager and a global domain manager which can be gotten by adapting the gl

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6749: De-u-literal-ify our doctests.

2009-07-18 Thread noreply
revno: 6749 committer: Barry Warsaw branch nick: 3.0 timestamp: Fri 2009-07-17 01:16:27 -0400 message: De-u-literal-ify our doctests. modified: src/mailman/archiving/docs/common.txt src/mailman/commands/docs/echo.txt src/mailman/

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6751: Our first writable REST API! You can now create new domains through the

2009-07-21 Thread noreply
revno: 6751 committer: Barry Warsaw branch nick: 3.0 timestamp: Mon 2009-07-20 23:13:59 -0400 message: Our first writable REST API! You can now create new domains through the webserver. Fix the https/http urls. Add the ada

[Mailman-checkins] [Branch ~mailman-coders/mailman/3.0] Rev 6752: Expose 'transaction' as an alias for config.db in the doctest globs. This

2009-07-21 Thread noreply
revno: 6752 committer: Barry Warsaw branch nick: 3.0 timestamp: Tue 2009-07-21 07:07:58 -0400 message: Expose 'transaction' as an alias for config.db in the doctest globs. This means commit() is now transaction.commit() in doctests.

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1180: Updated contrib/mmdsr to report preserved messages.

2009-07-31 Thread noreply
revno: 1180 committer: Mark Sapiro branch nick: 2.1 timestamp: Fri 2009-07-31 12:59:38 -0700 message: Updated contrib/mmdsr to report preserved messages. modified: NEWS contrib/mmdsr -- lp:mailman/2.1 https://code.launchpad.net/~

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1181: Added recognition for more bounces.

2009-07-31 Thread noreply
revno: 1181 committer: Mark Sapiro branch nick: 2.1 timestamp: Fri 2009-07-31 13:27:06 -0700 message: Added recognition for more bounces. added: Mailman/Bouncers/AOL.py tests/bounces/aol_01.txt tests/bounces/simple_37.txt modifie

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1182: Backported several bug fixes from the 2.2 branch.

2009-07-31 Thread noreply
revno: 1182 committer: Mark Sapiro branch nick: 2.1 timestamp: Fri 2009-07-31 15:37:29 -0700 message: Backported several bug fixes from the 2.2 branch. modified: Mailman/Cgi/admin.py Mailman/Cgi/listinfo.py Mailman/Handlers/MimeD

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1055: Updated contrib/mmdsr to report preserved messages.

2009-07-31 Thread noreply
revno: 1055 committer: Mark Sapiro branch nick: 2.2 timestamp: Fri 2009-07-31 13:07:09 -0700 message: Updated contrib/mmdsr to report preserved messages. modified: NEWS contrib/mmdsr -- lp:mailman/2.2 https://code.launchpad.net/~

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1056: Added recognition for more bounces.

2009-07-31 Thread noreply
revno: 1056 committer: Mark Sapiro branch nick: 2.2 timestamp: Fri 2009-07-31 13:14:43 -0700 message: Added recognition for more bounces. added: Mailman/Bouncers/AOL.py tests/bounces/aol_01.txt tests/bounces/simple_37.txt modifie

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1057: - bin/update, Reversed substitution of @PYTHON@

2009-07-31 Thread noreply
revno: 1057 committer: Mark Sapiro branch nick: 2.2 timestamp: Fri 2009-07-31 15:29:47 -0700 message: - bin/update, Reversed substitution of @PYTHON@ - NEWS, rearranged for backport of some patches to 2.1 branch. modified: NEWS

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1058: Added a password reminder button to the private archive login page.

2009-07-31 Thread noreply
revno: 1058 committer: Mark Sapiro branch nick: 2.2 timestamp: Fri 2009-07-31 15:33:01 -0700 message: Added a password reminder button to the private archive login page. modified: Mailman/Cgi/private.py NEWS templates/en/private.

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1059: Another Python 2.6 compatibility change.

2009-07-31 Thread noreply
revno: 1059 committer: Mark Sapiro branch nick: 2.2 timestamp: Fri 2009-07-31 17:41:57 -0700 message: Another Python 2.6 compatibility change. modified: Mailman/ListAdmin.py -- lp:mailman/2.2 https://code.launchpad.net/~mailman-cod

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1183: Another Python 2.6 compatibility change.

2009-07-31 Thread noreply
revno: 1183 committer: Mark Sapiro branch nick: 2.1 timestamp: Fri 2009-07-31 17:40:36 -0700 message: Another Python 2.6 compatibility change. modified: Mailman/ListAdmin.py -- lp:mailman/2.1 https://code.launchpad.net/~mailman-cod

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1061: Added some notes to the distributed mm_cfg.py

2009-08-01 Thread noreply
revno: 1061 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-08-01 11:56:15 -0700 message: Added some notes to the distributed mm_cfg.py modified: Mailman/mm_cfg.py.dist.in -- lp:mailman/2.2 https://code.launchpad.net/~m

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1060: Rev 1017 (984.1.157) wasn't completely correct.

2009-08-01 Thread noreply
revno: 1060 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-08-01 10:50:42 -0700 message: Rev 1017 (984.1.157) wasn't completely correct. modified: misc/Makefile.in -- lp:mailman/2.2 https://code.launchpad.net/~mailman-

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1062: Fixed a bug that could cause incorrect threading of replies to archived

2009-08-01 Thread noreply
revno: 1062 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-08-01 12:07:24 -0700 message: Fixed a bug that could cause incorrect threading of replies to archived messages that arrive with timestamps in the same second. mo

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1063: Removed or anonymized additional headers in posts to anonymous lists.

2009-08-01 Thread noreply
revno: 1063 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-08-01 12:16:45 -0700 message: Removed or anonymized additional headers in posts to anonymous lists. modified: Mailman/Handlers/Cleanse.py NEWS -- lp:mailman/

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1064: XSS protection in the web interface went too far in escaping HTML

2009-08-01 Thread noreply
revno: 1064 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-08-01 12:25:41 -0700 message: XSS protection in the web interface went too far in escaping HTML entities. Fixed. modified: Mailman/Utils.py NEWS -- lp:mai

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1184: Rev 1141 wasn't completely correct.

2009-08-01 Thread noreply
revno: 1184 committer: Mark Sapiro branch nick: 2.1 timestamp: Sat 2009-08-01 10:46:50 -0700 message: Rev 1141 wasn't completely correct. modified: misc/Makefile.in -- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailm

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1185: Added some notes to the distributed mm_cfg.py.

2009-08-01 Thread noreply
revno: 1185 committer: Mark Sapiro branch nick: 2.1 timestamp: Sat 2009-08-01 11:54:34 -0700 message: Added some notes to the distributed mm_cfg.py. modified: Mailman/mm_cfg.py.dist.in -- lp:mailman/2.1 https://code.launchpad.net/~

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1186: Fixed a bug that could cause incorrect threading of replies to archived

2009-08-01 Thread noreply
revno: 1186 committer: Mark Sapiro branch nick: 2.1 timestamp: Sat 2009-08-01 12:01:28 -0700 message: Fixed a bug that could cause incorrect threading of replies to archived messages that arrive with timestamps in the same second. mo

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1187: Removed or anonymized additional headers in posts to anonymous lists.

2009-08-01 Thread noreply
revno: 1187 committer: Mark Sapiro branch nick: 2.1 timestamp: Sat 2009-08-01 12:14:32 -0700 message: Removed or anonymized additional headers in posts to anonymous lists. modified: Mailman/Handlers/Cleanse.py NEWS -- lp:mailman/

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1188: XSS protection in the web interface went too far in escaping HTML

2009-08-01 Thread noreply
revno: 1188 committer: Mark Sapiro branch nick: 2.1 timestamp: Sat 2009-08-01 12:22:34 -0700 message: XSS protection in the web interface went too far in escaping HTML entities. Fixed. modified: Mailman/Utils.py NEWS -- lp:mai

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1189: Mailman no longer folds long sub-part headers in multipart messages.

2009-08-01 Thread noreply
revno: 1189 committer: Mark Sapiro branch nick: 2.1 timestamp: Sat 2009-08-01 16:15:35 -0700 message: Mailman no longer folds long sub-part headers in multipart messages. In addition, Mailman no longer escapes From_ lines in the body

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1190: Updated BUGS document

2009-08-01 Thread noreply
revno: 1190 committer: Mark Sapiro branch nick: 2.1 timestamp: Sat 2009-08-01 16:23:53 -0700 message: Updated BUGS document modified: BUGS -- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1065: Mailman no longer folds long sub-part headers in multipart messages.

2009-08-01 Thread noreply
revno: 1065 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-08-01 16:12:35 -0700 message: Mailman no longer folds long sub-part headers in multipart messages. In addition, Mailman no longer escapes From_ lines in the body

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1066: Updated BUGS document

2009-08-01 Thread noreply
revno: 1066 committer: Mark Sapiro branch nick: 2.2 timestamp: Sat 2009-08-01 16:24:54 -0700 message: Updated BUGS document modified: BUGS -- lp:mailman/2.2 https://code.launchpad.net/~mailman-coders/mailman/2.2 Your team Mailman

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1067: Replies to commands sent to list-request now come From: list-owner

2009-08-05 Thread noreply
revno: 1067 committer: Mark Sapiro branch nick: 2.2 timestamp: Wed 2009-08-05 11:56:03 -0700 message: Replies to commands sent to list-request now come From: list-owner instead of list-bounces. modified: Mailman/Queue/CommandRunner

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.2] Rev 1068: Use the actual host name for validation of the list posting address.

2009-08-05 Thread noreply
revno: 1068 committer: Mark Sapiro branch nick: 2.2 timestamp: Wed 2009-08-05 12:23:21 -0700 message: Use the actual host name for validation of the list posting address. modified: bin/newlist -- lp:mailman/2.2 https://code.launchp

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1191: Replies to commands sent to list-request now come From: list-owner

2009-08-05 Thread noreply
revno: 1191 committer: Mark Sapiro branch nick: 2.1 timestamp: Wed 2009-08-05 11:53:15 -0700 message: Replies to commands sent to list-request now come From: list-owner instead of list-bounces. modified: Mailman/Queue/CommandRunner

[Mailman-checkins] [Branch ~mailman-coders/mailman/2.1] Rev 1192: Use the actual host name for validation of the list posting address.

2009-08-05 Thread noreply
revno: 1192 committer: Mark Sapiro branch nick: 2.1 timestamp: Wed 2009-08-05 12:24:44 -0700 message: Use the actual host name for validation of the list posting address. modified: bin/newlist -- lp:mailman/2.1 https://code.launchp

<    1   2   3   4   5   6   7   8   9   10   >