[Zope-Checkins] SVN: Zope/trunk/inst/Makefile. Write version.txt to the right directory.

2007-07-23 Thread Chris McDonough
Log message for revision 78301: Write version.txt to the right directory. Changed: U Zope/trunk/inst/Makefile.in U Zope/trunk/inst/Makefile.win.in -=- Modified: Zope/trunk/inst/Makefile.in === ---

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt

2007-07-23 Thread Chris McDonough
Log message for revision 78302: Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt 2007-07-23 23:00:22 UTC (rev 78301) +++ Zope/trunk/doc/CHANGES.txt 2007-07-23

[Zope-Checkins] SVN: Zope/trunk/ - DAV: litmus notowner_modify tests warn during a MOVE request

2007-06-17 Thread Chris McDonough
Log message for revision 76725: - DAV: litmus notowner_modify tests warn during a MOVE request because we returned 412 Precondition Failed instead of 423 Locked when the resource attempting to be moved was itself locked. Fixed by changing

[Zope-Checkins] SVN: Zope/trunk/ DAV: litmus' cond_put_corrupt_token test (#18) exposed a bug

2007-06-17 Thread Chris McDonough
Log message for revision 76731: DAV: litmus' cond_put_corrupt_token test (#18) exposed a bug in webdav.Resource.dav__simpleifhandler. If the resource is locked at all, and a DAV request contains an If header, and none of the lock tokens present in the

[Zope-Checkins] SVN: Zope/trunk/ DAV: litmus' cond_put_unlocked test (#22) exposed a bug in

2007-06-17 Thread Chris McDonough
Log message for revision 76732: DAV: litmus' cond_put_unlocked test (#22) exposed a bug in webdav.Resource.dav__simpleifhandler. If the resource is not locked, and a DAV request contains an If header, no token can possibly match and we must return a 412

[Zope-Checkins] SVN: Zope/trunk/ Revert code that fixed litmus cond_put_corrupt_token and fail_cond_put_unlock tests, because the fix broke (the more important) lock_collection test.

2007-06-17 Thread Chris McDonough
Log message for revision 76746: Revert code that fixed litmus cond_put_corrupt_token and fail_cond_put_unlock tests, because the fix broke (the more important) lock_collection test. Add a description of the current litmus failures in webdav/litmus-results.txt. Changed: U

[Zope-Checkins] SVN: Zope/trunk/lib/python/webdav/litmus-results.txt Had result code wrong.

2007-06-17 Thread Chris McDonough
Log message for revision 76748: Had result code wrong. Changed: U Zope/trunk/lib/python/webdav/litmus-results.txt -=- Modified: Zope/trunk/lib/python/webdav/litmus-results.txt === ---

[Zope-Checkins] SVN: Zope/trunk/ When attempting to unlock a resource with a token that the

2007-06-16 Thread Chris McDonough
Log message for revision 76722: When attempting to unlock a resource with a token that the resource hasn't been locked with, we should return an error instead of a 20X response. See http://lists.w3.org/Archives/Public/w3c-dist-auth/2001JanMar/0099.html for rationale. Prior to Zope

[Zope-Checkins] SVN: Zope/trunk/ litmus props tests 19: propvalnspace and 20:

2007-06-16 Thread Chris McDonough
Log message for revision 76723: litmus props tests 19: propvalnspace and 20: propwformed were failing because Zope did not strip off the xmlns: attribute attached to XML property values. We now strip off all attributes that look like xmlns declarations. Changed: U

[Zope-Checkins] SVN: Zope/trunk/lib/python/webdav/ The stringio return value is used during recursion, the deleted test asserted

2007-06-16 Thread Chris McDonough
Log message for revision 76724: The stringio return value is used during recursion, the deleted test asserted the wrong thing. Changed: U Zope/trunk/lib/python/webdav/davcmds.py U Zope/trunk/lib/python/webdav/tests/test_davcmds.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/ We don't need to do any real input processing if we are handling a PUT request because in practice, the body is never mime-encoded. This is an op

2006-02-27 Thread Chris McDonough
Log message for revision 65541: We don't need to do any real input processing if we are handling a PUT request because in practice, the body is never mime-encoded. This is an optimization especially because FieldStorage creates an additional tempfile if we allow it to parse the body, and PUT

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt

2006-02-27 Thread Chris McDonough
Log message for revision 65542: Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt 2006-02-27 22:27:29 UTC (rev 65541) +++ Zope/trunk/doc/CHANGES.txt 2006-02-27

[Zope-Checkins] SVN: Zope/trunk/ Revert changes made in revision 65541 in favor of moving them to the blob-integration-test branch for eventual merge.

2006-02-27 Thread Chris McDonough
Log message for revision 65553: Revert changes made in revision 65541 in favor of moving them to the blob-integration-test branch for eventual merge. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/ZPublisher/HTTPRequest.py U

