Last modified by Thomas Mortagne on 2017/03/24

Hide last authors
Vincent Massol 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
Eduard Moraru 13.2 7 {{error}}
Thomas Mortagne 15.1 8 We have discovered [[an issue with velocity macros defined in a skin's template files not being accessible inside XWiki documents>>https://jira.xwiki.org/browse/XWIKI-11342]]. If you are relying on such a behavior in your custom skins, you might want to follow up on this issue and stay tuned for the next release.
Eduard Moraru 13.2 9 {{/error}}
10
Eduard Moraru 12.5 11 This milestone brings a couple of improvements to Extension Manager, Panels Application and the Space Deletion UI, together with a couple of developer oriented features such as a JSON service for Solr and a better and cleaner (HTML5-friendly) way of storing and obtaining in JavaScript information about the current document. Also, 31 bugs were fixed in this release, so this makes it yet another reason to upgrade and try it out.
Vincent Massol 1.1 12
13 = New and Noteworthy (since XWiki 6.3-milestone-1) =
14
Thomas Mortagne 15.1 15 [[Full list of issues fixed and Dashboard for 6.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12599]].
Vincent Massol 1.1 16
Thomas Mortagne 2.1 17 == Extension Manager improvements ==
Vincent Massol 1.1 18
Thomas Mortagne 2.1 19 The extension source URL and issue manager URL are now displayed in the extension description when available.
Vincent Massol 1.1 20
Thomas Mortagne 5.1 21 {{image reference="scmissuemanagement.png"/}}
Thomas Mortagne 2.1 22
Guillaume Delhumeau 10.1 23 == Panels Application ==
24
25 It is now possible to select which applications are displayed in the App Bar, and which are not:
26
27 {{image reference="customizable-app-bar.png"/}}
28
Vincent Massol 1.1 29 == Miscellaneous ==
30
31 * The standalone distribution now uses Jetty 9.2.3.v20140905 (was using version 8.1.15.v20140411 in XWiki 6.3-milestone-1). This should be transparent for the user since XWiki provides its own start/stop scripts around Jetty.
Thomas Mortagne 14.2 32 * The Delete Space feature now lists the documents inside the space you are going to delete. This should help people differentiate between the UI of Delete Page and the UI of Delete Space so that fewer mistakes occur when not paying much attention:((
Guillaume Delhumeau 10.1 33 {{image reference="deleteSpaceListDocuments.png"/}}
34 )))
Eduard Moraru 5.2 35
Thomas Mortagne 15.1 36 See the [[full list of JIRA issues>>https://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%226.3-milestone-2%22&tempMax=1000]] fixed in this release.
Vincent Massol 1.1 37
38 = For Developers =
39
Marius Dumitru Florea 8.1 40 == Solr JSON Service ==
41
42 You can now make search requests from JavaScript using the Solr JSON service. The results include all the information that is indexed by Solr so you can display them as you wish. See the [[Solr Search Application>>extensions:Extension.Solr Search Application||anchor="HJSONService"]] documentation for more details.
43
Guillaume Delhumeau 12.1 44 == Document Meta Informations ==
Vincent Massol 1.1 45
Guillaume Delhumeau 11.1 46 * We have introduced a new JavaScript API to get informations about the current document. See: [[platform:DevGuide.JavaScriptAPI||anchor="HGetsomeinformationsaboutthecurrentdocument"]].
Vincent Massol 1.1 47
48 == Miscellaneous ==
49
Eduard Moraru 7.2 50 * New ##outputOnlyHtml## option for the ##livetable## macro to output only the HTML, without the syntax specific wrappers. See the [[documentation>>extensions:Extension.Livetable Macro||anchor="HAllacceptedvalues"]].
51
Vincent Massol 1.1 52 = Translations =
53
54 The following translations have been updated:
55
Eduard Moraru 12.7 56 {{language codes="de, fr, lv"/}}
Vincent Massol 1.1 57
58 = Tested Browsers & Databases =
59
Manuel Smeria 14.1 60 {{include reference="TestReports.ManualTestReportXWiki63M2Summary"/}}
Vincent Massol 1.1 61
62 = Known issues =
63
Thomas Mortagne 15.1 64 * [[Bugs we know about>>https://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]]
Vincent Massol 1.1 65
66 = Backward Compatibility and Migration Notes =
67
68 == General Notes ==
69
70 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or 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.
71
72 == API Breakages ==
73
Eduard Moraru 12.2 74 The following APIs were modified since XWiki 6.2.2:
Vincent Massol 1.1 75
Eduard Moraru 13.1 76 * Add scm informations to extensions descriptors. Should be safe enough since most repository handlers extend AbstractExtension instead of directly implement Extension(((
Vincent Massol 1.1 77 {{code language="none"}}
Eduard Moraru 13.1 78 org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionIssueManagement getIssueManagement()' has been added to an interface
79 {{/code}})))
80
81 * Add issue management informations to extensions descriptors. Should be safe enough since most repository handlers extend AbstractExtension instead of directly implement Extension(((
82 {{code language="none"}}
83 org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionScm getScm()' has been added to an interface
84 {{/code}})))
85
86 * Never really been supposed to be exposed as an API.(((
87 {{code language="none"}}
88 com.xpn.xwiki.objects.BaseElement: Accessibility of field localEntityReferenceSerializer has been weakened from protected to private
89 com.xpn.xwiki.doc.XWikiDocument: Method 'public java.lang.String ajc$privMethod$com_xpn_xwiki_doc_XWikiDocumentCompatibilityAspect$com_xpn_xwiki_doc_XWikiDocument$serializeReference(org.xwiki.model.reference.DocumentReference, org.xwiki.model.reference.EntityReferenceSerializer, org.xwiki.model.reference.DocumentReference)' has been removed
90 {{/code}})))
91
Thomas Mortagne 15.1 92 * Changed the LESSCache interface and the LESS Script Service because the cache was poorly designed (see: [[XWIKI-10776>>https://jira.xwiki.org/browse/XWIKI-10776]]).(((
Eduard Moraru 13.1 93 {{code language="none"}}
94 org.xwiki.lesscss.LessCompilerScriptService: Method 'public boolean clearCache(java.lang.String)' has been removed
95 org.xwiki.lesscss.LESSCache: Method 'public void clear(java.lang.String)' has been removed
96 org.xwiki.lesscss.LESSCache: Method 'public void clearFromColorTheme(java.lang.String)' has been added to an interface
97 org.xwiki.lesscss.LESSCache: Method 'public void clearFromFileSystemSkin(java.lang.String)' has been added to an interface
98 org.xwiki.lesscss.LESSCache: In method 'public java.lang.Object get(java.lang.String, java.lang.String, java.lang.String, java.lang.String)' the number of arguments has changed
99 org.xwiki.lesscss.LESSCache: In method 'public void set(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Object)' the number of arguments has changed
100 {{/code}})))

Get Connected