Version 17.1 by Marius Dumitru Florea on 2014/04/08

Hide last authors
Marius Dumitru Florea 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 6.0 Milestone 2) =
10
11 [[Full list of issues fixed and Dashboard for 6.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12193]].
12
Marius Dumitru Florea 3.1 13 == Distribution Wizard improvements ==
Marius Dumitru Florea 1.1 14
Marius Dumitru Florea 3.1 15 The Extensions step now lets global administrators choose between:
Marius Dumitru Florea 1.1 16
Marius Dumitru Florea 3.1 17 * computing the upgrade plan for the entire farm
18 * computing the upgrade plan only for the main wiki + global namespace
19
20 The first option is suited when the farm is managed by a single entity while the second option is suited when each wiki in the farm is managed by a different entity. Obviously computing the upgrade plan for the entire farm takes longer (with the number of wikis) than computing the upgrade plan only for the main wiki.
21
Thomas Mortagne 4.1 22 {{image reference="checkForUpdates-done.png"/}}
Marius Dumitru Florea 3.1 23
24 Extensions are now sorted by their name (but still grouped by wiki) and paginated on the Extensions step.
25
26 We also paginated the Wikis step, which could have been pretty long if you had many wikis. See the [[Distribution Wizard documentation>>platform:Features.DistributionWizard]] for more information.
27
Guillaume Delhumeau 9.1 28 == Experimental Flamingo Skin ==
29
30 * The "page export" action is now handled via a modal popup:(((
31 image:flamingo-export.png
32 )))
Guillaume Delhumeau 12.1 33 * Create/rename/delete actions are now handled by Flamingo:(((
34 image:flamingo-create-page.png
Guillaume Delhumeau 10.1 35 )))
Guillaume Delhumeau 9.1 36
Marius Dumitru Florea 1.1 37 == Miscellaneous ==
38
Marius Dumitru Florea 17.1 39 * We improved the way attachment file names are indexed by Solr so you should be able to find attachments more easily from now on.
Marius Dumitru Florea 1.1 40
Marius Dumitru Florea 16.1 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+%226.0-rc-1%22&tempMax=1000]] fixed in this release.
Marius Dumitru Florea 1.1 42
43 = For Developers =
44
45 == <developer feature N> ==
46
47 <description of developer feature N>
48
49 == Deprecated and Retired projects ==
50
Thomas Mortagne 13.1 51 * \\
Marius Dumitru Florea 1.1 52
53 == Upgrades ==
54
55 The following dependencies have been upgraded:
56
Thomas Mortagne 4.1 57 * [[Logback 1.1.2>>http://jira.xwiki.org/browse/XCOMMONS-563]]
Marius Dumitru Florea 5.1 58 * [[Lucene and Solr 4.7.1>>http://jira.xwiki.org/browse/XWIKI-10215]]
Thomas Mortagne 6.1 59 * [[Jython 2.7-b1>>http://jira.xwiki.org/browse/XWIKI-10221]]
Marius Dumitru Florea 1.1 60
61 == Miscellaneous ==
62
Marius Dumitru Florea 15.1 63 * We added a new field "##filename_exact##" to the [[Solr Schema>>design:Design.SolrSchema]] to store the attachment file names as verbatim (without being analysed) for exact and prefix matching. The existing ##filename## field is analysed and thus cannot be used for exact/prefix matching.
Marius Dumitru Florea 1.1 64
65 = Translations =
66
67 The following translations have been updated:
68
69 {{language codes="none, none"/}}
70
71 = Tested Browsers & Databases =
72
73 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
74
75 = Known issues =
76
77 * [[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]]
78
79 = Backward Compatibility and Migration Notes =
80
81 == General Notes ==
82
83 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.
84
Marius Dumitru Florea 14.1 85 == Solr Search Index ==
Marius Dumitru Florea 1.1 86
Marius Dumitru Florea 14.1 87 {{error}}
88 We made changes to the [[Solr schema>>http://design.xwiki.org/xwiki/bin/view/Design/SolrSchema]] in this release (see [[XWIKI-10225>>http://jira.xwiki.org/browse/XWIKI-10225]]) and unfortunately we don't have support for automatic Solr search index migration at this point. If you upgrade from XWiki 4.3 Milestone 2 or greater then **you have to delete the 'solr' folder** from the configured permanent directory of your XWiki instance. The Solr index will be recreated automatically and the entire wiki/farm will be re-indexed after a server restart.
89 {{/error}}
Marius Dumitru Florea 1.1 90
91 == API Breakages ==
92
93 The following APIs were modified since XWiki 5.4.3:
94
95 {{code language="none"}}
96 <clirr output here>
97 {{/code}}

Get Connected