[Modeling-cvs] ZModeling CHANGES,1.16,1.17 INSTALL,1.1.1.1,1.2 README,1.1.1.1,1.2
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-05-06 16:29:52
|
Update of /cvsroot/modeling/ZModeling In directory sc8-pr-cvs1:/tmp/cvs-serv27997 Modified Files: CHANGES INSTALL README Log Message: Updated & added informations about the products (README,INSTALL) Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ZModeling/CHANGES,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** CHANGES 22 Apr 2003 09:35:16 -0000 1.16 --- CHANGES 6 May 2003 16:29:48 -0000 1.17 *************** *** 1,5 **** -*- text -*- ! Current release is: 0.9-pre-6 * Updated ZModelizationTool: a field 'comment' was added for Model, Entity, --- 1,10 ---- -*- text -*- ! Current release is: 0.9-pre-7 ! ! 0.9-pre-7 (2003/05/06) ! --------- ! ! * mdl_validate_model.py: added '-Q' + slightly change the usage (see --help) * Updated ZModelizationTool: a field 'comment' was added for Model, Entity, Index: INSTALL =================================================================== RCS file: /cvsroot/modeling/ZModeling/INSTALL,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** INSTALL 30 Jul 2002 15:34:59 -0000 1.1.1.1 --- INSTALL 6 May 2003 16:29:48 -0000 1.2 *************** *** 1,2 **** ZModelizationTool: ! drop it into a Zope's Products/ directory, then create an instance --- 1,3 ---- ZModelizationTool: ! drop it into a Zope's Products/ directory, then create an instance in the ! Zope Management Interface (ZMI). Index: README =================================================================== RCS file: /cvsroot/modeling/ZModeling/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 30 Jul 2002 15:34:59 -0000 1.1.1.1 --- README 6 May 2003 16:29:48 -0000 1.2 *************** *** 1 **** ! For dependencies and general informations, see ProjectModeling/ --- 1,30 ---- ! This directory contains Zope products based on the Modeling framework: ! ! ZModelizationTool: ! ------------------ ! The ZModelization is a tool to help you design a model. ! ! It lets you create and edit the model through a web interface, that is ! to say that every single element being part of the xml-model can be ! modified through easy-to-use web forms. It has some niceties, such as ! the possibility to create a relationship and its inverse along with ! the foreign key if needed in a single operation, or the ability to ! create in a single click a sub-entity having all of its parent's ! attributes and relationships. ! ! Last, you may validate the model, generate the database schemas and ! the python code for your model, just by a few mouse clicks. ! ! ZEditingContextSessioning: ! -------------------------- ! ! Adds a new method to Zope session objects: defaultEditingContext(), which ! delivers a specific EditingContext in each session. ! ! ! The two other products, ZModelManager and ZClassDescriptionManager are for ! debugging purposes only and should probably not be used unless you're ! debugging the framework itself. Note that it is possible that they are ! out-of-sync with the current version of the framework. ! ! For dependencies and general informations, see the Modeling framework. |