Version 15.1 by Marius Dumitru Florea on 2015/02/03

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
13 == <feature N> ==
14
15 <description of feature N>
16
17 == Miscellaneous ==
18
19 <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!>
20
Eduard Moraru 7.1 21 * Differentiate external links from internal links using an icon(((
22 {{image reference="externalLinkIcon.png"/}}
23 )))
Guillaume Delhumeau 11.1 24 * The property "@headings-color" is now editable in the [[Flamingo Theme Editor>>extensions:Extension.Flamingo Theme Application]].
Eduard Moraru 11.3 25 * 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 26
Eduard Moraru 7.1 27 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.
28
Marius Dumitru Florea 1.1 29 = For Developers =
30
31 == <developer feature N> ==
32
33 <description of developer feature N>
34
Vincent Massol 13.1 35 == Miscellaneous ==
36
37 * 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:(((
38 {{code language="java"}}
39 ...
40 /**
41 * Capture logs.
42 */
43 @Rule
44 public AllLogRule logRule = new AllLogRule();
45 ...
46 assertEquals("Error getting resource [bad resource] because of invalid path format. Reason: [invalid url]",
47 this.logRule.getMessage(0));
48 ...
49 {{/code}}
50 )))
Vincent Massol 14.1 51 * 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 52
Marius Dumitru Florea 1.1 53 == Deprecated and Retired projects ==
54
Thomas Mortagne 8.1 55 * Lucene search module moved to https://github.com/xwiki-contrib/xwiki-platform-search-lucene
Marius Dumitru Florea 1.1 56
57 == Upgrades ==
58
59 The following dependencies have been upgraded:
60
Thomas Mortagne 2.1 61 * [[Infinispan 7.0.3>>http://jira.xwiki.org/browse/XWIKI-9967]]
Thomas Mortagne 3.1 62 * [[SLF4J 1.7.10>>http://jira.xwiki.org/browse/XCOMMONS-721]]
Thomas Mortagne 4.1 63 * [[Joda-Time 2.7>>http://jira.xwiki.org/browse/XWIKI-11668]]
Thomas Mortagne 5.1 64 * [[Tika 1.7>>http://jira.xwiki.org/browse/XWIKI-11669]]
Thomas Mortagne 9.1 65 * [[Groovy 2.4.0>>http://jira.xwiki.org/browse/XCOMMONS-728]]
Thomas Mortagne 12.1 66 * [[httpclient 4.4>>http://jira.xwiki.org/browse/XCOMMONS-737]]
Marius Dumitru Florea 1.1 67
68 = Translations =
69
70 The following translations have been updated:
71
72 {{language codes="none, none"/}}
73
74 = Tested Browsers & Databases =
75
76 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
77
78 = Performances tests compared to <last super stable version> =
79
80 <a summary of the comparison with latest super stable version>
81
82 More details on <link to the test report>.
83
84 = Known issues =
85
86 * [[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]]
87
88 = Backward Compatibility and Migration Notes =
89
90 == General Notes ==
91
92 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.
93
Thomas Mortagne 10.1 94 == Issues specific to XWiki 7.0M1 ==
Marius Dumitru Florea 1.1 95
Thomas Mortagne 10.1 96 * 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 97
98 == API Breakages ==
99
100 The following APIs were modified since <project> <version - 1>:
101
102 {{code language="none"}}
103 <clirr output here>
104 {{/code}}

Get Connected