Last modified by Thomas Mortagne on 2023/10/13

<
From version < 28.1 >
edited by Thomas Mortagne
on 2012/11/07
To version < 32.1 >
edited by Fabio Mancinelli
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.fmancinelli
Content
... ... @@ -48,11 +48,10 @@
48 48  
49 49  == Miscellaneous ==
50 50  
51 -<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!>
52 -
53 53  * Search Admin UI improvements ({{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-8408{{/jira}}):(((
54 54  {{image reference="searchAdminUINew.png"/}}
55 55  )))
54 +* Automatically register translations for the FAQ and IRCBot applications
56 56  
57 57  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.
58 58  
... ... @@ -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  
81 +== New Scope property for wiki components and UI extensions ==
82 +
83 +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:
84 +
85 +* Current Wiki, the component/UI extension will be available in the current wiki
86 +* Global, the component/UI extension will be available in all the wikis (wiki farms)
87 +* Current User, the component/UI extension will only be available for its author
88 +
82 82  == Deprecated and Retired projects ==
83 83  
84 84  <description of deprecated and retired projects>
... ... @@ -100,6 +100,8 @@
100 100  
101 101  <other dev stuff to add and link to JIRA for all issues fixed>
102 102  
110 +* Fixed a bug about incorrect results in multi-wiki lucene search in the REST API.
111 +
103 103  = Translations =
104 104  
105 105  The following translations have been updated:
... ... @@ -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}}.
149 +* 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