[Checkins] [zopefoundation/Products.BTreeFolder2] bd7af2: added BTreeFolder2

GitHub noreply at github.com
Mon Feb 25 22:22:13 UTC 2013


  Branch: refs/heads/zope2
  Home:   https://github.com/zopefoundation/Products.BTreeFolder2
  Commit: bd7af2f75f523da13312f716d91a1064486d7662
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/bd7af2f75f523da13312f716d91a1064486d7662
  Author: Andreas Jung <yet at gmx.de>
  Date:   2005-04-25 (Mon, 25 Apr 2005)

  Changed paths:
    A BTreeFolder2.py
    A BTreeFolder2.pyc
    A CHANGES.txt
    A CMFBTreeFolder.py
    A README.txt
    A __init__.py
    A __init__.pyc
    A btreefolder2.gif
    A contents.dtml
    A folderAdd.dtml
    A tests/__init__.py
    A tests/__init__.pyc
    A tests/testBTreeFolder2.py
    A tests/testBTreeFolder2.pyc
    A version.txt

  Log Message:
  -----------
  added BTreeFolder2


  Commit: 9445e83c48664bbd70395712bbd0818c5e24b4b7
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/9445e83c48664bbd70395712bbd0818c5e24b4b7
  Author: Andreas Jung <yet at gmx.de>
  Date:   2005-04-25 (Mon, 25 Apr 2005)

  Changed paths:
    R BTreeFolder2.pyc
    R __init__.pyc
    R tests/__init__.pyc
    R tests/testBTreeFolder2.pyc

  Log Message:
  -----------
  removed *.pyc files


  Commit: 1faaf4066d08de301cf0dddb50570de8f7a3dd2d
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/1faaf4066d08de301cf0dddb50570de8f7a3dd2d
  Author: Christian Heimes <christian at python.org>
  Date:   2005-06-20 (Mon, 20 Jun 2005)

  Changed paths:
    M CHANGES.txt
    M CMFBTreeFolder.py
    M version.txt

  Log Message:
  -----------
  Made CMFBTreeFolder compatible with CMF 1.5


  Commit: dd95c4dc4be8e7132c3cd9a26313bbc371e4bc6f
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/dd95c4dc4be8e7132c3cd9a26313bbc371e4bc6f
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2005-07-12 (Tue, 12 Jul 2005)

  Changed paths:
    R CMFBTreeFolder.py
    M __init__.py

  Log Message:
  -----------
  Forward-port fix for collector #1813 from 2.8 branch.


  Commit: 4d85c191f2c9382769e9f4d12ed7b17bd1afc4a4
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/4d85c191f2c9382769e9f4d12ed7b17bd1afc4a4
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-11-02 (Wed, 02 Nov 2005)

  Changed paths:
    M BTreeFolder2.py

  Log Message:
  -----------
  Merge philikon-zope32-integration branch. Basically, this branch entails:

* Updated svn externals to include Zope 3.2 (currently the Zope3 trunk);
  that includes two new top-level packages, pytz and zodbcode, as well as
  the following new zope.* packages:
  - zope.deprecation
  - zope.dottedname
  - zope.formlib
  - zope.index
  - zope.testbrowser

* Moved to a zpkgutils-based build system, as the Zope 3.2 extension modules
  require to be built with it. If everything goes ahead as planned, the release
  tarball will also be built with zpkgutils (some work has also been done in
  that direction).

* Upgraded Five to the 1.3b release (released today) which is a Zope 3.2-compatible
  version of Five 1.2b (also released today). Biggest implication of this on the
  Zope 2 trunk is that the event work by Florent Guillaume has been folded back
  into the Zope 2 core, i.e. the OFS package.

* A few fixes to the Zope 2 PageTemplate/TAL/TALES implementation to work with the
  new immutable i18n Messages available since Zope 3.1+ (and standard in Zope 3.2).


  Commit: 82983d46a1ba463098ee8a373b97070f97429c7f
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/82983d46a1ba463098ee8a373b97070f97429c7f
  Author: Florent Guillaume <fg at nuxeo.com>
  Date:   2005-11-10 (Thu, 10 Nov 2005)

  Changed paths:
    M BTreeFolder2.py

  Log Message:
  -----------
  Updated to use Five 1.3b2, and merged efge-five-events-work:

