Changes between Version 31 and Version 32 of ReleaseNotes
- Timestamp:
- 18.05.2012 15:45:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v31 v32 7 7 == 2012-05-??: DeepaMehta 4.0.11 == 8 8 9 This release provides substantial improvements for the user and a serious bunch of under-the-hood improvements for developers. The highlight for regular users is **Implicit Saving**: The user must no longer care about saving; DM automatically ensures nothing is lost. The highlight for power users who create custom data models is the detail panel's **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 new release. 10 9 11 Improvements: 10 * Saving is implicit (#243). 11 * Extended data model: the "many" cardinality is supported (#76). 12 * Nested detail panel rendering: The detail panel visualizes the composite structure as nested boxes, filled with a distinct color for each nesting-level. (#104). 13 * The detail panel's type editor is fully functional. Select a type and press "Edit" (#77). 12 * Implicit Saving. The user must no longer care about saving. 13 DM ensures nothing is lost, e.g. when the user selects another topic while being in edit mode. 14 The "Save" and "Cancel" buttons are replaced by an "OK" button. 15 The "OK" button just allows the user to say "I'm done with editing". There is no need to press it. 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). 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 (#76). 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). 14 20 15 21 Bug Fixes: … … 23 29 * The updateTopicType() core service call returns a set of directives [377ed738]. 24 30 * New directive DELETE_TOPIC_TYPE [37c66c51]. 31 32 Compatibility with 3 updated plugins (optional install): 33 * [[https://github.com/jri/dm4-kiezatlas|DM4 Kiezatlas 2.0.1]]: a geographical content management system. 34 * [[https://github.com/jri/dm4-geomaps|DM4 Geomaps 0.3]]: displays geo-related topics on a geographical map. 35 * [[https://github.com/jri/dm4-facets|DM4 Facets 0.3]]: introduces multi-typing to the DeepaMehta data model. 25 36 26 37 ----