Version 21.1 by Thomas Mortagne on 2016/06/06

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
7 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 8.2 Milestone 1) =
10
Thomas Mortagne 20.1 11 [[Full list of issues fixed and Dashboard for 8.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13615]].
Vincent Massol 1.1 12
Vincent Massol 3.2 13 == Configure Syntaxes in Administration UI ==
Vincent Massol 1.1 14
Vincent Massol 3.3 15 It's now possible to [[easily configure the markup syntaxes>>extensions:Extension.Rendering Administration Application]] that you wish to be made available to your users when writing pages, directly from the Admin UI.
Vincent Massol 1.1 16
Vincent Massol 2.1 17 {{image reference="admin-rendering.png"/}}
18
19 We've also modified the default syntax configuration when you start with a fresh new XWiki; by default the only configured syntax is the XWiki Syntax 2.1. To add more you need to install extensions offering new syntaxes or go to the Admin UI to configure more syntaxes for those bundled by default in XWiki.
20
Vincent Massol 16.1 21 Note that the ##xwiki/2.1## syntax is the only configured syntax by default now (we used to also have the ##xwiki/2.0## syntax too but we want to incitate users to use the newest syntax). In addition when the user is an Admin and only 1 syntax is configured, a hint is given to the user to let him know he can configure more syntaxes:
22
23 {{image reference="edit-more-syntaxes.png"/}}
24
Vincent Massol 1.1 25 == Miscellaneous ==
26
Vincent Massol 4.2 27 * Default XWiki Syntax 1.0 configuration has been removed from ##xwiki.cfg## and is now [[documented here>>extensions:Extension.Old XWiki 1\.0 syntax renderer||anchor="HConfiguration"]].
Eduard Moraru 15.2 28 * You now have the option to create a blog post from anywhere inside the ##Blog## page (or one of its children) by simply using the ##+## (create page) button and selecting ##Blog Post## as your new page's type:(((
29 {{image reference="blogPostTemplateProvider.png"/}}
30 )))
Vincent Massol 1.1 31
32 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+%22<version>%22&tempMax=1000]] fixed in this release.
33
34 = For Developers =
35
Thomas Mortagne 21.1 36 == Moved projects ==
Vincent Massol 1.1 37
38 <description of deprecated and retired projects>
39
40 == Upgrades ==
41
42 The following dependencies have been upgraded:
43
Thomas Mortagne 5.1 44 * [[cssparser 0.9.19>>http://jira.xwiki.org/browse/XCOMMONS-983]]
Thomas Mortagne 6.1 45 * [[Tika 1.13>>http://jira.xwiki.org/browse/XWIKI-13448]]
Thomas Mortagne 7.1 46 * [[HSQLDB 2.3.4>>http://jira.xwiki.org/browse/XWIKI-13449]]
Thomas Mortagne 8.1 47 * [[Infinispan 8.2.2>>http://jira.xwiki.org/browse/XWIKI-13451]]
Thomas Mortagne 9.1 48 * [[Pygments 2.1.3>>http://jira.xwiki.org/browse/XWIKI-13453]]
Thomas Mortagne 10.1 49 * [[Commons FileUpload 1.3.2>>http://jira.xwiki.org/browse/XCOMMONS-990]]
Thomas Mortagne 11.1 50 * [[Joda-Time 2.9.4>>http://jira.xwiki.org/browse/XWIKI-13462]]
Thomas Mortagne 12.1 51 * [[httpasyncclient 4.1.1>>http://jira.xwiki.org/browse/XCOMMONS-991]]
Thomas Mortagne 13.1 52 * [[old Jackson 1.9.13>>http://jira.xwiki.org/browse/XCOMMONS-992]]
Thomas Mortagne 14.1 53 * [[JBoss Logging 3.3.0>>http://jira.xwiki.org/browse/XCOMMONS-993]]
Vincent Massol 1.1 54
55 == Miscellaneous ==
56
57 <other dev stuff to add and link to JIRA for all issues fixed>
58
59 = Translations =
60
61 The following translations have been updated:
62
63 {{language codes="none, none"/}}
64
65 = Tested Browsers & Databases =
66
67 {{warning}}
68 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
69 {{/warning}}
70
71 {{comment}}
72 TODO: uncomment and update with proper link when the report is ready.
73 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
74 {{/comment}}
75
76 = Performances tests compared to <last super stable version> =
77
78 <a summary of the comparison with latest super stable version>
79
80 More details on <link to the test report>.
81
82 = Known issues =
83
84 * [[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]]
85
86 = Backward Compatibility and Migration Notes =
87
88 == General Notes ==
89
90 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.
91
92 == Issues specific to XWiki XWiki 8.2 Milestone 1 ==
93
Vincent Massol 2.1 94 * The ##xwiki.rendering.syntaxes## configuration property from ##xwiki.cfg## has changed purpose. It's now used only to define the **initial** list of active syntaxes. Then an Admin can go to the Admin UI to enable or disable syntaxes.
Vincent Massol 3.5 95 * Support for the Markdown syntax is no longer bundled by default and needs to be [[installed as an Extension>>extensions:Extension.Markdown Syntaxes]] if needed.
Vincent Massol 1.1 96
97 == API Breakages ==
98
99 The following APIs were modified since XWiki 8.1:
100
101 {{comment}}
102 Remove!
103 {{backwardCompatiblityReport version="8.1"/}}
104 {{/comment}}

Get Connected