Changes between Version 100 and Version 101 of ReleaseNotes
- Timestamp:
- 21.05.2014 15:03:48 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v100 v101 16 16 * Server-side: 17 17 * 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). 18 19 * A plugin whose initialization fails is not tried to restart endlessly (#635). 19 20 * The server is robust against empty-valued (non-DM) cookies (#625). … … 33 34 * Files module: 34 35 * 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). 35 37 * Core Service method `getTopics(key, value, fetchComposite)` is RESTful (#637). 36 38 * Core API's `CompositeValueModel` is extended (#632): … … 43 45 * Client-side: 44 46 * 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). 46 49 47 50 … … 50 53 * `CompositeValueModel` has incompatible changes (#632). 51 54 * `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). 53 58 * The Facets API has incompatible changes (#629). 54 59 * The Geomaps API has incompatible changes (client-side and server-side) (#645).