Changes for page Release Notes for XWiki 4.3 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Replaced temporary release summary.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,8 +4,12 @@ 4 4 5 5 This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version. 6 6 7 -This is the first milestone of the XWiki 4.3 version ([[Roadmap>>xwiki:Main.Roadmap]]). This release brings absolutely nothing? really? Oh, it's not released yet...7 +This is the first milestone of the XWiki 4.3 version ([[Roadmap>>xwiki:Main.Roadmap]]). 8 8 9 +This release brings several improvements in Workspaces, Extension Manager, Distribution Wizard and the REST API. It is also possible to activate the multiwiki feature when using the HSQLDB database (i.e., in the standalone version of XWiki Enterprise). 10 + 11 +It also provides several important fixes for bugs related to importing Office Documents while using filesystem attachments. 12 + 9 9 = New and Noteworthy (since XWiki 4.2) = 10 10 11 11 == Workspace Templates == ... ... @@ -184,7 +184,6 @@ 184 184 185 185 * Many REST API module classes that were not meant to be public have been moved to internal package.((( 186 186 {{code language="none"}} 187 -org.xwiki.rest.model.jaxb.Page: Removed field version 188 188 org.xwiki.rest.ComponentsObjectFactory: Class org.xwiki.rest.ComponentsObjectFactory removed 189 189 org.xwiki.rest.Constants: Field ALLOWED_VALUES_ATTRIBUTE_NAME has been removed, but it was previously a constant 190 190 org.xwiki.rest.Constants: Field RELEASABLE_COMPONENT_REFERENCES has been removed, but it was previously a constant ... ... @@ -264,6 +264,17 @@ 264 264 org.xwiki.rest.resources.wikis.WikiPagesResource: Class org.xwiki.rest.resources.wikis.WikiPagesResource removed 265 265 org.xwiki.rest.resources.wikis.WikiSearchResource: Class org.xwiki.rest.resources.wikis.WikiSearchResource removed 266 266 org.xwiki.rest.resources.wikis.WikisResource: Class org.xwiki.rest.resources.wikis.WikisResource removed 270 +{{/code}} 271 +))) 272 + 273 +* The version field has been moved from Page to PageSummary which is the superclass of Page((( 274 +{{code language="none"}} 275 +org.xwiki.rest.model.jaxb.Page: Removed field version 276 +{{/code}} 277 +))) 278 + 279 +* Added methods for creating workspaces and retrieving workspace templates.((( 280 +{{code language="none"}} 267 267 org.xwiki.workspace.WorkspaceManager: Method 'public com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer createWorkspace(java.lang.String, com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer, java.lang.String)' has been added to an interface 268 268 org.xwiki.workspace.WorkspaceManager: Method 'public java.util.List getWorkspaceTemplates()' has been added to an interface 269 269 {{/code}}