Wiki source code of Release Notes for XWiki Enterprise 4.2 Milestone 1
Version 4.1 by Vincent Massol on 2012/06/08
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
![]() |
2.1 | 5 | {{warning}}This release is not finished yet, this is a work in progress{{/warning}} |
6 | |||
![]() |
1.1 | 7 | = New and Noteworthy (since XWiki Enterprise 4.1 version) = |
8 | |||
9 | {{todo/}} | ||
10 | |||
![]() |
4.1 | 11 | = Bug fixes and improvements = |
12 | |||
13 | * The XWiki Installer now fully works on Windows 7. The XWiki Data is now put in the ##%APPDATA%\XWiki Enterprise <version>\data## directory, while the binaries are installed in ##Program Files##. | ||
14 | |||
![]() |
1.1 | 15 | == Upgrades == |
16 | |||
17 | The following dependencies have been upgraded: | ||
18 | |||
19 | * Selenium 2.22 | ||
20 | |||
21 | = Test Report = | ||
22 | |||
23 | You can check the [[manual test report>>TestReports.ManualTestReportXE42M1]] to learn about what was tested and the results on various browsers. | ||
24 | |||
25 | == Tested Browsers == | ||
26 | |||
27 | 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]]): | ||
28 | |||
29 | {{todo/}} | ||
30 | |||
31 | == Tested Databases == | ||
32 | |||
33 | {{todo/}} | ||
34 | |||
35 | = Known issues = | ||
36 | |||
37 | * [[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]] | ||
38 | |||
![]() |
2.1 | 39 | = Upgrade Notes = |
![]() |
1.1 | 40 | |
![]() |
2.1 | 41 | == Version-specific Upgrade Notes == |
42 | |||
![]() |
3.1 | 43 | * The ##xwiki.work.dir## and ##xwiki.temp.dir## properties in the ##xwiki.cfg## configuration file are no longer taken into account. The XWiki work dir (now called XWiki Data Directory or XWiki Permanent Directory) is now configured either by setting the ##xwiki.data.dir## System property or by setting the ##xwiki.properties##'s ##environment.permanentDirectory## property. The temporary directory is not configurable within XWiki but can be configured through your Servlet Container (since XWiki uses the Servlet container's temporary directory). See also [[Configuring directories>>platform:AdminGuide.Configuration||anchor="HConfiguringDirectories"]]. |
![]() |
2.1 | 44 | |
45 | == General Upgrade Notes == | ||
46 | |||
![]() |
1.1 | 47 | {{info}} |
48 | 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. | ||
49 | {{/info}} | ||
50 | |||
51 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
52 | |||
53 | {{warning}} | ||
54 | 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. | ||
55 | {{/warning}} | ||
56 | |||
57 | == API Breakages == | ||
58 | |||
![]() |
2.1 | 59 | The following APIs were modified since version 4.0: |
![]() |
1.1 | 60 | |
![]() |
2.1 | 61 | {{todo/}} |