Commit 6f1677b6 authored by Hanno Schlichting's avatar Hanno Schlichting

Updated to Zope Toolkit 1.1dev.

parent 1a817624
This diff is collapsed.
...@@ -26,11 +26,11 @@ Features Added ...@@ -26,11 +26,11 @@ Features Added
- Moved subset id calculation in `OFS.OrderSupport.moveObjectsByDelta` to a - Moved subset id calculation in `OFS.OrderSupport.moveObjectsByDelta` to a
new helper method, patch by Tom Gross. new helper method, patch by Tom Gross.
- Updated to Zope Toolkit 1.0.1.
- Use cProfile where possible for the `Control_Panel/DebugInfo/manage_profile` - Use cProfile where possible for the `Control_Panel/DebugInfo/manage_profile`
ZMI view. ZMI view.
- Updated to Zope Toolkit 1.1dev.
- Updated distributions: - Updated distributions:
- Products.ZCatalog = 2.13.3 - Products.ZCatalog = 2.13.3
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
/> />
<include package="OFS" file="absoluteurl.zcml"/> <include package="OFS" file="absoluteurl.zcml"/>
<adapter factory="zope.browserresource.file.FileETag" />
<browser:view <browser:view
for="OFS.interfaces.IObjectManager" for="OFS.interfaces.IObjectManager"
......
[buildout] [buildout]
extends = http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg # extends = http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg
extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk-versions.cfg
versions = versions versions = versions
[versions] [versions]
...@@ -31,10 +32,7 @@ zLOG = 2.11.1 ...@@ -31,10 +32,7 @@ zLOG = 2.11.1
ZopeUndo = 2.12.0 ZopeUndo = 2.12.0
# ZTK KGS overrides # ZTK KGS overrides
manuel = 1.1.1 manuel = 1.3.0
mechanize = 0.2.3
ZODB3 = 3.10.1
zope.testing = 3.9.4
# Zope2 dependencies # Zope2 dependencies
repoze.retry = 1.0 repoze.retry = 1.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment