Changes between Version 98 and Version 99 of ReleaseNotes


Ignore:
Timestamp:
20.05.2014 16:18:16 (11 years ago)
Author:
jri
Comment:

4.3 release notes, pt. 2

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v98 v99  
    99Bug fixes: 
    1010* Server-side: 
     11    * Core: deleting an association definition programatically does not corrupt the DB (#640). 
    1112    * A plugin whose initialization fails is not tried to restart endlessly (#635). 
    1213    * The server is robust against empty-valued (non-DM) cookies (#625). 
     
    1415Plugin Development Framework: 
    1516* Server-side: 
     17    * Core API: add index modes afterwards while reindexing existing content (#649). 
    1618    * The Facets service is RESTful (#629). 
     19    * Geomaps module: 
     20        * The geocoder can be switched off on a per-request basis (#641). 
     21        * The Geomaps service has a method to access the geo coordinate of a geo-facetted topic (#645). 
     22        * Names of the service methods are more clear (#645). 
    1723    * Core Service method `getTopics(key, value, fetchComposite)` is RESTful (#637). 
    1824    * Core API's `CompositeValueModel` is extended (#632): 
     
    2329    * Core API: an exposed DB vendor object allows plugins to utilize vendor specific DB extensions (#634). 
    2430* Client-side: 
     31    * New Webclient event `post_refresh_topicmap_menu` allows plugins to customize the Topicmap menu (#646). 
    2532 
    2633* COMPATIBILITY NOTES 
    27     * Core API: `CompositeValueModel` has incompatible changes (#632). 
     34    * Core API: 
     35        * `CompositeValueModel` has incompatible changes (#632). 
     36        * `Type` API and `TypeModel` API have incompatible changes related to index modes (#649). 
    2837    * The Facets API has incompatible changes (#629). 
     38    * The Geomaps API has incompatible changes (client-side and server-side) (#645). 
    2939 
    3040----