Commit 47753fc8 authored by Christopher Petrilli's avatar Christopher Petrilli

Added <dtml-sqltest> 'op' parameter note.

parent 0541c073
...@@ -62,7 +62,7 @@ Zope Changes ...@@ -62,7 +62,7 @@ Zope Changes
Releases Releases
Zope 2.0.1 Zope 2.x
Features Added Features Added
...@@ -87,6 +87,10 @@ Zope Changes ...@@ -87,6 +87,10 @@ Zope Changes
SQL may be entered and executed immediately through the SQL may be entered and executed immediately through the
connection object. DTML is not supported in this tab. connection object. DTML is not supported in this tab.
- SQL Methods now support an option 'op' parameter on the DTML
method <dtml-sqltest> which allows you to choose the
operator used for comparison.
Features Changed Features Changed
- ZCatalog uses subtransactions to keep memory consuption low - ZCatalog uses subtransactions to keep memory consuption low
...@@ -121,11 +125,6 @@ Zope Changes ...@@ -121,11 +125,6 @@ Zope Changes
- ZCatalog now actually saves memory when using - ZCatalog now actually saves memory when using
subtransactions. Plugged a couple memory leaks doing this. subtransactions. Plugged a couple memory leaks doing this.
- Fixed a bug which allowed unauthorized options to be displayed
when adding a Folder. Now you only see options to add an
index_document and/or a user folder if you have adequate
permissions.
- Added ALT text fixed nested anchor tags produced by the Tree - Added ALT text fixed nested anchor tags produced by the Tree
tag to ensure that valid HTML is produced, and fixed the tag to ensure that valid HTML is produced, and fixed the
reverse option to the Tree tag. reverse option to the Tree tag.
...@@ -159,7 +158,17 @@ Zope Changes ...@@ -159,7 +158,17 @@ Zope Changes
- Some unnecessary debug mode overhead eliminated - external - Some unnecessary debug mode overhead eliminated - external
methods are now automatically reloaded only when the .py methods are now automatically reloaded only when the .py
files are changed. files are changed.
Zope 2.0.1
Bugs Fixed
- Fixed a bug which allowed unauthorized options to be displayed
when adding a Folder. Now you only see options to add an
index_document and/or a user folder if you have adequate
permissions.
Zope 2.0 Zope 2.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