[Zope-Checkins] SVN: Zope/trunk/ Modifications to MailHost send method to fix bugs, specify charset encodings, and permit unicode.

2009-10-01 Thread Alec Mitchell
Log message for revision 102757: Modifications to MailHost send method to fix bugs, specify charset encodings, and permit unicode. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/MailHost/MailHost.py U Zope/trunk/src/Products/MailHost/README.txt U

[Zope-Checkins] SVN: Zope/trunk/src/Products/MailHost/MailHost.py Use a public method of the email module for generating address lists.

2009-08-15 Thread Alec Mitchell
Log message for revision 102819: Use a public method of the email module for generating address lists. Changed: U Zope/trunk/src/Products/MailHost/MailHost.py -=- Modified: Zope/trunk/src/Products/MailHost/MailHost.py ===

[Zope-Checkins] SVN: Zope/trunk/src/Products/MailHost/MailHost.py Be a little more tolerant of encoded headers when no charset is passed or inferrable.

2009-08-13 Thread Alec Mitchell
Log message for revision 102758: Be a little more tolerant of encoded headers when no charset is passed or inferrable. Changed: U Zope/trunk/src/Products/MailHost/MailHost.py -=- Modified: Zope/trunk/src/Products/MailHost/MailHost.py

[Zope-Checkins] SVN: Products.Five/branches/1.5/ Merge security fix from 1.4 branch r71418:71419

2006-12-06 Thread Alec Mitchell
Log message for revision 71459: Merge security fix from 1.4 branch r71418:71419 Changed: U Products.Five/branches/1.5/CHANGES.txt U Products.Five/branches/1.5/browser/metaconfigure.py U Products.Five/branches/1.5/browser/tests/defaultview.zcml U

[Zope-Checkins] SVN: Products.Five/branches/1.2/ Merge security fix from 1.4 branch r71418:71419

2006-12-06 Thread Alec Mitchell
Log message for revision 71473: Merge security fix from 1.4 branch r71418:71419 Changed: U Products.Five/branches/1.2/CHANGES.txt U Products.Five/branches/1.2/browser/metaconfigure.py U Products.Five/branches/1.2/browser/tests/defaultview.zcml U

[Zope-Checkins] SVN: Products.Five/trunk/component/ Made the __call__ method of ViewMixinForAttributes have the same signature as the original attribute. This aids some pathological request parameter

2006-10-28 Thread Alec Mitchell
Log message for revision 70949: Made the __call__ method of ViewMixinForAttributes have the same signature as the original attribute. This aids some pathological request parameter marshalling. Thanks to Balazs Ree for the patch. Changed: A Products.Five/trunk/component/makesite.txt

[Zope-Checkins] SVN: Zope/branches/2.9/ Call setDefaultSkin on new requests created as the result of ConflictError retries. This allows view lookups to continue to work during retry attempts.

2006-09-19 Thread Alec Mitchell
Log message for revision 70238: Call setDefaultSkin on new requests created as the result of ConflictError retries. This allows view lookups to continue to work during retry attempts. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/ZPublisher/Publish.py

[Zope-Checkins] SVN: Zope/branches/2.10/ Port ZPublisher fix from 2.9 branch r70237:70238

2006-09-19 Thread Alec Mitchell
Log message for revision 70239: Port ZPublisher fix from 2.9 branch r70237:70238 Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/ZPublisher/Publish.py U Zope/branches/2.10/lib/python/ZPublisher/tests/testPublish.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/ Port ZPublisher fix from 2.9 branch r70237:70238

2006-09-19 Thread Alec Mitchell
Log message for revision 70241: Port ZPublisher fix from 2.9 branch r70237:70238 Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/ZPublisher/Publish.py U Zope/trunk/lib/python/ZPublisher/tests/testPublish.py -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Products.Five/trunk/ Made the __call__ method of ViewMixinForAttributes have the same signature as the original attribute. This aids some pathological request parameter marshallin

2006-08-29 Thread Alec Mitchell
Log message for revision 69839: Made the __call__ method of ViewMixinForAttributes have the same signature as the original attribute. This aids some pathological request parameter marshalling. Thanks to Balazs Ree for the patch. Changed: U Products.Five/trunk/CHANGES.txt U

