Update of /cvsroot/modeling/ZModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv2635
Modified Files:
CHANGES
Log Message:
ZModelizationTool:
- model's props page update: Oracle supported in core.
- Added the ability to load PyModels
- Removed the useless contraints on the 'id' which formerly should be
equal to 'modelization_tool'
- Added a security warning: the ZModelizationTool product may be
dangerous in a production environment.
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ZModeling/CHANGES,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** CHANGES 7 Sep 2003 11:03:51 -0000 1.22
--- CHANGES 7 Sep 2003 13:51:42 -0000 1.23
***************
*** 3,6 ****
--- 3,18 ----
Current release is: 0.9-pre-10
+ * ZModelizationTool:
+
+ - model's props page update: Oracle supported in core.
+
+ - Added the ability to load PyModels
+
+ - Removed the useless contraints on the 'id' which formerly should be
+ equal to 'modelization_tool'
+
+ - Added a security warning: the ZModelizationTool product may be
+ dangerous in a production environment.
+
* ZEditingContextSessioning: SESSION's defaultEditingContext() can now
automatically saveChanges() when a zope request/transaction ends: see
|