[CMF-checkins] CVS: CMF - CHANGES.txt:1.204
Yvo Schubbe
y.2004_ at wcm-solutions.de
Thu Jul 8 04:06:41 EDT 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv22553
Modified Files:
CHANGES.txt
Log Message:
- removed never released CMFCoreExceptions.py; this is now exceptions.py
=== CMF/CHANGES.txt 1.203 => 1.204 ===
--- CMF/CHANGES.txt:1.203 Wed Jul 7 04:57:14 2004
+++ CMF/CHANGES.txt Thu Jul 8 04:06:11 2004
@@ -47,7 +47,7 @@
- PortalFolder and SkinnedFolder: Added 'new' and 'rename_items' Actions.
Used for redirects they are invisible by default.
- - CMFCoreExceptions: Added some Exceptions.
+ - CMFCore exceptions: Added some Exceptions.
AccessControl.Unauthorized is a subclass of zExceptions.Unauthorized, so
for best results use 'AccessControl_Unauthorized' to raise Unauthorized
and 'zExceptions_Unauthorized' to catch them all. 'CopyError' and
@@ -162,9 +162,8 @@
PortalFolder's 'Local Roles' Action and MembershipTool's Local Roles
methods are now guarded by 'Change local roles' of the object.
- - Added CMFCoreExceptions: Errors defined in this module are available for
- import by Scripts. In the long run, all Errors defined in CMF should be
- moved to this module.
+ - Added CMFCore 'exceptions.py': Errors defined in this module are
+ available for import by Scripts.
- CMFCore and CMFDefault MembershipTool: Changed permissions.
'createMemberarea()' for someone else and 'getRoster()' including hidden
More information about the CMF-checkins
mailing list