Commit ffe24570 authored by Amos Latteier's avatar Amos Latteier

*** empty log message ***

parent 33410665
...@@ -71,6 +71,30 @@ Zope Changes ...@@ -71,6 +71,30 @@ Zope Changes
Releases Releases
Zope 2.0 beta 3
Features added
- Added a 'getobject' method to ZCatalog. This allows you to more
easily get at a cataloged object from 'searchResults'. For
example::
<!--#in searchResults-->
<!--#var "getobject(data_record_id_).title_or_id()"--><br>
<!--#/in-->
Bugs fixed
- Copy and Paste validation machinary now takes local roles into
account.
- ZDOM now adheres more closely to the DOM spec with respect to
Document and DOMImplementation nodes.
- The main management screen will no longer show the 'Delete' or
'Export' buttons if the user doesn't have adequate permissions
to delete or export objects respectively.
Zope 2.0 beta 2 Zope 2.0 beta 2
Features added Features added
...@@ -93,14 +117,6 @@ Zope Changes ...@@ -93,14 +117,6 @@ Zope Changes
import Zope import Zope
Zope.debug('spam', d=1) Zope.debug('spam', d=1)
- Added a 'getobject' method to ZCatalog. This allows you to more
easily get at a cataloged object from 'searchResults'. For
example::
<!--#in searchResults-->
<!--#var "getobject(data_record_id_).title_or_id()"--><br>
<!--#/in-->
Bugs fixed Bugs fixed
- Changed the logic used to detect binary content types to - Changed the logic used to detect binary content types to
...@@ -169,10 +185,6 @@ Zope Changes ...@@ -169,10 +185,6 @@ Zope Changes
- Made Z Class icons visible to everyone. This way you can view a - Made Z Class icons visible to everyone. This way you can view a
Z Class icon without having and permissions on the Z Class. Z Class icon without having and permissions on the Z Class.
- The main management screen will no longer show the 'Delete' or
'Export' buttons if the user doesn't have adequate permissions
to delete or export objects respectively.
- Objects were sometimes incorrectly acquired do a bug in - Objects were sometimes incorrectly acquired do a bug in
detecting attribute errors during acquisition. This led to detecting attribute errors during acquisition. This led to
errors getting covered up or obscured. errors getting covered up or obscured.
......
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