Version 13.1 by Thomas Mortagne on 2013/11/04

Hide last authors
Marius Dumitru Florea 1.1 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
Marius Dumitru Florea 5.1 13 == Solr Search Improvements ==
14
15 === Search Facets ===
16
Marius Dumitru Florea 5.2 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.
Marius Dumitru Florea 5.1 18
Thomas Mortagne 8.1 19 {{image reference="search-userFacet.png"/}}
Marius Dumitru Florea 5.1 20
Marius Dumitru Florea 12.1 21 The wiki facet displays the wiki pretty name instead of the wiki identifier.
22
23 {{image reference="search-wikiFacet.png"/}}
24
Marius Dumitru Florea 6.3 25 See the [[Solr Search Application documentation>>extensions:Extension.Solr Search Application]] for details.
Marius Dumitru Florea 6.1 26
Thomas Mortagne 13.1 27 == WikiStream improvements ==
Marius Dumitru Florea 1.1 28
Thomas Mortagne 13.1 29 === Script service improvements ===
Thomas Mortagne 10.1 30
Thomas Mortagne 13.1 31 Added a WikiStreamType properties converter to make easier to manipulate it from Velocity.
32
33 === Confluence XML input module for WikiStream ===
34
Thomas Mortagne 10.1 35 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]].
36
Thomas Mortagne 2.1 37 === New XHTML based Confluence syntax ===
Marius Dumitru Florea 1.1 38
Thomas Mortagne 10.1 39 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.
Thomas Mortagne 2.1 40
Marius Dumitru Florea 1.1 41 == Miscellaneous ==
42
Vincent Massol 7.1 43 * 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##).
Marius Dumitru Florea 1.1 44
45 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.
46
47 = For Developers =
48
49 == <developer feature N> ==
50
51 <description of developer feature N>
52
53 == Deprecated and Retired projects ==
54
55 <description of deprecated and retired projects>
56
57 == Upgrades ==
58
59 The following dependencies have been upgraded:
60
Vincent Massol 3.1 61 * [[Groovy 2.1.9>>http://jira.xwiki.org/browse/XWIKI-9603]]
Marius Dumitru Florea 1.1 62
63 == Miscellaneous ==
64
Thomas Mortagne 9.1 65 * 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
Marius Dumitru Florea 1.1 66
67 = Translations =
68
69 The following translations have been updated:
70
71 {{language codes="none, none"/}}
72
73 = Tested Browsers & Databases =
74
75 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
76
77 = Known issues =
78
79 * [[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]]
80
81 = Backward Compatibility and Migration Notes =
82
83 == General Notes ==
84
85 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
86
87 {{warning}}
88 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.
89 {{/warning}}
90
91 == Issues specific to XWiki <version> ==
92
93 <issues specific to the project>
94
95 == API Breakages ==
96
97 The following APIs were modified since XWiki 5.2:
98
99 * Very young API. Never fully worked.
100
101 {{code language="none"}}
102 org.xwiki.xml.stax.SAXEventConsumer: Class org.xwiki.xml.stax.SAXEventConsumer removed
103 org.xwiki.xml.stax.SAXEventWriter: Removed org.xwiki.xml.stax.SAXEventConsumer from the list of superclasses
104 {{/code}}
105
106 * Requesting a dependency without indicating the namespace does not really make sense. This interface is not really supposed to be implemented anyway.
107
108 {{code language="none"}}
109 org.xwiki.extension.ExtensionManager: Method 'public org.xwiki.extension.Extension resolveExtension(org.xwiki.extension.ExtensionDependency, java.lang.String)' has been added to an interface
110 {{/code}}
111
112 * Needed to filter search by namespace. This interface is not really supposed to be implemented anyway.
113
114 {{code language="none"}}
115 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
116 {{/code}}
117
118 * Young API.
119
120 {{code language="none"}}
121 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
122 {{/code}}
123
124 * Young API that has been refactored to introduce the new Resource module.
125
126 {{code language="none"}}
127 org.xwiki.url.AbstractXWikiURL: Class org.xwiki.url.AbstractXWikiURL removed
128 org.xwiki.url.URLCreationException: Class org.xwiki.url.URLCreationException removed
129 org.xwiki.url.UnsupportedURLException: Class org.xwiki.url.UnsupportedURLException removed
130 org.xwiki.url.XWikiEntityURL: Class org.xwiki.url.XWikiEntityURL removed
131 org.xwiki.url.XWikiURL: Class org.xwiki.url.XWikiURL removed
132 org.xwiki.url.XWikiURLFactory: Class org.xwiki.url.XWikiURLFactory removed
133 org.xwiki.url.XWikiURLManager: Class org.xwiki.url.XWikiURLManager removed
134 org.xwiki.url.XWikiURLSerializer: Class org.xwiki.url.XWikiURLSerializer removed
135 org.xwiki.url.XWikiURLType: Class org.xwiki.url.XWikiURLType removed
136 {{/code}}
137
138 * XWikiURL (now Resource) should only be in the Execution Context and not in the Request.
139
140 {{code language="none"}}
141 org.xwiki.container.servlet.ServletRequest: Method 'public org.xwiki.url.XWikiURL getURL()' has been removed
142 org.xwiki.container.servlet.ServletRequest: Method 'public void setXWikiURL(org.xwiki.url.XWikiURL)' has been removed
143 org.xwiki.container.portlet.PortletRequest: Method 'public org.xwiki.url.XWikiURL getURL()' has been removed
144 org.xwiki.container.portlet.PortletRequest: Method 'public void setXWikiURL(org.xwiki.url.XWikiURL)' has been removed
145 org.xwiki.container.Request: Field XWIKI_URL has been removed, but it was previously a constant
146 {{/code}}

Get Connected