Version 12.1 by Marius Dumitru Florea 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:
26 * Macros
27 * Superscript and subscript
28 * (X)HTML improvements
29
30
Thomas Mortagne 1.1 31 == Miscellaneous ==
32
Vincent Massol 2.1 33 * Improved Active Installs Server side API to be able to pass any query to count installs.
Vincent Massol 11.1 34 * 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 35 * The checkboxes for the global rights settings are now displayed on the left of their labels.(((
36 {{image reference="RightsAdministration-CheckboxOnTheLeft.png" /}}
37 )))
Thomas Mortagne 1.1 38
39 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.
40
41 = For Developers =
42
43 == <developer feature N> ==
44
45 <description of developer feature N>
46
Thomas Mortagne 9.1 47 == WikiStream improvements ==
48
49 Various improvements and bugfixes to fully support the use case of exporting a entire wiki into a XAR package.
50
Thomas Mortagne 1.1 51 == Deprecated and Retired projects ==
52
53 <description of deprecated and retired projects>
54
55 == Upgrades ==
56
57 The following dependencies have been upgraded:
58
Sergiu Dumitriu 10.1 59 * Xerces2-Java 2.11.0
Thomas Mortagne 1.1 60
61 == Miscellaneous ==
62
Thomas Mortagne 4.1 63 * Added DocumentReference and EntityReference property converters which makes possible to:
64 ** use them in rendering macros parameters beans (see [[How to write a macro>>rendering:Main.ExtendingMacro||anchor="HMacroCode"]])
65 ** in Velocity pass a String directly to a method requiring a DocumentReference or EntityReference
Thomas Mortagne 5.1 66 * Added new API to the JODA Time plugin to get an ISO8601 formatter.
Thomas Mortagne 1.1 67
68 = Translations =
69
70 The following translations have been updated:
71
72 {{language codes="none, none"/}}
73
74 = Tested Browsers & Databases =
75
76 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
77
78 = Known issues =
79
80 * [[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]]
81
82 = Backward Compatibility and Migration Notes =
83
84 == General Notes ==
85
86 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
87
88 {{warning}}
89 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.
90 {{/warning}}
91
92 == Issues specific to XWiki <version> ==
93
94 <issues specific to the project>
95
96 == API Breakages ==
97
98 The following APIs were modified since <project> <version - 1>:
99
100 {{code language="none"}}
101 <clirr output here>
102 {{/code}}

Get Connected