Changes between Version 88 and Version 89 of ReleaseNotes


Ignore:
Timestamp:
17.02.2014 16:10:19 (11 years ago)
Author:
jri
Comment:

4.2 release notes, pt. 3

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v88 v89  
    2626    * Closed dialogs do not pollute the DOM (#583). 
    2727* 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). 
    2830    * 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). 
    2931    * When updating a topic/association its URI is not lost (#311). 
     
    3739        * deleteAssociationType() 
    3840    * 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) 
    4045    * A plugin can react on Login and Logout events as fired by the Access Control module (#538). 
    4146    * A plugin can react on being stopped by the means of a `shutdown()` hook (#594). 
     
    5055    * The Topicmap plugin's `TopicmapViewmodel` class is reusable by 3rd-party webclients (#612). 
    5156 
    52 Updated 3rd party components: 
     57Further changes: 
     58* Deleting topics performs faster (#617). 
     59* Updated 3rd party components: 
    5360    * Jetty 6.1.2 -> 7.6.13 (#584) 
    5461    * CKEditor 3.6.2 -> 4.3.2 (#585)