Version 18.1 by Guillaume Delhumeau on 2015/02/09

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 <version - 1>) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
Marius Dumitru Florea 17.1 13 == Document Index Tree Finder ==
Marius Dumitru Florea 1.1 14
Marius Dumitru Florea 17.1 15 You can now easily find documents and attachments from the tree view of the Document Index.
Marius Dumitru Florea 1.1 16
Guillaume Delhumeau 18.1 17 {{image reference="index-alldocs-tree-finder.png"/}}
Marius Dumitru Florea 17.1 18
19 Checkout the [[Index Application>>extensions:Extension.Index Application]] for more details.
20
21 == The WYSIWYG Editor Uses the New Tree Widget ==
22
23 We have integrated the new [[Tree Widget>>extensions:Extension.Tree Widget]] into the [[WYSIWYG Editor>>platform:Features.WysiwygEditor]].
24
Guillaume Delhumeau 18.1 25 {{image reference="link2wikistep2.png"/}}
Marius Dumitru Florea 17.1 26
Marius Dumitru Florea 1.1 27 == Miscellaneous ==
28
29 <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
30
Eduard Moraru 7.1 31 * Differentiate external links from internal links using an icon(((
32 {{image reference="externalLinkIcon.png"/}}
33 )))
Guillaume Delhumeau 11.1 34 * The property "@headings-color" is now editable in the [[Flamingo Theme Editor>>extensions:Extension.Flamingo Theme Application]].
Eduard Moraru 11.3 35 * Using the edit welcome message button from the homepage now redirects back to the previous page (homepage) when the user is done editing (saves or cancels) instead of leaving the user on the Main.Welcome page, which was previously confusing for some users.
Marius Dumitru Florea 1.1 36
Eduard Moraru 7.1 37 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+%227.0-milestone-1%22&tempMax=1000]] fixed in this release.
38
Marius Dumitru Florea 1.1 39 = For Developers =
40
Marius Dumitru Florea 17.1 41 == Finder Plugin for the Tree Widget ==
Marius Dumitru Florea 1.1 42
Marius Dumitru Florea 17.1 43 Starting with this version the [[Tree Widget>>extensions:Extension.Tree Widget]] has a (jsTree) plugin to find tree nodes, called //finder//. When enabled, this plugin adds a text input above the tree that offers suggestions as you type based on the content of the tree. When such a suggestion is selected the tree is expanded to show the corresponding node. This is already used by the [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] and can be seen in action on the [[Document Index>>extensions:Extension.Index Application]].
Marius Dumitru Florea 1.1 44
Vincent Massol 13.1 45 == Miscellaneous ==
46
47 * The build now checks if unit tests output content to stdout/stderr and fail the build if so. A new ##AllLogRule## JUnit Rule has been introduced to capture and assert logs:(((
48 {{code language="java"}}
49 ...
50 /**
51 * Capture logs.
52 */
53 @Rule
54 public AllLogRule logRule = new AllLogRule();
55 ...
56 assertEquals("Error getting resource [bad resource] because of invalid path format. Reason: [invalid url]",
57 this.logRule.getMessage(0));
58 ...
59 {{/code}}
60 )))
Vincent Massol 14.1 61 * The ##xwiki-commons-test-simple## and ##xwiki-commons-test-component## modules have been moved to the Commons Tools as ##xwiki-commons-tool-test-simple## and ##xwiki-commons-tool-test-component## respectively. If your Maven module depends on one of them you'll need to update the dependencies.
Vincent Massol 13.1 62
Marius Dumitru Florea 1.1 63 == Deprecated and Retired projects ==
64
Thomas Mortagne 8.1 65 * Lucene search module moved to https://github.com/xwiki-contrib/xwiki-platform-search-lucene
Marius Dumitru Florea 1.1 66
67 == Upgrades ==
68
69 The following dependencies have been upgraded:
70
Thomas Mortagne 2.1 71 * [[Infinispan 7.0.3>>http://jira.xwiki.org/browse/XWIKI-9967]]
Thomas Mortagne 3.1 72 * [[SLF4J 1.7.10>>http://jira.xwiki.org/browse/XCOMMONS-721]]
Thomas Mortagne 4.1 73 * [[Joda-Time 2.7>>http://jira.xwiki.org/browse/XWIKI-11668]]
Thomas Mortagne 5.1 74 * [[Tika 1.7>>http://jira.xwiki.org/browse/XWIKI-11669]]
Thomas Mortagne 9.1 75 * [[Groovy 2.4.0>>http://jira.xwiki.org/browse/XCOMMONS-728]]
Thomas Mortagne 12.1 76 * [[httpclient 4.4>>http://jira.xwiki.org/browse/XCOMMONS-737]]
Guillaume Delhumeau 18.1 77 * [[Bootstrap 3.3.2>>http://jira.xwiki.org/browse/XWIKI-11772]]
Marius Dumitru Florea 1.1 78
79 = Translations =
80
81 The following translations have been updated:
82
83 {{language codes="none, none"/}}
84
85 = Tested Browsers & Databases =
86
87 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
88
89 = Performances tests compared to <last super stable version> =
90
91 <a summary of the comparison with latest super stable version>
92
93 More details on <link to the test report>.
94
95 = Known issues =
96
97 * [[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]]
98
99 = Backward Compatibility and Migration Notes =
100
101 == General Notes ==
102
103 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.
104
Thomas Mortagne 10.1 105 == Issues specific to XWiki 7.0M1 ==
Marius Dumitru Florea 1.1 106
Thomas Mortagne 10.1 107 * title are not extracted from document content anymore, you can enable it using xwiki.title.compatibility property but it will probably fully be removed at some point
Marius Dumitru Florea 1.1 108
109 == API Breakages ==
110
111 The following APIs were modified since <project> <version - 1>:
112
113 {{code language="none"}}
114 <clirr output here>
115 {{/code}}

Get Connected