Version 12.7 by Eduard Moraru on 2014/10/27

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 12.5 7 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 8
9 = New and Noteworthy (since XWiki 6.3-milestone-1) =
10
Eduard Moraru 12.3 11 [[Full list of issues fixed and Dashboard for 6.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12599]].
Vincent Massol 1.1 12
Thomas Mortagne 2.1 13 == Extension Manager improvements ==
Vincent Massol 1.1 14
Thomas Mortagne 2.1 15 The extension source URL and issue manager URL are now displayed in the extension description when available.
Vincent Massol 1.1 16
Thomas Mortagne 5.1 17 {{image reference="scmissuemanagement.png"/}}
Thomas Mortagne 2.1 18
Guillaume Delhumeau 10.1 19 == Panels Application ==
20
21 It is now possible to select which applications are displayed in the App Bar, and which are not:
22
23 (((
24 {{image reference="customizable-app-bar.png"/}}
25 )))
26
Vincent Massol 1.1 27 == Miscellaneous ==
28
29 * 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.
30
Guillaume Delhumeau 10.1 31 * (((
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:
Eduard Moraru 5.2 33
Guillaume Delhumeau 10.1 34 {{image reference="deleteSpaceListDocuments.png"/}}
35 )))
Eduard Moraru 5.2 36
Eduard Moraru 12.4 37 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%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 38
39 = For Developers =
40
Marius Dumitru Florea 8.1 41 == Solr JSON Service ==
42
43 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.
44
Guillaume Delhumeau 12.1 45 == Document Meta Informations ==
Vincent Massol 1.1 46
Guillaume Delhumeau 11.1 47 * We have introduced a new JavaScript API to get informations about the current document. See: [[platform:DevGuide.JavaScriptAPI||anchor="HGetsomeinformationsaboutthecurrentdocument"]].
Vincent Massol 1.1 48
49 == Miscellaneous ==
50
Eduard Moraru 7.2 51 * 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"]].
52
Vincent Massol 1.1 53 = Translations =
54
55 The following translations have been updated:
56
Eduard Moraru 12.7 57 {{language codes="de, fr, lv"/}}
Vincent Massol 1.1 58
Eduard Moraru 12.3 59 {{comment}} Note: The following 2 sections are commented, in case anyone will need to fill them up later.
60
Vincent Massol 1.1 61 = Tested Browsers & Databases =
62
63 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
64
65 = Performances tests compared to <last super stable version> =
66
67 <a summary of the comparison with latest super stable version>
68
69 More details on <link to the test report>.
70
Eduard Moraru 12.3 71 {{/comment}}
72
Vincent Massol 1.1 73 = Known issues =
74
75 * [[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]]
76
77 = Backward Compatibility and Migration Notes =
78
79 == General Notes ==
80
81 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.
82
83 == API Breakages ==
84
Eduard Moraru 12.2 85 The following APIs were modified since XWiki 6.2.2:
Vincent Massol 1.1 86
87 {{code language="none"}}
88 <clirr output here>
89 {{/code}}

Get Connected