[CMF-checkins] CVS: CMF - CHANGES.txt:1.145
Andy McKay
andy@agmweb.ca
Mon, 24 Mar 2003 00:07:31 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv3889
Modified Files:
CHANGES.txt
Log Message:
.metadata files
=== CMF/CHANGES.txt 1.144 => 1.145 ===
--- CMF/CHANGES.txt:1.144 Fri Mar 14 14:14:27 2003
+++ CMF/CHANGES.txt Mon Mar 24 00:07:31 2003
@@ -94,6 +94,12 @@
- Raise ValueError instead of TypeError in TypesTool.getActionById
if the action is not found (Collector #56).
+ - Added .metadata file for FSObjects, which allows the easy addition of
+ more features without adding lots and lots of files. ConfigParser format.
+
+ - Added proxy roles to FS Python Scripts and FS DTML Methods via the proxy
+ property in .metadata files.
+
Bug Fixes
- MembershipTool (CMFDefault): Fixed acquisition bug. (Collector #102)