Changes between Version 92 and Version 93 of ReleaseNotes


Ignore:
Timestamp:
18.02.2014 02:56:22 (11 years ago)
Author:
jri
Comment:

4.2 release notes, revision 2

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v92 v93  
    1414 
    15152 new plugins (optional install): 
    16 * !WebSockets: allows plugins to push messages and to react on messages\\ 
     16* !WebSockets: allows plugins to push messages and to react on messages received from clients.\\ 
    1717  https://github.com/jri/dm4-websockets 
    18 * D3.js Renderer (experimental): a topicmap renderer based on D3/SVG that utilizes an animated force layout\\ 
     18* D3.js Renderer (experimental): a topicmap renderer based on D3/SVG that utilizes an animated force layout.\\ 
    1919  https://github.com/jri/dm4-d3js-renderer 
    2020 
     
    2525Bug fixes: 
    2626* Webclient: 
    27     * Pressing the "Create a Note instantly" button (Alt-N) while another topic is edited causes no lost edits (#595). 
     27    * Pressing the "Create a Note instantly" button (Alt-N) while another topic is being edited causes no lost edits (#595). 
    2828    * Deleted types disappear from type menus (#246). 
    2929    * A Folder topic's content listing is sorted on all platforms (#605). 
    3030    * On a Mac: ctrl-clicking a topic's type icon does not initiate association drawing (#604). 
    31     * Clicking on a long menu's scrollbar does not close the menu prematurely on mouse up (Firefox, Chrome) (#609). 
     31    * Clicking on a long menu's scrollbar does not close the menu prematurely on mouseup (Firefox, Chrome) (#609). 
    3232    * Closed dialogs do not pollute the DOM (#583). 
    3333* Server-side: 
    3434    * Deleting an Association Definition does not corrupt the DB (#615). 
    3535    * Topic create/update logic: resolved topic references have a composite value (#614). 
    36     * 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 the up-to-date parent topic/association is retrieved. (#510). 
     36    * 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 the up-to-date parent topic/association is retrieved (#510). 
    3737    * When updating a topic/association its URI is not lost (#311). 
    3838 
     
    6161    * The Topicmap plugin's `TopicmapViewmodel` class is reusable by 3rd-party webclients (#612). 
    6262* COMPATIBILITY NOTES 
    63     * There are breaking API changes in the Webclient's GUIToolkit: if your plugin display dialog boxes (`dm4c.ui.dialog()`) it must be adapted. See comments in #583 and #610. 
     63    * There are breaking API changes in the Webclient's GUIToolkit: if your plugin displays dialog boxes (`dm4c.ui.dialog()`) it must be adapted. See comments in #583 and #610. 
    6464 
    6565Further changes: 
    6666* Deleting topics perform faster (#617). 
    6767* 3rd-party components are updated: 
    68     * Jetty 6.1.2 -> 7.6.13 (#584) 
    69     * CKEditor 3.6.2 -> 4.3.2 (#585) 
     68    * Jetty 6.1.2 -> 7.6.13 (#584). 
     69    * CKEditor 3.6.2 -> 4.3.2 (#585). 
    7070 
    7171----