Changes between Version 33 and Version 34 of ReleaseNotes
- Timestamp:
- 19.05.2012 02:49:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v33 v34 5 5 ---- 6 6 7 == 2012-05- ??: DeepaMehta 4.0.11 ==8 9 This release provides substantial improvements for the user and a serious bunch of under-the-hood improvements for developers. For regular users the highlight is **Implicit Saving**: the user must no longer care about saving; DM automatically ensures nothing is lost. The highlightfor power users who create custom data models is the **Type Editor** with support for **Cardinality "Many"** at last. Last but not least 3 external plugins have been updated in order to be compatible with this release.7 == 2012-05-19: DeepaMehta 4.0.11 == 8 9 This release provides substantial improvements for users and a serious bunch of under-the-hood improvements for developers. For regular users the highlight feature is **Implicit Saving**: the user must no longer care about saving; DM automatically ensures nothing is lost. The highlight feature for power users who create custom data models is the **Type Editor** with support for **Cardinality "Many"** at last. Last but not least 3 external plugins have been updated in order to be compatible with this release. 10 10 11 11 Improvements: … … 15 15 The "OK" button just allows the user to say "I'm done with editing". There is no need to press it. 16 16 (#243). 17 * The detail panel's type editor is fully functional. Select a type and press "Edit". You can change the Association type (Composition or Aggregation) and Cardinality (#77).17 * The detail panel's type editor is now fully functional. Select a type and press "Edit". You can change the Association type (Composition or Aggregation) and Cardinality (#77). 18 18 * Consolidated data model: the "many" cardinality is now operational. For "many" the detail panel's form generator automatically provide the user with "Add another ..." and "Remove" buttons. Thus, its easy to add e.g. another phone number or email address to a Person topic (#76). 19 19 * Nested detail panel rendering: The detail panel visualizes the composite structure as nested boxes, filled with a distinct color for each nesting-level. This is useful in particular with cardinality "many" (#104). … … 27 27 * Core: An ObjectFactory supports the development of system-near plugins, like e.g. the Type Editor [c57ca5fb][c0034f0c][2b77e475]. 28 28 * The core service accepts update requests in 2 formats: the canonic format and a simplified format. The former contains full topic models and is required for cardinality "many" associations. The latter contains just the topic values and is sufficient for cardinality "one" associations. Within one request both formats can be mixed (#237). 29 * The updateTopicType() core service call returns a set of directives [377ed738].29 * The updateTopicType() core service call returns a set of directives. Thus, a client is provieded with detailed hints about how to keep the GUI in-sync [377ed738]. 30 30 * New directive DELETE_TOPIC_TYPE [37c66c51]. 31 31