23 | | * Server-side: |
24 | | * Core API: add index modes afterwards while reindexing existing content (#649). |
25 | | * Facets module: |
26 | | * The Facets service is RESTful (#629). |
27 | | * The Facets service has a method to fetch a topic along with selected facets (#652). |
28 | | * Geomaps module: |
29 | | * The geocoder can be switched off on a per-request basis (#641). |
30 | | * The Geomaps service has a method to access the geo coordinate of a geo-facetted topic (#645). |
31 | | * Names of the service methods are more clear (#645). |
32 | | * Topicmaps module: |
33 | | * The Topicmaps service has a method to load a topicmap while including the topic's child topics (#653). |
34 | | * Files module: |
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). |
| 16 | * Core module: |
| 17 | * Add index modes to types afterwards and reindexing existing content (#649). |
45 | | * Client-side: |
| 26 | * Facets module: |
| 27 | * The Facets service is now RESTful (#629). |
| 28 | * The Facets service has a method to fetch a topic along with selected facets (#652). |
| 29 | * Geomaps module: |
| 30 | * The geocoder can be switched off on a per-request basis (#641). |
| 31 | * The Geomaps service has a method to access the geo coordinate of a geo-facetted topic (#645). |
| 32 | * Names of the service methods are more clear (#645). |
| 33 | * Topicmaps module: |
| 34 | * The Topicmaps service has a method to load a topicmap while including the topic's child topics (#653). |
| 35 | * 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). |
| 36 | * Files module: |
| 37 | * 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). |
| 38 | * Files module: the file chooser dialog can upload files to an arbitrary plugin service (not just the Files service) (#655). |
| 39 | * A new method in the server-side Files service allows a plugin to create new files in the file repository programmatically (#506). |
| 40 | * Webclient module: |