Changes between Version 150 and Version 151 of ReleaseNotes
- Timestamp:
- 14.11.2016 14:12:06 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v150 v151 6 6 7 7 == //upcoming//: DeepaMehta 4.8.4 == 8 9 The overall topic of DeepaMehta 4.8.4 is //robustness//. DM 4.8.4 fixes a number of (crucial) bugs that came up while (collaborative) real-world usage of various DM 4.8.3 installations (both, public and private). There are also some improvements. 10 11 You can update any !DeepaMehta 4 installation which is not older than !DeepaMehta 4.1. For installation and update instructions see the [[https://github.com/jri/deepamehta#readme|README]]. 8 12 9 13 Improvements: … … 11 15 * Webclient: 12 16 * The name of a Custom Assoc Type is used for automatic detail panel field labeling in more situations. Resorting to CSS pseudo elements should no longer be required (#1023). 13 * When scrolling reaches top/bottom the DM browser window does not bounce (#1034).14 17 * The Topicmap menu is sorted alphabetically (#1035). 15 18 * **Configurable !WebSockets server**: `dm4.websockets.port` and `dm4.websockets.url` are 2 new config properties. Works in conjunction with the external //DM4 !WebSockets // module (#1019). … … 18 21 * Robustness: 19 22 * **Deleting a workspace** works (for the first time!) (#898). 20 * Deleting a topicmap w hich is assigned to a workspace which is not currently selected works(#1018).23 * Deleting a topicmap works also if it is assigned to a workspace which is not currently selected (#1018). 21 24 * Deleting a parent type works also if it has 3 or more child types (#1020). 22 * Changing a type's Data Type w hen instances already exists works(#1008).23 * If tried to delete a type by a generic delete-topic operation the operation is rejected (#1011).24 * **Association Duplicate Check:** an update-associationoperation is rejected if it would result in an association duplicate (#1009).25 * Changing a type's Data Type works also if instances already exist (#1008). 26 * Core API/REST API: if tried to delete a type by a generic delete-topic operation the operation is rejected (#1011). 27 * **Association Duplicate Check:** an association create/update operation is rejected if it would result in an association duplicate (#1009). 25 28 * Webclient: 26 * Webclient starts successfully if **stale cookies** are present (#1017). 27 * Webclient does not throw `undefined is not an object` for multi-valued childs (#1033). 29 * The webclient starts successfully if **stale cookies** are present (#1017). 30 * When scrolling reaches top/bottom the browser window does not bounce (#1034). 31 * The webclient does not throw `undefined is not an object` for multi-valued childs in certain situations (#1033). 28 32 * The detail panel enforces implicit READ permission for the types of the associations that are rendered in the related-topics-list (#1028). 29 33 * Core: