[Checkins] [zopefoundation/Zope] c47837: Create a temporary Zope branch which will supply a...

GitHub noreply at github.com
Tue Feb 26 16:42:14 UTC 2013


  Branch: refs/heads/zodb-blobs-branch
  Home:   https://github.com/zopefoundation/Zope
  Commit: c4783786ccd28e92b5ce53f77215b05eed26393b
      https://github.com/zopefoundation/Zope/commit/c4783786ccd28e92b5ce53f77215b05eed26393b
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-09-25 (Sun, 25 Sep 2005)

  Log Message:
  -----------
  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)


  Commit: 4e973aa1cdc90f8e45795ac28f8c591941449167
      https://github.com/zopefoundation/Zope/commit/4e973aa1cdc90f8e45795ac28f8c591941449167
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-09-25 (Sun, 25 Sep 2005)

  Changed paths:
    M lib/python/DBTab/DBTab.py
    M lib/python/Products/ZODBMountPoint/Mount.py
    M lib/python/Products/ZODBMountPoint/MountedObject.py
    M lib/python/Products/ZODBMountPoint/tests/testMountPoint.py
    M lib/python/Zope2/Startup/datatypes.py

  Log Message:
  -----------
  Initial changes to support the use of multidatabases instead of Mount.py's homegrown mounting support.


  Commit: 84ae4ea7753f19583e24ea71702b237413295375
      https://github.com/zopefoundation/Zope/commit/84ae4ea7753f19583e24ea71702b237413295375
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-09-25 (Sun, 25 Sep 2005)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Temporary change on this branch only to be able to build ZODB HEAD code.


  Commit: b795bc99ef21fe107e0ae5d2335831b1c4966e47
      https://github.com/zopefoundation/Zope/commit/b795bc99ef21fe107e0ae5d2335831b1c4966e47
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-09-26 (Mon, 26 Sep 2005)

  Changed paths:
    R lib/python/DBTab/CHANGES.txt
    R lib/python/DBTab/ClassFactories.py
    R lib/python/DBTab/DBTab.py
    R lib/python/DBTab/Exceptions.py
    R lib/python/DBTab/__init__.py
    R lib/python/Products/ZODBMountPoint/Mount.py
    M lib/python/Products/ZODBMountPoint/MountedObject.py
    M lib/python/Products/ZODBMountPoint/tests/testMountPoint.py
    M lib/python/Zope2/Startup/datatypes.py
    M lib/python/Zope2/Startup/zopeschema.xml

  Log Message:
  -----------
  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 old mounting implementation.


Compare: https://github.com/zopefoundation/Zope/compare/c4783786ccd2^...b795bc99ef21


More information about the checkins mailing list