[Zope-Checkins] SVN: Zope/branches/blob-integration-test/lib/python/ZPublisher/ We don't need to do any real input processing if we are handling a PUT request because in practice, the body is never m

2006-02-27 Thread Chris McDonough
Log message for revision 65554: We don't need to do any real input processing if we are handling a PUT request because in practice, the body is never mime-encoded. This is an optimization especially because FieldStorage creates an additional tempfile if we allow it to parse the body, and PUT

[Zope-Checkins] SVN: Zope/branches/chrism-clockserver-merge/ Add clock server feature.

2005-12-21 Thread Chris McDonough
@@ +## +# +# Copyright (c) 2005 Chris McDonough. All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED AS IS AND ANY

[Zope-Checkins] SVN: Zope/branches/chrism-clockserver-merge/lib/python/ZServer/tests/test_c Fix test breakage caused by a nonuptodate test_config in initial branch.

2005-12-21 Thread Chris McDonough
Log message for revision 40961: Fix test breakage caused by a nonuptodate test_config in initial branch. Changed: U Zope/branches/chrism-clockserver-merge/lib/python/ZServer/tests/test_clockserver.py U Zope/branches/chrism-clockserver-merge/lib/python/ZServer/tests/test_config.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/ClockServer.py Fix breakage on Windows due to misuse of os.path (use posixpath instead).

2005-12-21 Thread Chris McDonough
Log message for revision 40966: Fix breakage on Windows due to misuse of os.path (use posixpath instead). Changed: U Zope/trunk/lib/python/ZServer/ClockServer.py -=- Modified: Zope/trunk/lib/python/ZServer/ClockServer.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Sessions/tests/testSessionDataManager.py Fix nonsensical test pointed out by Tim. We now test to make sure that a subcommit attaches a _p_jar to th

2005-10-30 Thread Chris McDonough
Log message for revision 39743: Fix nonsensical test pointed out by Tim. We now test to make sure that a subcommit attaches a _p_jar to the object. Changed: U Zope/trunk/lib/python/Products/Sessions/tests/testSessionDataManager.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/chrism-mountpoint/ This branch was never required.

2005-10-30 Thread Chris McDonough
Log message for revision 39745: This branch was never required. Changed: D Zope/branches/chrism-mountpoint/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/zodb-blobs-branch/ The functionality of this branch has been merged into the HEAD.

2005-10-30 Thread Chris McDonough
Log message for revision 39746: The functionality of this branch has been merged into the HEAD. Changed: D Zope/branches/zodb-blobs-branch/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org

