Wiki source code of Release Notes for XWiki Enterprise 4.1 Release Candidate 1
Version 11.1 by Marius Dumitru Florea on 2012/06/06
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
![]() |
8.1 | 5 | {{warning}}This release is not finished yet, this is a work in progress{{/warning}} |
6 | |||
![]() |
8.2 | 7 | 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]]. |
![]() |
7.1 | 8 | |
![]() |
6.1 | 9 | = New and Noteworthy (since XWiki Enterprise 4.1 Milestone 2) = |
![]() |
1.1 | 10 | |
11 | == Extension Manager improvements == | ||
12 | |||
![]() |
11.1 | 13 | The merge conflict resolution UI is now displaying all document changes as if you are comparing two versions from a document's history. |
![]() |
1.1 | 14 | |
![]() |
11.1 | 15 | {{image reference="EM-mergeConflict.png"/}} |
16 | |||
![]() |
1.1 | 17 | == For developers == |
18 | |||
![]() |
3.1 | 19 | === Diff module === |
![]() |
1.1 | 20 | |
21 | 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. | ||
22 | |||
23 | = Bug fixes and improvements = | ||
24 | |||
![]() |
4.1 | 25 | * 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. |
26 | |||
![]() |
1.1 | 27 | {{todo/}} |
28 | |||
29 | 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. | ||
30 | |||
31 | == Upgrades == | ||
32 | |||
33 | The following dependencies have been upgraded: | ||
34 | |||
35 | {{todo/}} | ||
36 | |||
37 | = Test Report = | ||
38 | |||
39 | You can check the [[manual test report>>TestReports.ManualTestReportXE41RC1]] to learn about what was tested and the results on various browsers. | ||
40 | |||
41 | == Tested Browsers == | ||
42 | |||
43 | 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]]): | ||
44 | |||
45 | {{todo/}} | ||
46 | |||
47 | == Tested Databases == | ||
48 | |||
49 | {{todo/}} | ||
50 | |||
51 | = Known issues = | ||
52 | |||
53 | * [[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]] | ||
54 | |||
55 | = Upgrade Notes = | ||
56 | |||
57 | == Version-specific Upgrade Notes == | ||
58 | |||
59 | {{todo/}} | ||
60 | |||
61 | == General Upgrade Notes == | ||
62 | |||
63 | {{info}} | ||
64 | 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. | ||
65 | {{/info}} | ||
66 | |||
67 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
68 | |||
69 | {{warning}} | ||
70 | 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. | ||
71 | {{/warning}} | ||
72 | |||
73 | == API Breakages == | ||
74 | |||
75 | The following APIs were modified since version 4.1: | ||
76 | |||
77 | {{code language="none"}} | ||
78 | todo | ||
79 | {{/code}} |