Changes between Version 135 and Version 136 of ReleaseNotes
- Timestamp:
- 15.04.2016 16:29:28 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v135 v136 14 14 * Collaborative authoring in private views: private topicmaps can be created within shared workspaces (#927). 15 15 * Association Auto-Typing (#931). 16 * New standard topic type "Event" as the basis for calendaring applaications (#902). 17 * New standard topic types "Date", "Time", "DateTime" (#901). 16 * 2 new standard modules: 17 * DM4 Events: provides topic type "Event" as the basis for calendaring applaications (#902). 18 * DM4 Date/Time: provides topic types "Date", "Time", "DateTime" (#901). 19 * Extended hot deployment for both, 20 * The standard distribution (#846). 21 * The development environment (#847). 18 22 19 23 Improvements: 24 * Renaming/deleting/inspecting properties of a topicmap or workspace is simplified (#852, #427). 20 25 * Meta model extension: more than one assoc def with the same child type are allowed (#903). 26 * Streamlined text editor with a hand-picked feature set (#700). 21 27 * Auto-scale images and videos displayed in the detail panel (#876). 22 28 * Contacts model: Person has a Date of Birth (#916). 23 29 * Contacts model: new type "Organizational Role" to describe a Person-Institution relationship (#916). 30 * The disk quota can be disabled at both levels, globally, or per-user (#812). 24 31 * Fine granular request filter (#946). 25 32 26 33 Bug fixes: 34 * Deleting a workspace doesn't corrupt DB (#898). 35 * When switching to a geomap the canvas element keeps its event handlers (#896). 27 36 * Numbers are sorted numerically (#928). 28 37 * On small displays the Webclient toolbar does not line wrap (#926). 38 * When changing the assoc def order in the type editor the assoc defs does not loose their renderers (#909). 39 * Changing the label configuration has an effect in every situation (#910). 40 * For a private installation the browser's own login dialog appears. Was broken in DM 4.7 (#892). 41 * The Geomaps module doesn't issue the failing `/theme/default/style.css` request anymore (#894). 29 42 30 43 Changes: 31 * CKEditor updated 4.3.2 -> 4.5.6. The toolbar is streamlined (#700). 44 * A disk quota is disabled by default (#812). 45 * CKEditor updated 4.3.2 -> 4.5.6 (#700). 32 46 * Extensive Core refactoring (#935). 33 47 … … 36 50 * Composite renderers (#908). 37 51 * Directives can be attached to any response (#932). 52 * Add property indexes afterwards (#897). 38 53 * New `ModelFactory` is in charge for creating Model objects (#933). 39 54 * Revised Core API (#941). 40 55 * Core API: ChildTopics accessors which don't throw (#923). 56 * by-URI deletion references (#631). 57 * Files API: user support for constructing repository paths (#884). 58 * Bug fixes: 59 * The "URI uniqueness" check is also performed when //updating// a topic/association (#891). 41 60 42 61 ----