Wiki source code of Release Notes for XWiki Enterprise 4.1 Release Candidate 1
Version 8.2 by Caleb James DeLisle on 2012/06/04
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% style="font-size:large;" %)((( | ||
2 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
3 | {{toc/}} | ||
4 | {{/box}} | ||
5 | |||
6 | |||
7 | {{warning}}This release is not finished yet, this is a work in progress{{/warning}} | ||
8 | |||
9 | |||
10 | This is the first and hopefully final release candidate of the 4.1 release cycle ([[Roadmap>>Main.Roadmap]]). Being a release candidate, this release is sparse on new features, concentrating instead on stabilization of the features brought in [[Milestone 1>>ReleaseNotesXWikiEnterprise41M1]] and [[Milestone 2>>ReleaseNotesXWikiEnterprise41M2]]. | ||
11 | |||
12 | = New and Noteworthy (since XWiki Enterprise 4.1 Milestone 2) = | ||
13 | |||
14 | == Extension Manager improvements == | ||
15 | |||
16 | {{todo/}} | ||
17 | |||
18 | == For developers == | ||
19 | |||
20 | === Diff module === | ||
21 | |||
22 | A new diff/merge module has been added to make easier to deal with diff and merge both from component and scripts. See [[Diff module >>extensions:Extension.Diff Module]] for details. | ||
23 | |||
24 | = Bug fixes and improvements = | ||
25 | |||
26 | * The activity macro no longer allows sending messages. That functionality has been extracted into a reusable macro called messageSender. See {{jira style="enum" notes="false" url="http://jira.xwiki.org"}}XWIKI-7679{{/jira}} and {{jira style="enum" notes="false" url="http://jira.xwiki.org"}}XWIKI-7875{{/jira}} for more details. | ||
27 | |||
28 | {{todo/}} | ||
29 | |||
30 | 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%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%224.1-rc-1%22&tempMax=1000]] fixed in this release. | ||
31 | |||
32 | == Upgrades == | ||
33 | |||
34 | The following dependencies have been upgraded: | ||
35 | |||
36 | {{todo/}} | ||
37 | |||
38 | = Test Report = | ||
39 | |||
40 | You can check the [[manual test report>>TestReports.ManualTestReportXE41RC1]] to learn about what was tested and the results on various browsers. | ||
41 | |||
42 | == Tested Browsers == | ||
43 | |||
44 | Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]): | ||
45 | |||
46 | {{todo/}} | ||
47 | |||
48 | == Tested Databases == | ||
49 | |||
50 | {{todo/}} | ||
51 | |||
52 | = Known issues = | ||
53 | |||
54 | * [[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]] | ||
55 | |||
56 | = Upgrade Notes = | ||
57 | |||
58 | == Version-specific Upgrade Notes == | ||
59 | |||
60 | {{todo/}} | ||
61 | |||
62 | == General Upgrade Notes == | ||
63 | |||
64 | {{info}} | ||
65 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases// in your //xwiki.cfg// file if you want to explicitly name some databases to be migrated as the default is now to migrate all databases. Database that are not migrated could not be accessed. | ||
66 | {{/info}} | ||
67 | |||
68 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
69 | |||
70 | {{warning}} | ||
71 | Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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. | ||
72 | {{/warning}} | ||
73 | |||
74 | == API Breakages == | ||
75 | |||
76 | The following APIs were modified since version 4.1: | ||
77 | |||
78 | {{code language="none"}} | ||
79 | todo | ||
80 | {{/code}} | ||
81 | ))) |