Re: [Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/ start cleaning out the trash; there is more...

2005-10-30 Thread Chris McDonough
Will there be a way to keep your srcdir pristine by running ../path/to/configure; make; make install in an empty directory? This was a commonly requested feature and lots of people use it, which is why build-base and friends were in there. On Sun, 2005-10-30 at 16:01 -0500, Fred L. Drake, Jr.

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZODBMountPoint/ Add one test and expand another for database mounting.

2005-10-29 Thread Chris McDonough
Log message for revision 39719: Add one test and expand another for database mounting. Make sure that savepoint creation is optimistic. Changed: U Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py U

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt

2005-10-28 Thread Chris McDonough
Log message for revision 39706: Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt 2005-10-28 23:58:33 UTC (rev 39705) +++ Zope/trunk/doc/CHANGES.txt 2005-10-29

[Zope-Checkins] CVS: Products/PageTemplates/tests - testExpressions.py:1.11.44.1

2005-09-25 Thread Chris McDonough
Update of /cvs-repository/Products/PageTemplates/tests In directory cvs.zope.org:/tmp/cvs-serv24510/lib/python/Products/PageTemplates/tests Modified Files: Tag: Zope-2_7-branch testExpressions.py Log Message: Prevent 'render' function in Expressions.py for being called for basic

[Zope-Checkins] CVS: Products/PageTemplates - Expressions.py:1.43.44.6

2005-09-25 Thread Chris McDonough
Update of /cvs-repository/Products/PageTemplates In directory cvs.zope.org:/tmp/cvs-serv24510/lib/python/Products/PageTemplates Modified Files: Tag: Zope-2_7-branch Expressions.py Log Message: Prevent 'render' function in Expressions.py for being called for basic types (minor

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/ Prevent 'render' function in Expressions.py for being called for basic types (minor speed improvement). See http://www.zope.org/Collectors/Zope/1890.

2005-09-25 Thread Chris McDonough
Log message for revision 38618: Prevent 'render' function in Expressions.py for being called for basic types (minor speed improvement). See http://www.zope.org/Collectors/Zope/1890. Changed: U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/ Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved.

2005-07-05 Thread Chris McDonough
Log message for revision 31014: Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved. Changed: U Zope/trunk/lib/python/tempstorage/TemporaryStorage.py U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/ Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to

2005-07-05 Thread Chris McDonough
Log message for revision 31015: Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved. Changed: U Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/Management.py Remove bare except: clauses.

2005-07-05 Thread Chris McDonough
Log message for revision 31018: Remove bare except: clauses. Changed: U Zope/trunk/lib/python/App/Management.py -=- Modified: Zope/trunk/lib/python/App/Management.py === --- Zope/trunk/lib/python/App/Management.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/App/Management.py Remove bare except: clauses.

2005-07-05 Thread Chris McDonough
Log message for revision 31019: Remove bare except: clauses. Changed: U Zope/branches/Zope-2_8-branch/lib/python/App/Management.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/App/Management.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py Implement loadEx for ZEO-mounted tempstorages to work properly under ZODB 3.3.

2005-07-02 Thread Chris McDonough
Log message for revision 30982: Implement loadEx for ZEO-mounted tempstorages to work properly under ZODB 3.3. Changed: U Zope/trunk/lib/python/tempstorage/TemporaryStorage.py -=- Modified: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py Implement loadEx to allow ZEO-mounted tempstorages to work properly under ZODB 3.3.

2005-07-02 Thread Chris McDonough
Log message for revision 30983: Implement loadEx to allow ZEO-mounted tempstorages to work properly under ZODB 3.3. Changed: U Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py The caller can't deal with using current data from loadBefore, so having an end_tid of None is useless.

2005-06-19 Thread Chris McDonough
Log message for revision 30857: The caller can't deal with using current data from loadBefore, so having an end_tid of None is useless. Changed: U Zope/trunk/lib/python/tempstorage/TemporaryStorage.py -=- Modified: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py The caller can't deal with using current data from loadBefore, so having an end_tid of None is useless.

2005-06-19 Thread Chris McDonough
Log message for revision 30858: The caller can't deal with using current data from loadBefore, so having an end_tid of None is useless. Changed: U Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/ These files don't need to be executable (remove svn:executable propery from all of them).

2005-06-19 Thread Chris McDonough
Log message for revision 30859: These files don't need to be executable (remove svn:executable propery from all of them). Changed: _U Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py _U Zope/branches/Zope-2_8-branch/lib/python/tempstorage/__init__.py _U

[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/ These files don't need to be svn:executable.

2005-06-19 Thread Chris McDonough
Log message for revision 30860: These files don't need to be svn:executable. Changed: _U Zope/trunk/lib/python/tempstorage/TemporaryStorage.py _U Zope/trunk/lib/python/tempstorage/__init__.py _U Zope/trunk/lib/python/tempstorage/component.xml _U

[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/ Allow tempstorage to participate in MVCC. Also fix minor bug where conflict cache could be poisoned by a transaction that failed after store was called.

2005-06-16 Thread Chris McDonough
Log message for revision 30822: Allow tempstorage to participate in MVCC. Also fix minor bug where conflict cache could be poisoned by a transaction that failed after store was called. Changed: U Zope/trunk/lib/python/tempstorage/TemporaryStorage.py U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/ Allow tempstorage to participate in MVCC. Also fix minor bug where conflict cache could be poisoned by a transaction that fa

2005-06-16 Thread Chris McDonough
Log message for revision 30823: Allow tempstorage to participate in MVCC. Also fix minor bug where conflict cache could be poisoned by a transaction that failed after store was called. Changed: U Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt

2005-06-16 Thread Chris McDonough
Log message for revision 30824: Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt -=- Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt === --- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2005-06-16

[Zope-Checkins] CVS: Packages/OFS - Image.py:1.145.2.12

2005-06-03 Thread Chris McDonough
Update of /cvs-repository/Packages/OFS In directory cvs.zope.org:/tmp/cvs-serv2373 Modified Files: Tag: Zope-2_7-branch Image.py Log Message: Collector http://www.zope.org/Collectors/Zope/1797 : 304 responses require collaboration from http accelerated cache manager. (see also

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/Image.py Collector http://www.zope.org/Collectors/Zope/1797 : 304 responses require collaboration from http accelerated cache manager

2005-06-03 Thread Chris McDonough
Log message for revision 30625: Collector http://www.zope.org/Collectors/Zope/1797 : 304 responses require collaboration from http accelerated cache manager. (see also http://www.zope.org/Collectors/Zope/683). Changed: U Zope/branches/Zope-2_8-branch/lib/python/OFS/Image.py -=-

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.336

2005-06-03 Thread Chris McDonough
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv6673 Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: === Zope/doc/CHANGES.txt 1.625.2.335 = 1.625.2.336 === --- Zope/doc/CHANGES.txt:1.625.2.335Thu Jun 2 23:27:25 2005 +++