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. jvdrean1 +XWiki.ThomasMortagne - Content
-
... ... @@ -79,14 +79,6 @@ 79 79 80 80 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. 81 81 82 -== New Scope property for wiki components and UI extensions == 83 - 84 -A scope can now be defined for [[wiki components>>extensions:Extension.WikiComponent Module]] and [[UI extensions>>extensions:Extension.UIExtension Module]], it allows to restrict for which wiki(s) or which user they will be available: 85 - 86 -* Current Wiki, the component/UI extension will be available in the current wiki 87 -* Global, the component/UI extension will be available in all the wikis (wiki farms) 88 -* Current User, the component/UI extension will only be available for its author 89 - 90 90 == Deprecated and Retired projects == 91 91 92 92 <description of deprecated and retired projects> ... ... @@ -145,7 +145,7 @@ 145 145 == Issues specific to XWiki 4.3 Milestone 2 == 146 146 147 147 * 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. 148 -* When setting the value using setValue (or setList) on a list field in an XWiki object, the list will now be copied. To be able to update the list, you must call getValue (or getList) and update the returned list. This is due to {{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-8398{{/jira}}. 140 +* When setting the value using setValue (or setList) on a list field in an XWiki object, the list will now be copied. To be able to update the list, you must call getValue (or getList) and update the returned list. This is due to ({{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-8398{{/jira}}. 149 149 150 150 == API Breakages == 151 151