Wiki source code of Release Notes for XWiki Enterprise 4.2 Milestone 1
Version 5.1 by Andreas Jonsson on 2012/06/12
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | {{warning}} | ||
6 | This release is not finished yet, this is a work in progress | ||
7 | {{/warning}} | ||
8 | |||
9 | = New and Noteworthy (since XWiki Enterprise 4.1 version) = | ||
10 | |||
11 | {{todo/}} | ||
12 | |||
13 | = Bug fixes and improvements = | ||
14 | |||
15 | * 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##. | ||
16 | * It will no longer be allowed to use scripts in comments. This will reduce the security risk from users that only have comment rights. | ||
17 | |||
18 | == Upgrades == | ||
19 | |||
20 | The following dependencies have been upgraded: | ||
21 | |||
22 | * Selenium 2.22 | ||
23 | |||
24 | = Test Report = | ||
25 | |||
26 | You can check the [[manual test report>>TestReports.ManualTestReportXE42M1]] to learn about what was tested and the results on various browsers. | ||
27 | |||
28 | == Tested Browsers == | ||
29 | |||
30 | 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]]): | ||
31 | |||
32 | {{todo/}} | ||
33 | |||
34 | == Tested Databases == | ||
35 | |||
36 | {{todo/}} | ||
37 | |||
38 | = Known issues = | ||
39 | |||
40 | * [[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]] | ||
41 | |||
42 | = Upgrade Notes = | ||
43 | |||
44 | == Version-specific Upgrade Notes == | ||
45 | |||
46 | * 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"]]. | ||
47 | |||
48 | == General Upgrade Notes == | ||
49 | |||
50 | {{info}} | ||
51 | 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. | ||
52 | {{/info}} | ||
53 | |||
54 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
55 | |||
56 | {{warning}} | ||
57 | 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. | ||
58 | {{/warning}} | ||
59 | |||
60 | == API Breakages == | ||
61 | |||
62 | The following APIs were modified since version 4.0: | ||
63 | |||
64 | {{todo/}} |