Changes for page Release Notes for XWiki 4.3 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.en ygma1 +XWiki.VincentMassol - Content
-
... ... @@ -8,12 +8,6 @@ 8 8 9 9 = New and Noteworthy (since XWiki 4.3 Milestone 1) = 10 10 11 -== New localization module == 12 - 13 -A new localization module has been introduced to replace the old XWikiMessageTool. 14 - 15 -See [[extensions:Extension.Localization Module]] for more details. 16 - 17 17 == Default date picker == 18 18 19 19 The date picker from [[AppWithinMinutes>>extensions:Extension.App Within Minutes Application]] is now the default picker for all [[XClass>>platform:DevGuide.DataModel]] properties of type Date. This means that you'll get a date picker when editing an object with a Date property even if you didn't use AppWithinMinutes to create the XClass. ... ... @@ -36,29 +36,35 @@ 36 36 37 37 {{image reference="userPicker-viewMultiple.png"/}} 38 38 39 -== REST API Improvements == 40 - 41 -Some improvements have been done to the REST API with respect to wiki management. 42 - 43 -* XARs can be imported in Wikis by POSTing it to the /wikis/{wikiName} 44 -* New wikis can be created using the /wikimanager resource. (This resource is only available with XWiki Enterprise Manager) 45 - 46 -For more information see [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]] 47 - 48 48 == Miscellaneous == 49 49 50 50 <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!> 51 51 37 +* Search Admin UI improvements ({{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-8408{{/jira}}):((( 38 +{{image reference="searchAdminUINew.png"/}} 39 +))) 40 + 52 52 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%224.3-milestone-2%22&tempMax=1000]] fixed in this release. 53 53 54 54 = For Developers = 55 55 56 -== <developerfeatureN>==45 +== New Localization Module == 57 57 58 - <description ofdeveloperfeatureN>47 +A new localization module has been introduced to replace the old XWikiMessageTool. 59 59 60 - * XWiki REST API refactoring. Introduction of a newxwiki-platform-rest-apimodule containing all resource declarations.This is important forclientandmoduleswilling to use the REST API so that they can have all the information aboutresourcesusing Java annotation. See [[XWiki RESTfulAPI>>platform:Features.XWikiRESTfulAPI]]49 +See [[extensions:Extension.Localization Module]] for more details. 61 61 51 +== REST API Improvements == 52 + 53 +Some improvements have been done to the REST API with respect to wiki management. 54 + 55 +* XARs can be imported in Wikis by POSTing it to the /wikis/{wikiName} 56 +* New wikis can be created using the /wikimanager resource. (This resource is only available with XWiki Enterprise Manager) 57 + 58 +For more information see [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]] 59 + 60 +In addition there was an XWiki REST API refactoring done with the introduction of a new ##xwiki-platform-rest-api## module containing all resource declarations. This is important for client and modules willing to use the REST API so that they can have all the information about resources using Java annotation. See [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]]. 61 + 62 62 == Execution context property declarations == 63 63 64 64 Execution context properties can now be associated with various metadata attributes. See [[the documentation on the execution context>>doc:platform:DevGuide.SavingData||anchor="HExecutionContext"]] for more information.