Version 25.1 by Marius Dumitru Florea on 2013/11/07

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 5.3 Milestone 1) =
10
11 [[Full list of issues fixed and Dashboard for 5.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11698]].
12
13 == Solr Search Improvements ==
14
15 === Search Facets ===
16
17 The display of some of the search facets has been improved. The Author and Creator facets now show the user full name, alias and avatar.
18
19 {{image reference="search-userFacet.png"/}}
20
21 The wiki facet displays the wiki pretty name instead of the wiki identifier.
22
23 {{image reference="search-wikiFacet.png"/}}
24
25 The language facet displays the full language name and country (when applicable) in the current locale.
26
27 {{image reference="search-languageFacet.png" /}}
28
29 The number of displayed facet values is limited to 5 by default but you can see the rest of the values by clicking on the link following the facet values (each click will show 5 more values).
30
31 The date facets (last modification date and creation date) have been improved to display a list of predefined date intervals, with the possibility to specify a custom date interval.
32
33 {{image reference="search-dateFacet.png" /}}
34
35 When selected, the date facet displays the end point of the date interval. If you specify only the start/end date then the interval will include all dates after/before the specified date.
36
37 {{image reference="search-dateFacet-selected.png" /}}
38
39 See the [[Solr Search Application documentation>>extensions:Extension.Solr Search Application]] for details.
40
41 == WikiStream improvements ==
42
43 === Script service improvements ===
44
45 * added a properties converter for ##WikiStreamType## to make easier to manipulate it from Velocity
46 * made APIs asynchronous
47
48 === Confluence XML input module for WikiStream ===
49
50 A new WikiStream input module has been added to parse [[Confluence backup packages>>https://confluence.atlassian.com/display/DOC/Exporting+Confluence+Pages+and+Spaces+to+XML]].
51
52 === New XHTML based Confluence syntax ===
53
54 Since 4.0 Confluence moved to a XHTML based syntax for pages content. So in order to import recent version of Confluences a parser for this syntax had to be written first.
55
56 == Miscellaneous ==
57
58 * The URL Legacy JAR is now correctly bundled in the XE WAR. This is important since otherwise you'd need to set the URL configuration properties in your ##xwiki.properties## file in addition to setting them in ##xwiki.cfg##. For example ##url.standard.multiwiki.isPathBased## in ##xwiki.properties## **and** ##xwiki.virtual.usepath## in ##xwiki.cfg##).
59
60 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.
61
62 = For Developers =
63
64 == <developer feature N> ==
65
66 <description of developer feature N>
67
68 == Deprecated and Retired projects ==
69
70 <description of deprecated and retired projects>
71
72 == Upgrades ==
73
74 The following dependencies have been upgraded:
75
76 * [[Groovy 2.1.9>>http://jira.xwiki.org/browse/XWIKI-9603]]
77 * [[Bouncy Castle Crypto package 1.49>>http://jira.xwiki.org/browse/XWIKI-9631]] (Warning: Not fully binary compatible)
78
79 == Miscellaneous ==
80
81 * new {{code language="none"}}com.xpn.xwiki.doc.XWikiDocument#getDocumentReferenceWithLocale(){{/code}} method to get the real reference of the document to use in {{code language="none"}}com.xpn.xwiki.XWiki#getDocument(DocumentReference, XWikiContext){{/code}} for example
82
83 = Translations =
84
85 The following translations have been updated:
86
87 {{language codes="none, none"/}}
88
89 = Tested Browsers & Databases =
90
91 {{include reference="TestReports.ManualTestReportXWiki53M2Summary"/}}
92
93 = Known issues =
94
95 * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
96
97 = Backward Compatibility and Migration Notes =
98
99 == General Notes ==
100
101 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
102
103 {{warning}}
104 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.
105 {{/warning}}
106
107 == Issues specific to XWiki <version> ==
108
109 <issues specific to the project>
110
111 == API Breakages ==
112
113 The following APIs were modified since XWiki 5.2:
114
115 * Very young API. Never fully worked.
116
117 {{code language="none"}}
118 org.xwiki.xml.stax.SAXEventConsumer: Class org.xwiki.xml.stax.SAXEventConsumer removed
119 org.xwiki.xml.stax.SAXEventWriter: Removed org.xwiki.xml.stax.SAXEventConsumer from the list of superclasses
120 {{/code}}
121
122 * Requesting a dependency without indicating the namespace does not really make sense. This interface is not really supposed to be implemented anyway.
123
124 {{code language="none"}}
125 org.xwiki.extension.ExtensionManager: Method 'public org.xwiki.extension.Extension resolveExtension(org.xwiki.extension.ExtensionDependency, java.lang.String)' has been added to an interface
126 {{/code}}
127
128 * Needed to filter search by namespace. This interface is not really supposed to be implemented anyway.
129
130 {{code language="none"}}
131 org.xwiki.extension.repository.InstalledExtensionRepository: Method 'public org.xwiki.extension.repository.result.IterableResult searchInstalledExtensions(java.lang.String, java.lang.String, int, int)' has been added to an interface
132 {{/code}}
133
134 * Young API.
135
136 {{code language="none"}}
137 org.xwiki.filter.xml.serializer.XMLSerializerFactory: Method 'public java.lang.Object createSerializer(java.lang.Class[], javax.xml.transform.Result, org.xwiki.filter.xml.XMLConfiguration)' has been added to an interface
138 {{/code}}
139
140 * Young API that has been refactored to introduce the new Resource module.
141
142 {{code language="none"}}
143 org.xwiki.url.AbstractXWikiURL: Class org.xwiki.url.AbstractXWikiURL removed
144 org.xwiki.url.URLCreationException: Class org.xwiki.url.URLCreationException removed
145 org.xwiki.url.UnsupportedURLException: Class org.xwiki.url.UnsupportedURLException removed
146 org.xwiki.url.XWikiEntityURL: Class org.xwiki.url.XWikiEntityURL removed
147 org.xwiki.url.XWikiURL: Class org.xwiki.url.XWikiURL removed
148 org.xwiki.url.XWikiURLFactory: Class org.xwiki.url.XWikiURLFactory removed
149 org.xwiki.url.XWikiURLManager: Class org.xwiki.url.XWikiURLManager removed
150 org.xwiki.url.XWikiURLSerializer: Class org.xwiki.url.XWikiURLSerializer removed
151 org.xwiki.url.XWikiURLType: Class org.xwiki.url.XWikiURLType removed
152 {{/code}}
153
154 * XWikiURL (now Resource) should only be in the Execution Context and not in the Request.
155
156 {{code language="none"}}
157 org.xwiki.container.servlet.ServletRequest: Method 'public org.xwiki.url.XWikiURL getURL()' has been removed
158 org.xwiki.container.servlet.ServletRequest: Method 'public void setXWikiURL(org.xwiki.url.XWikiURL)' has been removed
159 org.xwiki.container.portlet.PortletRequest: Method 'public org.xwiki.url.XWikiURL getURL()' has been removed
160 org.xwiki.container.portlet.PortletRequest: Method 'public void setXWikiURL(org.xwiki.url.XWikiURL)' has been removed
161 org.xwiki.container.Request: Field XWIKI_URL has been removed, but it was previously a constant
162 {{/code}}

Get Connected