Version 22.1 by Marius Dumitru Florea on 2013/09/24

Show last authors
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
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
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
27 * Macros
28 * Superscript and subscript
29 * (X)HTML improvements
30
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"/}}
36
37 == Miscellaneous ==
38
39 * Improved Active Installs Server side API to be able to pass any query to count installs.
40 * Active Installs Client now also send the Distribution id in addition to the Distribution version to identify the "product" sending the ping
41 * The checkboxes for the global rights settings are now displayed on the left of their labels.(((
42 {{image reference="RightsAdministration-CheckboxOnTheLeft.png"/}}
43 )))
44 * The live search (search suggest) now displays a message when there are no results.(((
45 {{image reference="liveSearch-noResults.png"/}}
46 )))
47 * The blog application is now packaged by default in the Home wiki only (not in new wikis).
48
49 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.
50
51 = For Developers =
52
53 == <developer feature N> ==
54
55 <description of developer feature N>
56
57 == WikiStream improvements ==
58
59 Various improvements and bugfixes to fully support the use case of exporting a entire wiki into a XAR package.
60
61 Also added a XAR input module for WikiStream, the only thing left before covering XAR import use case in Instance output module.
62
63 == Deprecated and Retired projects ==
64
65 <description of deprecated and retired projects>
66
67 == Upgrades ==
68
69 The following dependencies have been upgraded:
70
71 * Xerces2-Java 2.11.0
72
73 == Miscellaneous ==
74
75 * Added DocumentReference and EntityReference property converters which makes possible to:
76 ** use them in rendering macros parameters beans (see [[How to write a macro>>rendering:Main.ExtendingMacro||anchor="HMacroCode"]])
77 ** in Velocity pass a String directly to a method requiring a DocumentReference or EntityReference
78 * Added new API to the JODA Time plugin to get an ISO8601 formatter.
79
80 = Translations =
81
82 The following translations have been updated:
83
84 {{language codes="none, none"/}}
85
86 = Tested Browsers & Databases =
87
88 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
89
90 = Known issues =
91
92 * [[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]]
93
94 = Backward Compatibility and Migration Notes =
95
96 == General Notes ==
97
98 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
99
100 {{warning}}
101 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.
102 {{/warning}}
103
104 == Issues specific to XWiki <version> ==
105
106 <issues specific to the project>
107
108 == API Breakages ==
109
110 The following APIs were modified since <project> <version - 1>:
111
112 {{code language="none"}}
113 <clirr output here>
114 {{/code}}

Get Connected