Changes for page Release Notes for XWiki 4.3 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
fix link
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mflorea1 +XWiki.VincentMassol - Content
-
... ... @@ -16,31 +16,31 @@ 16 16 17 17 == Default date picker == 18 18 19 -The date picker from AppWithinMinutes is now the default picker for all XClass 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. 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. 20 20 21 -{{image reference="DatePicker.png" 21 +{{image reference="DatePicker.png"/}} 22 22 23 23 If for some reason you don't want to use the new date picker then you can edit the XClass and uncheck "Use Date Picker" for the Date property. 24 24 25 25 == User picker == 26 26 27 -We added a user picker that is used by default for all XClass properties of type "List of Users". When multiple selection is enabled, each selected user is added to the list above the picker. You can remove individual users from the list of selected users or you can clear the entire list. 27 +We added a user picker that is used by default for all [[XClass>>platform:DevGuide.DataModel]] properties of type "List of Users". When multiple selection is enabled, each selected user is added to the list above the picker. You can remove individual users from the list of selected users or you can clear the entire list. 28 28 29 -{{image reference="userPicker-editMultiple.png" 29 +{{image reference="userPicker-editMultiple.png"/}} 30 30 31 31 In single selection mode whenever you select an user it overwrites the previously selected user. 32 32 33 -{{image reference="userPicker-editSingle-objectEditor.png" 33 +{{image reference="userPicker-editSingle-objectEditor.png"/}} 34 34 35 35 The list of selected users is displayed in view mode in a similar way. For each user there is a link to their profile page. 36 36 37 -{{image reference="userPicker-viewMultiple.png" 37 +{{image reference="userPicker-viewMultiple.png"/}} 38 38 39 39 == Miscellaneous == 40 40 41 41 <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!> 42 42 43 -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+%22 <version>%22&tempMax=1000]] fixed in this release.43 +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. 44 44 45 45 = For Developers = 46 46 ... ... @@ -106,9 +106,9 @@ 106 106 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. 107 107 {{/warning}} 108 108 109 -== Issues specific to XWiki <version>==109 +== Issues specific to XWiki 4.3 Milestone 2 == 110 110 111 - <issues specific to theproject>111 +* The methods setUrlPatternMatcher and getUrlPatternMatcher have been removed from the core class com.xpn.xwiki.XWiki. The underlying URLPatternMatcher could not really be used as a singleton instance and was causing irregular failures in the basic authentication method. Thus these methods cannot be meaningfully relied upon and have therefore been removed. 112 112 113 113 == API Breakages == 114 114