Changes between Version 88 and Version 89 of ReleaseNotes
- Timestamp:
- 17.02.2014 16:10:19 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v88 v89 26 26 * Closed dialogs do not pollute the DOM (#583). 27 27 * Server-side: 28 * Deleting an Association Definition does not corrupt the DB (#615). 29 * Topic create/update logic: resolved topic references have a composite value (#614). 28 30 * Time plugin: when a child topic is updated the modification timestamp bubbles up to all composite parent objects. Thus the browser cache is invalidated and an up-to-date parent topic/association is retrieved. (#510). 29 31 * When updating a topic/association its URI is not lost (#311). … … 37 39 * deleteAssociationType() 38 40 * The Core Service provides a method for delivering an event to a sinlge plugin (#597). 39 * New Core Event: `POST_UPDATE_TOPIC_REQUEST` (#587). 41 * 3 new Core Events: 42 * `POST_UPDATE_TOPIC_REQUEST` (#587) 43 * `PRE_DELETE_TOPIC` (#616) 44 * `POST_DELETE_TOPIC` (#616) 40 45 * A plugin can react on Login and Logout events as fired by the Access Control module (#538). 41 46 * A plugin can react on being stopped by the means of a `shutdown()` hook (#594). … … 50 55 * The Topicmap plugin's `TopicmapViewmodel` class is reusable by 3rd-party webclients (#612). 51 56 52 Updated 3rd party components: 57 Further changes: 58 * Deleting topics performs faster (#617). 59 * Updated 3rd party components: 53 60 * Jetty 6.1.2 -> 7.6.13 (#584) 54 61 * CKEditor 3.6.2 -> 4.3.2 (#585)