[Zope-Checkins] SVN: Products.Five/branches/1.4/ Backporting ree's fix to 1.4 branch

2006-08-29 Thread Alec Mitchell
Log message for revision 69840: Backporting ree's fix to 1.4 branch Changed: U Products.Five/branches/1.4/CHANGES.txt U Products.Five/branches/1.4/browser/metaconfigure.py U Products.Five/branches/1.4/browser/tests/test_defaultview.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/trunk/browser/tests/classes.py Oops

2006-08-29 Thread Alec Mitchell
Log message for revision 69841: Oops Changed: A Products.Five/trunk/browser/tests/classes.py -=- Added: Products.Five/trunk/browser/tests/classes.py === --- Products.Five/trunk/browser/tests/classes.py2006-08-29

[Zope-Checkins] SVN: Products.Five/branches/1.4/browser/tests/classes.py backporting the test classes too :-)

2006-08-29 Thread Alec Mitchell
Log message for revision 69842: backporting the test classes too :-) Changed: A Products.Five/branches/1.4/browser/tests/classes.py -=- Added: Products.Five/branches/1.4/browser/tests/classes.py === ---

[Zope-Checkins] SVN: Products.Five/branches/1.3/ Backporting ree's fix to 1.3 branch

2006-08-29 Thread Alec Mitchell
Log message for revision 69843: Backporting ree's fix to 1.3 branch Changed: U Products.Five/branches/1.3/CHANGES.txt U Products.Five/branches/1.3/browser/metaconfigure.py A Products.Five/branches/1.3/browser/tests/classes.py U

[Zope-Checkins] SVN: Products.Five/branches/1.2/ Needlessly backporting ree's fix to 1.2 branch even

2006-08-29 Thread Alec Mitchell
Log message for revision 69844: Needlessly backporting ree's fix to 1.2 branch even Changed: U Products.Five/branches/1.2/CHANGES.txt U Products.Five/branches/1.2/browser/metaconfigure.py A Products.Five/branches/1.2/browser/tests/classes.py U

[Zope-Checkins] SVN: Products.Five/branches/1.4/skel/site.zcml Include overrides for non-Products

2006-08-23 Thread Alec Mitchell
Log message for revision 69744: Include overrides for non-Products Changed: U Products.Five/branches/1.4/skel/site.zcml -=- Modified: Products.Five/branches/1.4/skel/site.zcml === ---

[Zope-Checkins] SVN: Products.Five/branches/1.3/ Merge 1.4 branch r69327:69328 into 1.3

2006-08-01 Thread Alec Mitchell
Log message for revision 69329: Merge 1.4 branch r69327:69328 into 1.3 Changed: U Products.Five/branches/1.3/CHANGES.txt U Products.Five/branches/1.3/browser/tests/test_traversable.py U Products.Five/branches/1.3/traversable.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/1.2/ Merge 1.4 branch r69327:69328 into 1.2

2006-08-01 Thread Alec Mitchell
Log message for revision 69330: Merge 1.4 branch r69327:69328 into 1.2 Changed: U Products.Five/branches/1.2/CHANGES.txt U Products.Five/branches/1.2/browser/tests/test_traversable.py U Products.Five/branches/1.2/traversable.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/ Fix bug in WebDAV/HEAD requests caused by traversal order change

2006-08-01 Thread Alec Mitchell
Log message for revision 69331: Fix bug in WebDAV/HEAD requests caused by traversal order change Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/OFS/Traversable.py U Zope/branches/2.10/lib/python/OFS/tests/testTraverse.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ Merge the fix in r69331 from 2.10 branch (WebDAV/HEAD request acquisition issue)

2006-08-01 Thread Alec Mitchell
Log message for revision 69332: Merge the fix in r69331 from 2.10 branch (WebDAV/HEAD request acquisition issue) Changed: U Zope/trunk/lib/python/OFS/Traversable.py U Zope/trunk/lib/python/OFS/tests/testTraverse.py -=- Modified: Zope/trunk/lib/python/OFS/Traversable.py

[Zope-Checkins] SVN: Products.Five/branches/1.4/ Backported the traversal order changes from zope 2.10

