Changes between Version 47 and Version 48 of ReleaseNotes
- Timestamp:
- 21.12.2012 02:09:03 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v47 v48 15 15 16 16 New Features: 17 * Association Type editor (#48). The user can create custom association types. The color is configurable on a per-type basis. An association instance can hold arbitrary data. Simple and complex association types are supported (analogue to topic types). 17 * Association Type editor: let the user create custom association types. The color is configurable on a per-type basis. Simple and complex association types are supported (analogue to topic types) (#48). 18 * Association instance editor: let the user enter data for an association instance according to the association's type definition (#335). 18 19 19 20 GUI Improvements: 21 * Fulltext seach: wild cards, phrase search, and escaping is supported (#302). 22 * Keyboard shortcut: create associations via shift-drag (#304). 20 23 * Cluster move: Moving an association moves the visually connected subnetwork (#327). 24 * Auto-panning: If an auto-positioned topic is not in the current viewport then the map is auto-panned to bring the topic to the center (#303). 25 * Topic labels on canvas: a) Line breaks are preserved, b) Long labels are truncated (#300). 21 26 * More informative page panel: topics which are already visible on the canvas are displayed with an disabled icon. This provides a useful hint when revealing topics (#308). 22 27 * Differentiated gestures for revealing topics via the page panel: a) clicking the topic's icon reveals it, b) clicking the topic's label reveals ''and'' focuses it (#387). … … 32 37 Bug Fixes: 33 38 * Handle transitive plugin service dependencies (#351). 39 * Join users to workspaces: interactively created associations between a Username and a Workspace are editable (#331). 40 * Delete search topics (#317). 41 * Don't select toolbar accidentally (#301). 42 * Don't create circular associations [36791f41]. 43 * Edit an association type's View Configuration interactively (#342). 44 * Edit a meta type's View Configuration via REST API (#378). 34 45 * Redeploy the Core while active HTTP sessions exist (#299). 35 * Edit meta type view configuration via REST API (#378).36 46 37 47 Plugin Development Framework: … … 41 51 * Client-side load mechanism for auxiliary scripts: scripts located in `script/helper/` are loaded synchronously ''before'' the plugin is loaded (#372). 42 52 * The "association" part of a RelatedTopic is serialized (#266). 53 * More efficient aggregation update logic and idempotent operations (#319). 43 54 * Refactored internal object fetch/store code (#340). 44 55 * 3 new core events: `PreUpdateAssociation`, `PostUpdateAssociation`, `IntroduceAssociationType` [654d9c7b][3645932c]. 45 56 * New client-side event `option_topics` allows filtering selection lists (comboboxes and checkbox lists) (#345). 57 * Webclient API: the Topic's and Association's `composite` property contains true `Topic` objects (formerly plain JavaScript objects) [3105fee2]. 46 58 47 59 ----