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
a405f0a4
Commit
a405f0a4
authored
Sep 17, 1999
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
e845f42c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
2 deletions
+43
-2
doc/CHANGES.txt
doc/CHANGES.txt
+43
-2
No files found.
doc/CHANGES.txt
View file @
a405f0a4
...
...
@@ -65,6 +65,15 @@ Zope Changes
Features Changed
- Added a coptimizations module. The first optimization is
to provide an implementation of persistent_id in C. This
routine, which is called extremely often while pickling was
found to be a significant bottleneck.
- More flexible cache management methods were added to ZODB
Connection objects so that apps that want to move objects
out of memory can force aggressive cache behavior.
- Added the beginnings of internationalization support to Zope.
The Zope startup script (z2.py) now supports a "-L" option
that can be used to pass a locale name (such as "en" or "de")
...
...
@@ -79,8 +88,40 @@ Zope Changes
Bugs Fixed
- A significant security problem: Users with local roles could
gain priviledges on acquired objects.
- 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.
- A bug in FTP cookie authentication was fixed.
- Fixed a bug that caused External Methods to be reloaded every
time they were used in development mode.
- Fixed a permission typo in ZCatalog and a sort_on bug.
- Fix for missing REQUEST in a method signature in the
CatalogAwareness module.
- Changed to propigate errors raised by _begin for thunked
database adapters. Also changed completion code to check
registered status and avoid completion logic if not registered,
which would be the case if _begin failed.
- A memory leak in cPersistence has been fixed, and a bug in
object deactivation that prevented deactivation of BTrees
was fixed.
- The permissions for Find support methods were not being properly
initialized.
- Fixed bug that allowed users with local roles gain priviledges on
acquired objects. getRolesInContext did not used the correct
context, as defined by the inner-most object wrapping.
- Some unnecessary debug mode overhead eliminated - external
methods are now automatically reloaded only when the .py
...
...
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