2006-07-13 Thread Alec Mitchell
Log message for revision 69121: Backported the traversal order changes from zope 2.10 Changed: U Products.Five/branches/1.4/CHANGES.txt U Products.Five/branches/1.4/browser/tests/test_traversable.py U Products.Five/branches/1.4/traversable.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/1.3/ Backported Zope 2.10 change in traversal order

2006-07-13 Thread Alec Mitchell
Log message for revision 69122: Backported Zope 2.10 change in traversal order Changed: U Products.Five/branches/1.3/CHANGES.txt U Products.Five/branches/1.3/browser/tests/test_traversable.py U Products.Five/branches/1.3/traversable.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/1.2/ Backported Zope 2.10 traversal order changes.

2006-07-13 Thread Alec Mitchell
Log message for revision 69123: Backported Zope 2.10 traversal order changes. Changed: U Products.Five/branches/1.2/CHANGES.txt U Products.Five/branches/1.2/browser/tests/test_traversable.py U Products.Five/branches/1.2/traversable.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/1.2/CHANGES.txt Oops, bad confilct resolution.

2006-07-13 Thread Alec Mitchell
Log message for revision 69124: Oops, bad confilct resolution. Changed: U Products.Five/branches/1.2/CHANGES.txt -=- Modified: Products.Five/branches/1.2/CHANGES.txt === --- Products.Five/branches/1.2/CHANGES.txt

[Zope-Checkins] SVN: Products.Five/branches/1.4/ * Enabled the viewlet related directives by default.

2006-06-21 Thread Alec Mitchell
Log message for revision 68635: * Enabled the viewlet related directives by default. * Added acquisition wrappers to viewlets before updating or rendering. * Made the provider directive acquisition wrap the resultant content provider so that simple providers that need security

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py Use custom Provider expression from Five instead of the Zope 3 one which doesn't do acquisition wrapping.

2006-06-21 Thread Alec Mitchell
Log message for revision 68672: Use custom Provider expression from Five instead of the Zope 3 one which doesn't do acquisition wrapping. Changed: U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py -=- Modified: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py

[Zope-Checkins] SVN: Products.Five/trunk/ * Enabled the viewlet related directives by default.

2006-06-21 Thread Alec Mitchell
Log message for revision 68671: * Enabled the viewlet related directives by default. * Added acquisition wrappers to viewlets before updating or rendering. * Moved the custom 'provider:' tales expression back into Five. Made the provider directive acquisition wrap the resultant

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/ Backport provider expression fix (-r68672) from trunk.

2006-06-21 Thread Alec Mitchell
Log message for revision 68757: Backport provider expression fix (-r68672) from trunk. Changed: _U Zope/branches/2.10/lib/python/Products/ U Zope/branches/2.10/lib/python/Products/PageTemplates/Expressions.py -=- Property changes on: Zope/branches/2.10/lib/python/Products

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PageTemplates/Expressions.py We have multiple versions of restrictedTraverse which need to be patched, sadly.

2006-05-09 Thread Alec Mitchell
Log message for revision 68070: We have multiple versions of restrictedTraverse which need to be patched, sadly. Changed: U Zope/branches/2.9/lib/python/Products/PageTemplates/Expressions.py -=- Modified: Zope/branches/2.9/lib/python/Products/PageTemplates/Expressions.py

[Zope-Checkins] SVN: Products.Five/trunk/ Some cleanup of viewlet stuff.

2006-05-02 Thread Alec Mitchell
Log message for revision 67842: Some cleanup of viewlet stuff. Changed: U Products.Five/trunk/browser/TrustedExpression.py U Products.Five/trunk/viewlet/metaconfigure.py U Products.Five/trunk/viewlet/tests.py -=- Modified: Products.Five/trunk/browser/TrustedExpression.py

[Zope-Checkins] SVN: Products.Five/trunk/form/ Some fixes for add/edit forms to ensure that events are fired as expected.

2006-05-02 Thread Alec Mitchell
Log message for revision 67845: Some fixes for add/edit forms to ensure that events are fired as expected. Changed: U Products.Five/trunk/form/__init__.py U Products.Five/trunk/form/tests/configure.zcml U Products.Five/trunk/form/tests/forms.txt U

