Changes between Version 100 and Version 101 of ReleaseNotes


Ignore:
Timestamp:
21.05.2014 15:03:48 (10 years ago)
Author:
jri
Comment:

4.3 release notes, pt. 4

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v100 v101  
    1616* Server-side: 
    1717    * Core: deleting an association definition programatically does not corrupt the DB (#640). 
     18    * Editing a newly created Workspace in the Webclient does not run into an endless recursion (#627). 
    1819    * A plugin whose initialization fails is not tried to restart endlessly (#635). 
    1920    * The server is robust against empty-valued (non-DM) cookies (#625). 
     
    3334    * Files module: 
    3435        * An uploaded file can be processed by any plugin service (not just the Files service). The plugin can process the file it its own fashion (not necessarily writing it to disk). Arbitrary (JSON) data can be send as the response (#655). 
     36        * A new method in the server-side Files service allows a plugin to create new files in the file repository programmatically (#506). 
    3537    * Core Service method `getTopics(key, value, fetchComposite)` is RESTful (#637). 
    3638    * Core API's `CompositeValueModel` is extended (#632): 
     
    4345* Client-side: 
    4446    * New Webclient event `post_refresh_topicmap_menu` allows plugins to customize the Topicmap menu (#646). 
    45     * Files module: the file chooser dialog can upload files to an ''arbitrary'' plugin service (not just the Files service) (#655). 
     47    * Files module: the file chooser dialog can upload files to an arbitrary plugin service (not just the Files service) (#655). 
     48    * Topicmaps module: the client-side Topic API allows a plugin to add a newly created topicmap to the Topicmap menu, and to display the topicmap (#656). 
    4649 
    4750 
     
    5053        * `CompositeValueModel` has incompatible changes (#632). 
    5154        * `Type` interface and `TypeModel` class have incompatible changes related to index modes (#649). 
    52     * The Topicmaps API has incompatible changes related to topicmap loading (#653). 
     55    * Topicmaps module: 
     56        * Server-side API has incompatible changes related to topicmap loading (#653). 
     57        * Client-side API has incompatible changes related to selecting and creating a topicmap programmatically (#656). 
    5358    * The Facets API has incompatible changes (#629). 
    5459    * The Geomaps API has incompatible changes (client-side and server-side) (#645).