Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
47753fc8
Commit
47753fc8
authored
Sep 22, 1999
by
Christopher Petrilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added <dtml-sqltest> 'op' parameter note.
parent
0541c073
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
doc/CHANGES.txt
doc/CHANGES.txt
+16
-7
No files found.
doc/CHANGES.txt
View file @
47753fc8
...
...
@@ -62,7 +62,7 @@ Zope Changes
Releases
Zope 2.
0.1
Zope 2.
x
Features Added
...
...
@@ -87,6 +87,10 @@ Zope Changes
SQL may be entered and executed immediately through the
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
- ZCatalog uses subtransactions to keep memory consuption low
...
...
@@ -121,11 +125,6 @@ Zope Changes
- ZCatalog now actually saves memory when using
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
tag to ensure that valid HTML is produced, and fixed the
reverse option to the Tree tag.
...
...
@@ -159,7 +158,17 @@ Zope Changes
- Some unnecessary debug mode overhead eliminated - external
methods are now automatically reloaded only when the .py
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment