Version 16.1 by Guillaume Delhumeau on 2013/09/23

Hide last authors
Thomas Mortagne 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.2 Milestone 2) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
13 == <feature N> ==
14
15 <description of feature N>
16
Thomas Mortagne 9.1 17 == Export big wikis as XAR ==
18
19 It's possible to enable the use of new WikiStream framework in standard export action (use in the standard export UI for example). Among other things it allows exporting a wiki of pretty much any size.
20
21 WikiStream is too young for it to be enabled by default and will require heavy testing. In the meantime you can try it by uncommenting {{code}}# xwiki.action.export.xar.usewikistream=1{{/code}} at the end of xwiki.cfg file.
22
Vincent Massol 6.1 23 == Markdown Syntax 1.1 ==
24
25 We've added [[version 1.1 of the Rendering Syntax for Markdown>>rendering:Main.Markdown11]], adding support for:
Marius Dumitru Florea 13.1 26
Vincent Massol 6.1 27 * Macros
28 * Superscript and subscript
29 * (X)HTML improvements
30
Guillaume Delhumeau 16.1 31 == Top Menus changes when there is more than one wiki ==
32
33 We have removed the XWiki right menu and created a "Home" menu instead.
34 {{image reference="mainwiki-homemenu.png"/}}
35 {{image reference="workspace-homemenu.png.png"/}}
36
Thomas Mortagne 1.1 37 == Miscellaneous ==
38
Vincent Massol 2.1 39 * Improved Active Installs Server side API to be able to pass any query to count installs.
Vincent Massol 11.1 40 * Active Installs Client now also send the Distribution id in addition to the Distribution version to identify the "product" sending the ping
Marius Dumitru Florea 8.1 41 * The checkboxes for the global rights settings are now displayed on the left of their labels.(((
Marius Dumitru Florea 13.1 42 {{image reference="RightsAdministration-CheckboxOnTheLeft.png"/}}
Marius Dumitru Florea 8.1 43 )))
Marius Dumitru Florea 13.1 44 * The live search (search suggest) now displays a message when there are no results.(((
45 {{image reference="liveSearch-noResults.png"/}}
46 )))
Thomas Mortagne 1.1 47
48 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.
49
50 = For Developers =
51
52 == <developer feature N> ==
53
54 <description of developer feature N>
55
Thomas Mortagne 9.1 56 == WikiStream improvements ==
57
58 Various improvements and bugfixes to fully support the use case of exporting a entire wiki into a XAR package.
59
Thomas Mortagne 1.1 60 == Deprecated and Retired projects ==
61
62 <description of deprecated and retired projects>
63
64 == Upgrades ==
65
66 The following dependencies have been upgraded:
67
Sergiu Dumitriu 10.1 68 * Xerces2-Java 2.11.0
Thomas Mortagne 1.1 69
70 == Miscellaneous ==
71
Thomas Mortagne 4.1 72 * Added DocumentReference and EntityReference property converters which makes possible to:
73 ** use them in rendering macros parameters beans (see [[How to write a macro>>rendering:Main.ExtendingMacro||anchor="HMacroCode"]])
74 ** in Velocity pass a String directly to a method requiring a DocumentReference or EntityReference
Thomas Mortagne 5.1 75 * Added new API to the JODA Time plugin to get an ISO8601 formatter.
Thomas Mortagne 1.1 76
77 = Translations =
78
79 The following translations have been updated:
80
81 {{language codes="none, none"/}}
82
83 = Tested Browsers & Databases =
84
85 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
86
87 = Known issues =
88
89 * [[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]]
90
91 = Backward Compatibility and Migration Notes =
92
93 == General Notes ==
94
95 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
96
97 {{warning}}
98 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.
99 {{/warning}}
100
101 == Issues specific to XWiki <version> ==
102
103 <issues specific to the project>
104
105 == API Breakages ==
106
107 The following APIs were modified since <project> <version - 1>:
108
109 {{code language="none"}}
110 <clirr output here>
111 {{/code}}

Get Connected