Change comment:
Fix jira URLs
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,21 +7,19 @@ 7 7 {{error}} 8 8 We've discovered several important regressions in this version after it was released: 9 9 10 -* Repairing the main wiki UI when upgrading from an XWiki version older than 4.2 using the Distribution Wizard doesn't work any more ([[XWIKI-9912>>http://jira.xwiki.org/browse/XWIKI-9912]]). 11 -* The ##history## URL parameter is ignored when [[exporting a page as XAR>>platform:Features.Exports||anchor="HXARExport"]] ([[XWIKI-9913>>http://jira.xwiki.org/browse/XWIKI-9913]]). The workaround is to switch to old packager plugin using property ##xwiki.action.export.xar.usewikistream## in ##xwiki.cfg## file. 10 +* Repairing the main wiki UI when upgrading from an XWiki version older than 4.2 using the Distribution Wizard doesn't work any more ([[XWIKI-9912>>https://jira.xwiki.org/browse/XWIKI-9912]]). 11 +* The ##history## URL parameter is ignored when [[exporting a page as XAR>>platform:Features.Exports||anchor="HXARExport"]] ([[XWIKI-9913>>https://jira.xwiki.org/browse/XWIKI-9913]]). The workaround is to switch to old packager plugin using property ##xwiki.action.export.xar.usewikistream## in ##xwiki.cfg## file. 12 12 13 13 They will be fixed in XWiki 5.3.1 and later. 14 -{{/error}} 15 15 16 -{{error}} 17 -WikiStream based standard import UI is not really usable, see XWIKI-9932. As a workaround you can use [[WikiStream application>>extensions:Extension.XWiki Platform - WikiStream - UI]] to import a XAR. 15 +In addition the WikiStream-based standard import UI is not really usable, see [[XWIKI-9932>>https://jira.xwiki.org/browse/XWIKI-9932]]. As a workaround you can use the [[WikiStream application>>extensions:Extension.XWiki Platform - WikiStream - UI]] to import a XAR. 18 18 {{/error}} 19 19 20 -This release comes with a new syntax guide and brings improvements to the Solr search, multi-wiki support and the Wiki 18 +This release comes with a new syntax guide and brings improvements to the Solr search, multi-wiki support and the WikiStream module. You can now choose the user scope (local, global or both) and also create wiki templates from the wiki creation wizard. The WikiStream can be used to import large XARs and content from the Confluence wiki. The Solr search UI has been polished: we added new facets and improved the results display. The Solr index has been modified to support the search for documents matching specific values in multiple object properties and attachments. As a consequence you can now facet and sort the search results based on property values and attachment meta data. A lot of bug fixes (115) and many improvements (55) complete this release and make it worth trying. 21 21 22 22 = New and Noteworthy (since XWiki 5.2.2) = 23 23 24 -[[Full list of issues fixed and Dashboard for 5.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11698]]. 22 +[[Full list of issues fixed and Dashboard for 5.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11698]]. 25 25 26 26 == Solr Search Improvements == 27 27 ... ... @@ -91,9 +91,9 @@ 91 91 92 92 === Import large XARs === 93 93 94 -It's possible to enable the use of new [[WikiStream>>doc:extensions:Extension.Wiki 92 +It's possible to enable the use of new [[WikiStream>>doc:extensions:Extension.WikiStream Module]] framework in standard import action (used in the standard import UI for example). Among other things it allows importing a wiki XAR of pretty much any size. 95 95 96 -[[WikiStream>>doc:extensions:Extension.Wiki 94 +[[WikiStream>>doc:extensions:Extension.WikiStream Module]] is too young to be enabled by default and will require heavy testing. In the meantime you can try it by uncommenting {{code}}#xwiki.action.import.xar.usewikistream=1{{/code}} at the end of xwiki.cfg file. 97 97 98 98 {{display reference="ReleaseNotesXWiki53M2" section="HNewSyntaxGuide"/}} 99 99 ... ... @@ -121,7 +121,7 @@ 121 121 * Added new configuration parameter for the Link Checker: ##rendering.transformation.linkchecker.excludedReferencePatterns## (See [[Reference documentation>>extensions:Extension.Link Checker Transformation]]). 122 122 * Some XSS fixes. 123 123 124 -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+in+%28%225.3-milestone-1%22%2C+%225.3-milestone-2%22%2C+%225.3-rc-1%22%2C+%225.3%22%29&tempMax=1000]] fixed in this release. 122 +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+in+%28%225.3-milestone-1%22%2C+%225.3-milestone-2%22%2C+%225.3-rc-1%22%2C+%225.3%22%29&tempMax=1000]] fixed in this release. 125 125 126 126 = For Developers = 127 127 ... ... @@ -163,13 +163,13 @@ 163 163 164 164 The following dependencies have been upgraded: 165 165 166 -* [[Bouncy Castle Crypto package 1.49>>http://jira.xwiki.org/browse/XWIKI-9631]] (Warning: Not fully binary compatible) 167 -* [[commons-fileupload 1.3>>http://jira.xwiki.org/browse/XCOMMONS-458]] 168 -* [[cssparser 0.9.10>>http://jira.xwiki.org/browse/XCOMMONS-459]] 169 -* [[Groovy 2.1.9>>http://jira.xwiki.org/browse/XWIKI-9603]] 170 -* [[HttpClient 4.3>>http://jira.xwiki.org/browse/XCOMMONS-460]] 171 -* [[Struts 1.3.10>>http://jira.xwiki.org/browse/XWIKI-9582]] 172 -* [[XStream 1.4.5>>http://jira.xwiki.org/browse/XCOMMONS-462]] 164 +* [[Bouncy Castle Crypto package 1.49>>https://jira.xwiki.org/browse/XWIKI-9631]] (Warning: Not fully binary compatible) 165 +* [[commons-fileupload 1.3>>https://jira.xwiki.org/browse/XCOMMONS-458]] 166 +* [[cssparser 0.9.10>>https://jira.xwiki.org/browse/XCOMMONS-459]] 167 +* [[Groovy 2.1.9>>https://jira.xwiki.org/browse/XWIKI-9603]] 168 +* [[HttpClient 4.3>>https://jira.xwiki.org/browse/XCOMMONS-460]] 169 +* [[Struts 1.3.10>>https://jira.xwiki.org/browse/XWIKI-9582]] 170 +* [[XStream 1.4.5>>https://jira.xwiki.org/browse/XCOMMONS-462]] 173 173 174 174 == Miscellaneous == 175 175 ... ... @@ -190,7 +190,7 @@ 190 190 191 191 = Known issues = 192 192 193 -* [[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]] 191 +* [[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]] 194 194 195 195 = Backward Compatibility and Migration Notes = 196 196