Changes between Version 98 and Version 99 of ReleaseNotes
- Timestamp:
- 20.05.2014 16:18:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v98 v99 9 9 Bug fixes: 10 10 * Server-side: 11 * Core: deleting an association definition programatically does not corrupt the DB (#640). 11 12 * A plugin whose initialization fails is not tried to restart endlessly (#635). 12 13 * The server is robust against empty-valued (non-DM) cookies (#625). … … 14 15 Plugin Development Framework: 15 16 * Server-side: 17 * Core API: add index modes afterwards while reindexing existing content (#649). 16 18 * 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). 17 23 * Core Service method `getTopics(key, value, fetchComposite)` is RESTful (#637). 18 24 * Core API's `CompositeValueModel` is extended (#632): … … 23 29 * Core API: an exposed DB vendor object allows plugins to utilize vendor specific DB extensions (#634). 24 30 * Client-side: 31 * New Webclient event `post_refresh_topicmap_menu` allows plugins to customize the Topicmap menu (#646). 25 32 26 33 * 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). 28 37 * The Facets API has incompatible changes (#629). 38 * The Geomaps API has incompatible changes (client-side and server-side) (#645). 29 39 30 40 ----