Last modified by Thomas Mortagne on 2017/03/24

<
From version < 28.1 >
edited by Thomas Mortagne
on 2012/11/07
To version < 30.1 >
edited by Jean-Vincent Drean
on 2012/11/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.jvdrean
Content
... ... @@ -79,6 +79,14 @@
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 +
82 82  == Deprecated and Retired projects ==
83 83  
84 84  <description of deprecated and retired projects>
... ... @@ -137,7 +137,7 @@
137 137  == Issues specific to XWiki 4.3 Milestone 2 ==
138 138  
139 139  * 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.
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}}.
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}}.
141 141  
142 142  == API Breakages ==
143 143  

Get Connected