Changes between Version 116 and Version 117 of ReleaseNotes
- Timestamp:
- 03.02.2015 04:35:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v116 v117 12 12 * **Private Sphere**. 13 13 * The new access control concepts are described in this posting: http://lists.deepamehta.de/pipermail/devel-lists.deepamehta.de/2014-December/000562.html 14 Further details are described here:15 http://lists.deepamehta.de/pipermail/devel-lists.deepamehta.de/2015-January/000570.html14 Further details are described here: 15 http://lists.deepamehta.de/pipermail/devel-lists.deepamehta.de/2015-January/000570.html 16 16 * 2 new context menu commands 17 17 * ''Assign to Workspace'': allows the user to assign a topic/association to another workspace and thus changing its accessibility (#592). 18 * "Get Info" 18 * "Get Info": shows creator/modifier/owner info and timestamps for a topic or association (#747, #749). 19 19 20 20 Plugin Development Framework: 21 21 * **Service injection to migrations** (#324). 22 22 * Core API provides a generic `getObject(id)` method (#760). 23 * The Workspaces API is RESTful (#592). 23 * Workspaces module: 24 * The automatic workspace assignment for things created can be switched off on a per-request basis (#752). 25 * The Workspaces API is RESTful (#592). 26 * Webclient GUIToolkit: items rendered by `topic_menu()` can be disabled by the means of an indicator function (#755). 24 27 * Client-side Access Control events: 25 28 * The `logged_in` and `logged_out` events are replaces by `authority_increased` and `authority_decreased` with extended semantics (#592). 26 29 * `authority_decreased_2` 27 * The `postInstall()` hook is dropped. You can do the same with a migration now (#324).30 * The server-side `postInstall()` hook is dropped. You can do the same with a migration now (#324). 28 31 29 32 Changes: … … 32 35 33 36 Bug fixes: 34 * 37 * The ''Create Association'' operation is only available if the user has the corresponding permission (#592). 35 38 36 39 You can update any !DeepaMehta 4 standard installation which is not older than !DeepaMehta 4.1. For installation and update instructions see the [[https://github.com/jri/deepamehta#readme|README]]. 3rd-party plugins compatible with !DeepaMehta 4.4 might be required to be adapted in order to work in DeepaMehta 4.5.