Last modified by Thomas Mortagne on 2017/03/24

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
Vincent Massol 32.2 7 This version does not contains many changes as most committers were working on contrib extensions. It still introduced a new administration UI to help manage available syntaxes.
Vincent Massol 1.1 8
9 = New and Noteworthy (since XWiki 8.2 Milestone 1) =
10
Thomas Mortagne 38.1 11 [[Full list of issues fixed and Dashboard for 8.2>>https://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
Thomas Mortagne 38.1 32 See the [[full list of JIRA issues>>https://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+%228.2-milestone-1%22&tempMax=1000]] fixed in this release.
Vincent Massol 1.1 33
34 = For Developers =
35
36 == Upgrades ==
37
38 The following dependencies have been upgraded:
39
Thomas Mortagne 38.1 40 * [[cssparser 0.9.19>>https://jira.xwiki.org/browse/XCOMMONS-983]]
41 * [[Tika 1.13>>https://jira.xwiki.org/browse/XWIKI-13448]]
42 * [[HSQLDB 2.3.4>>https://jira.xwiki.org/browse/XWIKI-13449]]
43 * [[Infinispan 8.2.2>>https://jira.xwiki.org/browse/XWIKI-13451]]
44 * [[Pygments 2.1.3>>https://jira.xwiki.org/browse/XWIKI-13453]]
45 * [[Commons FileUpload 1.3.2>>https://jira.xwiki.org/browse/XCOMMONS-990]]
46 * [[Joda-Time 2.9.4>>https://jira.xwiki.org/browse/XWIKI-13462]]
47 * [[httpasyncclient 4.1.1>>https://jira.xwiki.org/browse/XCOMMONS-991]]
48 * [[old Jackson 1.9.13>>https://jira.xwiki.org/browse/XCOMMONS-992]]
49 * [[JBoss Logging 3.3.0>>https://jira.xwiki.org/browse/XCOMMONS-993]]
50 * [[javax.mail 1.4.7>>https://jira.xwiki.org/browse/XCOMMONS-981]]
Vincent Massol 1.1 51
52 == Miscellaneous ==
53
Vincent Massol 22.1 54 * The URL API module (##xwiki-platform-url-api##) [[now provides>>extensions:Extension.URL API||anchor="HTools"]] an ##EntityReferenceResolver<String>## resolver and an ##EntityReferenceSerializer<String>## serializer implementations (with hint ##url##) that can be used to parse/serialize ##EntityReference## when used in URLs. The rationale is that Tomcat, for security reasons, doesn't support forward and backward slashes (##/##, ##\##) in URLs by default. Thus, if a reference contains some reserved characters such as dot (##.##), colon (##:##), etc and you use a default serializer they'll be escaped using a backslash, leading to problems under Tomcat. So this resolver/serializer uses a different escape character (namely, it uses ##!##)
Vincent Massol 1.1 55
56 = Translations =
57
58 The following translations have been updated:
59
Thomas Mortagne 23.1 60 {{language codes="ca, de, es, fr, lv, nl, pt_BR, ru, sk"/}}
Vincent Massol 1.1 61
62 = Tested Browsers & Databases =
63
Manuel Smeria 33.1 64 {{include reference="TestReports.ManualTestReportSummaryXWiki82M1"/}}
Vincent Massol 1.1 65
66 = Known issues =
67
Thomas Mortagne 38.1 68 * [[Bugs we know about>>https://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]]
Vincent Massol 1.1 69
70 = Backward Compatibility and Migration Notes =
71
72 == General Notes ==
73
74 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.
75
76 == Issues specific to XWiki XWiki 8.2 Milestone 1 ==
77
Vincent Massol 2.1 78 * 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 79 * 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 80
81 == API Breakages ==
82
Thomas Mortagne 30.1 83 There was no API breakage in 8.2 Milestone 1.

Get Connected