Changes between Version 141 and Version 142 of ReleaseNotes
- Timestamp:
- 21.06.2016 16:53:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v141 v142 5 5 ---- 6 6 7 == //upcoming//: DeepaMehta 4.8.1 ==7 == 2016-06-21: DeepaMehta 4.8.1 == 8 8 9 9 Besides a minor improvement DeepaMehta 4.8.1 fixes several bugs that prevented some 3rd-party plugins to run with DM 4.8. … … 12 12 13 13 Improvement: 14 * When the path ofa file repo request (`/filerepo/...`) points to a directory, and the directory contains an `index.html` file, it is served (#971).14 * When a file repo request (`/filerepo/...`) points to a directory, and the directory contains an `index.html` file, it is served (#971). 15 15 16 16 Bug fixes: … … 21 21 * There are privileged methods for mapping between usernames and email addresses. This is required for the `dm4-sign-up` and `dm4-subscriptions` 3rd-party plugins (#934, #825) 22 22 * Permissions: 23 * Implicit READ permission for types: a user is granted implicit READ permissionfor a type if she has READ permission for a given instance of that type (#899).23 * A user is granted //implicit READ permission// for a type if she has READ permission for a given instance of that type (#899). 24 24 * The READ permission for types is enforced by the backend in every situation (#899). 25 25 * The WRITE permission for topics/associations is enforced by the backend in every situation (#970). … … 32 32 * In case of enabled per-workspace file repositories: the on-demand creation of the workspace folder works in every situation (#965). 33 33 * Webclient module: 34 * The query parameters as send by the Webclient's RESTClient are properly URL-encoded. As a consequence creating topicmaps whose name contains a "&" is now possible (#984). 34 35 * The CKEditor "File Browser" plugin is included again (was missing in DM 4.8). This is required for the Upload feature of the `dm4-images` 3rd-party plugin (#952). 35 36