Fixed bug that broke WebDAV access for five:defaultViewable objects. The
__browser_default__ now modifies only GET and POST requests.

Fixed some event recursion compatibility modes.


  Commit: c24b67fd219d03cf70bdb820c4fe47da97a544c9
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/c24b67fd219d03cf70bdb820c4fe47da97a544c9
  Author: Andreas Jung <yet at gmx.de>
  Date:   2005-11-18 (Fri, 18 Nov 2005)

  Changed paths:
    M BTreeFolder2.py
    M __init__.py
    M tests/testBTreeFolder2.py

  Log Message:
  -----------
  updated to ZPL 2.1 to be in sync with Zope 3


  Commit: 71c5c75e914dbb829b81648228658a6e78829bcf
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/71c5c75e914dbb829b81648228658a6e78829bcf
  Author: Florent Guillaume <fg at nuxeo.com>
  Date:   2005-11-25 (Fri, 25 Nov 2005)

  Changed paths:
    M BTreeFolder2.py

  Log Message:
  -----------
  Merged 40370 from 2.9 branch:

Send ContainerModifiedEvent when appropriate.

This requires Five 1.3+ >= r20254.

Some BBB has been kept until Zope 3.2 >= r40368 is stiched in.


  Commit: 75113ed4623d5fda0d07a373666bb9670ed76e9d
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/75113ed4623d5fda0d07a373666bb9670ed76e9d
  Author: Andreas Jung <yet at gmx.de>
  Date:   2006-01-08 (Sun, 08 Jan 2006)

  Changed paths:
    M BTreeFolder2.py

  Log Message:
  -----------
  dprecated zLOG module


  Commit: c14c4e68be3d8cda9d4e031bd0fdc14f8fc5ea53
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/c14c4e68be3d8cda9d4e031bd0fdc14f8fc5ea53
  Author: Shane Hathaway <shane at hathawaymix.org>
  Date:   2006-01-23 (Mon, 23 Jan 2006)

  Changed paths:
    M BTreeFolder2.py

  Log Message:
  -----------
  Sean Upton's optimization of BTreeFolder2.objectIds().  Should speed up 
certain operations significantly.


  Commit: 5d80dc219dc8882e4d8075c2ee0a1629149357e3
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/5d80dc219dc8882e4d8075c2ee0a1629149357e3
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2009-01-02 (Fri, 02 Jan 2009)

  Changed paths:
    M BTreeFolder2.py

  Log Message:
  -----------
  Merged 'tseaver-no_globals_imports' branch:

o Replaced  imports from the 'Globals' module throughout the tree with
  imports from the actual modules;  the 'Globals' module was always intended
  to be an area for shared data, rather than a "facade" for imports.

o Added 'zope.deferredimport.deprecation' entries to 'Globals/__init__.py'
  for all previously imported symbols / modules.

o Moved 'ApplicationdefaultPermissions' from 'App/class_init.py' to
  'AccessCoontrol/Permission.py', to avoid possible import cycle in
  third-party code.

o Moved canonical location of UNIQUE / REPLACEABLE / NOT_REPLACEABLE
  constants from 'Globals' to 'OFS.ObjectManager'.

o Removed 'stuffGlobals' hack in favor of the deferred / deprecation
  imports.


  Commit: cc1138a82fba904661b06bdec308190cc9a74f6b
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/cc1138a82fba904661b06bdec308190cc9a74f6b
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-01-23 (Fri, 23 Jan 2009)

  Changed paths:
    M __init__.py

  Log Message:
  -----------
  ZClasses have been deprecated for two major releases. They have been removed in this version of Zope.


  Commit: e668de60ad34c6e86ddfb3f0108787f17f0db8e7
      https://github.com/zopefoundation/Products.BTreeFolder2/commit/e668de60ad34c6e86ddfb3f0108787f17f0db8e7
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-02-04 (Wed, 04 Feb 2009)

  Changed paths:
    M BTreeFolder2.py

  Log Message:
  -----------
  Make use of the new zope.container and zope.site packages.


Compare: https://github.com/zopefoundation/Products.BTreeFolder2/compare/bd7af2f75f52^...e668de60ad34


More information about the checkins mailing list