[Zope-Checkins] SVN: Products.Five/branches/1.3/ Form fixes for 1.3

2006-05-02 Thread Alec Mitchell
Log message for revision 67851: Form fixes for 1.3 Changed: U Products.Five/branches/1.3/CHANGES.txt U Products.Five/branches/1.3/form/__init__.py U Products.Five/branches/1.3/form/tests/configure.zcml U Products.Five/branches/1.3/form/tests/forms.txt U

[Zope-Checkins] SVN: Products.Five/branches/1.2/ Port form fixes to 1.2

2006-05-02 Thread Alec Mitchell
Log message for revision 67856: Port form fixes to 1.2 Changed: U Products.Five/branches/1.2/CHANGES.txt U Products.Five/branches/1.2/browser/pagetemplatefile.py U Products.Five/branches/1.2/form/__init__.py U Products.Five/branches/1.2/form/tests/configure.zcml U

[Zope-Checkins] SVN: Products.Five/branches/1.2/CHANGES.txt Fix incorrect CHANGES.txt update

2006-05-02 Thread Alec Mitchell
Log message for revision 67857: Fix incorrect CHANGES.txt update Changed: U Products.Five/branches/1.2/CHANGES.txt -=- Modified: Products.Five/branches/1.2/CHANGES.txt === --- Products.Five/branches/1.2/CHANGES.txt

[Zope-Checkins] SVN: Products.Five/branches/1.3/ Fix CHANGES.TXT and add fix for pagetemplatefile needed for working forms

2006-05-02 Thread Alec Mitchell
Log message for revision 67858: Fix CHANGES.TXT and add fix for pagetemplatefile needed for working forms Changed: U Products.Five/branches/1.3/CHANGES.txt U Products.Five/branches/1.3/browser/pagetemplatefile.py -=- Modified: Products.Five/branches/1.3/CHANGES.txt

[Zope-Checkins] SVN: Products.Five/branches/1.4/CHANGES.txt The changes come via the 1.2.4 release, so we'll let them get merged in that way.

2006-05-02 Thread Alec Mitchell
Log message for revision 67860: The changes come via the 1.2.4 release, so we'll let them get merged in that way. Changed: U Products.Five/branches/1.4/CHANGES.txt -=- Modified: Products.Five/branches/1.4/CHANGES.txt ===

[Zope-Checkins] SVN: Products.Five/trunk/ Merging alecm-viewlet-support -r67779:67780 to add supports for viewlets on trunk.

2006-05-01 Thread Alec Mitchell
Log message for revision 67811: Merging alecm-viewlet-support -r67779:67780 to add supports for viewlets on trunk. Changed: U Products.Five/trunk/README.txt A Products.Five/trunk/browser/ProviderExpression.py U Products.Five/trunk/browser/TrustedExpression.py U

[Zope-Checkins] SVN: Products.Five/trunk/CHANGES.txt Updated CHANGES

2006-05-01 Thread Alec Mitchell
Log message for revision 67812: Updated CHANGES Changed: U Products.Five/trunk/CHANGES.txt -=- Modified: Products.Five/trunk/CHANGES.txt === --- Products.Five/trunk/CHANGES.txt 2006-05-01 22:05:06 UTC (rev 67811) +++

[Zope-Checkins] SVN: Products.Five/branches/alecm-viewlet-support/ Removing merged branch

2006-05-01 Thread Alec Mitchell
Log message for revision 67813: Removing merged branch Changed: D Products.Five/branches/alecm-viewlet-support/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/2.9/ Collector #2072: Applied patch to fix problem with overly restrictive __bobo_traverse__ security and tests.

2006-04-20 Thread Alec Mitchell
Log message for revision 67194: Collector #2072: Applied patch to fix problem with overly restrictive __bobo_traverse__ security and tests. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/OFS/Traversable.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ Merge fix for #2072 into trunk

2006-04-20 Thread Alec Mitchell
Log message for revision 67196: Merge fix for #2072 into trunk Changed: U Zope/trunk/lib/python/OFS/Traversable.py U Zope/trunk/lib/python/OFS/tests/testTraverse.py -=- Modified: Zope/trunk/lib/python/OFS/Traversable.py