Last modified by Thomas Mortagne on 2017/03/24

<
From version < 43.1 >
edited by Manuel Smeria
on 2016/07/13
To version < 45.1
edited by Thomas Mortagne
on 2017/03/24
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ManuelSmeria
1 +XWiki.ThomasMortagne
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  = New and Noteworthy (since XWiki 8.2 Milestone 2) =
10 10  
11 -[[Full list of issues fixed and Dashboard for 8.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13615]].
11 +[[Full list of issues fixed and Dashboard for 8.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13615]].
12 12  
13 13  == Tour for Homepage ==
14 14  
... ... @@ -38,7 +38,7 @@
38 38  )))
39 39  * events produced during Filter conversion job are now folded by default. This essentially means that they won't appear in Activity Stream anymore.
40 40  
41 -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+%228.2-rc-1%22&tempMax=1000]] fixed in this release.
41 +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-rc-1%22&tempMax=1000]] fixed in this release.
42 42  
43 43  = For Developers =
44 44  
... ... @@ -63,12 +63,12 @@
63 63  
64 64  The following dependencies have been upgraded:
65 65  
66 -* [[Guice 4.1.0>>http://jira.xwiki.org/browse/XCOMMONS-1004]]
67 -* [[Commons Compress 1.12>>http://jira.xwiki.org/browse/XCOMMONS-1005]]
68 -* [[httpasyncclient 4.1.2>>http://jira.xwiki.org/browse/XCOMMONS-1009]]
69 -* [[JGroups 3.6.10>>http://jira.xwiki.org/browse/XWIKI-13532]]
70 -* [[Less4j 1.17.2>>http://jira.xwiki.org/browse/XWIKI-13119]]
71 -* [[Infinispan 8.2.3>>http://jira.xwiki.org/browse/XWIKI-13561]]
66 +* [[Guice 4.1.0>>https://jira.xwiki.org/browse/XCOMMONS-1004]]
67 +* [[Commons Compress 1.12>>https://jira.xwiki.org/browse/XCOMMONS-1005]]
68 +* [[httpasyncclient 4.1.2>>https://jira.xwiki.org/browse/XCOMMONS-1009]]
69 +* [[JGroups 3.6.10>>https://jira.xwiki.org/browse/XWIKI-13532]]
70 +* [[Less4j 1.17.2>>https://jira.xwiki.org/browse/XWIKI-13119]]
71 +* [[Infinispan 8.2.3>>https://jira.xwiki.org/browse/XWIKI-13561]]
72 72  
73 73  == Miscellaneous ==
74 74  
... ... @@ -90,18 +90,11 @@
90 90  
91 91  = Tested Browsers & Databases =
92 92  
93 -{{warning}}
94 -The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
95 -{{/warning}}
96 -
97 -{{comment}}
98 -TODO: uncomment and update with proper link when the report is ready.
99 99  {{include reference="TestReports.ManualTestReportSummaryXWiki82RC1"/}}
100 -{{/comment}}
101 101  
102 102  = Known issues =
103 103  
104 -* [[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]]
97 +* [[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]]
105 105  
106 106  = Backward Compatibility and Migration Notes =
107 107  
... ... @@ -112,10 +112,12 @@
112 112  == Issues specific to XWiki 8.2RC1 ==
113 113  
114 114  We refactored the way in which the editors are loaded for page content and TextArea properties. We're now using the new [[Edit API>>extensions:Extension.Edit Module]]. The following breaking changes have been done:
108 +
115 115  * ##textarea_text.vm## and ##textarea_wysiwyg.vm## Velocity templates have been removed. In case you have customized these templates you can port the changes to the new editor templates available in ##/templates/editors/xdom*.vm##
116 116  * ##$xcontext.getEditorWysiwyg()## has been deprecated and is now returning ##null## all the time (which translates into "no TextArea fields that need a WYSIWYG editor"). If you were using this method to customize the WYSIWYG editor then you can do the same from the new editor templates available in ##/templates/editors/xdom*.vm##
117 117  
118 118  A side effect of this refactoring is that the Object and Class editors are now using the configured preferred editor, unless it is overwritten using the "editor" meta property.
113 +
119 119  * If you have a TextArea property that doesn't support wiki syntax then best is to configure the xclass to use the //PureText// editor for this property.
120 120  * If the TextArea property supports wiki syntax but it's mostly code (e.g. Velocity, HTML) then best is to configure the Text editor.
121 121  * Finally, if the TextArea property supports wiki syntax and it's mostly free text then best is to configure the WYSIWYG editor.

Get Connected