[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/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/trunk/inst/Makefil

[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/trunk/lib/python/webdav/litmus-resu

[Zope-Checkins] SVN: Zope/trunk/lib/python/webdav/litmus-results.txt Add results from most recent run of litmus WebDAV torture test.

2007-06-17 Thread Chris McDonough
Log message for revision 76747: Add results from most recent run of litmus WebDAV torture test. Changed: A Zope/trunk/lib/python/webdav/litmus-results.txt -=- Added: Zope/trunk/lib/python/webdav/litmus-results.txt === --- Zo

[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/tru

[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 Prec

[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 header

[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 Resource.Resour

[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/trunk/lib/python/webdav/davcmds.

[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/trunk/

[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 2

[Zope-Checkins] SVN: Zope/trunk/ Tests 15 (propnullns) and 16 (propget) from the props suite

2007-06-16 Thread Chris McDonough
Log message for revision 76721: Tests 15 (propnullns) and 16 (propget) from the props suite of litmus version 10.5 (http://www.webdav.org/neon/litmus/) expose a bug in Zope propertysheet access via DAV. If a proppatch command sets a property with a null xmlns, e.g. with a PROPPATCH body

[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/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/trunk/lib/python/ZPublisher/tests/

[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/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/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/ZServer/ I have so made a hash out of this merge from the chrism-clockserver-merge branch. I have no idea what I'm doing, clearly. But this checkin gets us t

2005-12-21 Thread Chris McDonough
Log message for revision 40964: I have so made a hash out of this merge from the chrism-clockserver-merge branch. I have no idea what I'm doing, clearly. But this checkin gets us to the place I intended originally. Changed: U Zope/trunk/lib/python/ZServer/ClockServer.py U Zope/tru

[Zope-Checkins] SVN: Zope/trunk/ Merge chrism-clockserver-merge branch into HEAD.

2005-12-21 Thread Chris McDonough
6 @@ +###### +# +# 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.

[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/branches/chrism-clockserver-merge/ Add "clock server" feature.

2005-12-21 Thread Chris McDonough
ism-clockserver-merge/lib/python/ZServer/ClockServer.py 2005-12-21 15:22:34 UTC (rev 40957) @@ -0,0 +1,161 @@ +## +# +# Copyright (c) 2005 Chris McDonough. All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL

[Zope-Checkins] SVN: Zope/branches/chrism-clockserver-merge/ Create a merge branch for clock server work.

2005-12-21 Thread Chris McDonough
Log message for revision 40953: Create a merge branch for clock server work. Changed: A Zope/branches/chrism-clockserver-merge/ -=- Copied: Zope/branches/chrism-clockserver-merge (from rev 40952, Zope/trunk) ___ Zope-Checkins maillist - Zope

Re: [Zope-Checkins] SVN: Zope/trunk/ Merged r40279 from 2.9 branch:

2005-11-20 Thread Chris McDonough
Hooray! Thanks for doing this work... On Nov 20, 2005, at 6:54 PM, Florent Guillaume wrote: Log message for revision 40280: Merged r40279 from 2.9 branch: Warn when an attempt is made to have a security declaration on a nonexistent method. Removed one such method. Fixed unclear sec

[Zope-Checkins] SVN: Zope/branches/Zope-2_9-branch/ Create a 2.9 branch.

2005-11-12 Thread Chris McDonough
Log message for revision 40080: Create a 2.9 branch. Changed: A Zope/branches/Zope-2_9-branch/ -=- Copied: Zope/branches/Zope-2_9-branch (from rev 40079, Zope/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/ma

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/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 http://mail.zope.org/mailman/listinfo/zope-che

[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/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/trunk/lib/python/Products/Sessions/

[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/trunk/lib/python/Products/ZODBMountPoint/tests/testMountPoint.p

[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] SVN: Zope/trunk/ Use ZODB 3.6.01b1 on the Zope HEAD.

2005-10-28 Thread Chris McDonough
Log message for revision 39705: Use ZODB 3.6.01b1 on the Zope HEAD. The checkin implies: - the "DBTab" package has been removed. It is no longer necessary. Instead, we use ZODB 3.6's built-in multidatabase support. - ZODBMountPoint no longer monkey-patches ZODB to allow

[Zope-Checkins] SVN: Zope/branches/chrism-mountpoint/ Create a branch into which I'll temporarily merge zodb-blobs-branch mountpoint changes.

2005-10-27 Thread Chris McDonough
Log message for revision 39684: Create a branch into which I'll temporarily merge zodb-blobs-branch mountpoint changes. Changed: A Zope/branches/chrism-mountpoint/ -=- Copied: Zope/branches/chrism-mountpoint (from rev 39683, Zope/trunk) ___ Z

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

2005-10-11 Thread Chris McDonough
Log message for revision 39053: 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-10-11 17:09:

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PageTemplates/PageTemplate.py Show error output when page templates have a syntax error.

2005-10-11 Thread Chris McDonough
Log message for revision 39052: Show error output when page templates have a syntax error. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/PageTemplates/PageTemplate.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/PageTemplates/PageTemplate.py ==

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/PageTemplate.py Make page templates actually *show* the error they're complaining about in the error output.

2005-10-11 Thread Chris McDonough
Log message for revision 39051: Make page templates actually *show* the error they're complaining about in the error output. Changed: U Zope/trunk/lib/python/Products/PageTemplates/PageTemplate.py -=- Modified: Zope/trunk/lib/python/Products/PageTemplates/PageTemplate.py ===

[Zope-Checkins] SVN: Zope/branches/zodb-blobs-branch/lib/python/ Work to simplify mounting:

2005-09-26 Thread Chris McDonough
Log message for revision 38638: Work to simplify mounting: - Remove the DBTab package (moved code into Zope2.Startup.datatypes) - Consolidate Mount.py code into MountedObject.py in ZODBMountPoint. - Remove cant-work-now autoClassFactory. - Removed test that was dependent on ol

[Zope-Checkins] SVN: Zope/branches/zodb-blobs-branch/setup.py Temporary change on this branch only to be able to build ZODB HEAD code.

2005-09-25 Thread Chris McDonough
Log message for revision 38628: Temporary change on this branch only to be able to build ZODB HEAD code. Changed: U Zope/branches/zodb-blobs-branch/setup.py -=- Modified: Zope/branches/zodb-blobs-branch/setup.py === --- Zope

[Zope-Checkins] SVN: Zope/branches/zodb-blobs-branch/ Create a temporary Zope branch which will supply a working environment for ZODB blob support development. Since we are using a branch of the ZODB HEAD to do blob development, this branch must also include ZODB database mounting support compatible with the HEAD ZODB version (we use multidatabases instead of patching Connection.py)

2005-09-25 Thread Chris McDonough
Log message for revision 38624: Create a temporary Zope branch which will supply a working environment for ZODB blob support development. Since we are using a branch of the ZODB HEAD to do blob development, this branch must also include ZODB database mounting support compatible with the HEAD

[Zope-Checkins] SVN: Zope/branches/zodb-blobs-branch/lib/python/ Use blob-merge-branch temporarily.

2005-09-25 Thread Chris McDonough
Log message for revision 38627: Use blob-merge-branch temporarily. Changed: _U Zope/branches/zodb-blobs-branch/lib/python/ -=- Property changes on: Zope/branches/zodb-blobs-branch/lib/python ___ Name: svn:externals - zope

[Zope-Checkins] SVN: Zope/branches/zodb-blobs-branch/lib/python/ Initial changes to support the use of multidatabases instead of Mount.py's homegrown mounting support.

2005-09-25 Thread Chris McDonough
Log message for revision 38625: Initial changes to support the use of multidatabases instead of Mount.py's homegrown mounting support. Changed: U Zope/branches/zodb-blobs-branch/lib/python/DBTab/DBTab.py U Zope/branches/zodb-blobs-branch/lib/python/Products/ZODBMountPoint/Mount.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/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 38619: 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/branches/Zope-2_8-branch/lib/python/Products/PageTemplates/Expressions.py U Zo

[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/trunk/lib/python/P

[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 speed

[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 ty

[Zope-Checkins] SVN: Zope/trunk/lib/python/Shared/DC/ZRDB/tests/test_results.py Add tests for this miserable class in preparation for someday replacing it.

2005-09-09 Thread Chris McDonough
Log message for revision 38435: Add tests for this miserable class in preparation for someday replacing it. Changed: A Zope/trunk/lib/python/Shared/DC/ZRDB/tests/test_results.py -=- Added: Zope/trunk/lib/python/Shared/DC/ZRDB/tests/test_results.py

[Zope-Checkins] CVS: Packages/App - Management.py:1.61.68.5

2005-07-05 Thread Chris McDonough
Update of /cvs-repository/Packages/App In directory cvs.zope.org:/tmp/cvs-serv20396 Modified Files: Tag: Zope-2_7-branch Management.py Log Message: Remove two bare except: clauses and comment on another. === Packages/App/Management.py 1.61.68.4 => 1.61.68.5 === --- Packages/App/M

[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/bran

[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 2005-0

[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/branches/Zope-2_8-br

[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/trunk/lib/python/tempstorage/tests/testTempora

[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/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.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/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/trunk/lib/python/tempstorage/c

[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/

[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/branches/Zope-2_8-branch/lib/python/tempstora

[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/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 21:49:

[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/bra

[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/trunk/lib/python/tempst

[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 +++ Zope/doc/CHANG

[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 -=- Mod

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Image.py Collector http://www.zope.org/Collectors/Zope/1797 : 304 responses require collaboration from http accelerated cache manager. (see also http://w

2005-06-03 Thread Chris McDonough
Log message for revision 30624: 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/trunk/lib/python/OFS/Image.py -=- Modified: Zope/trunk/l

[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 ht