Wiki source code of Release Notes for XWiki Enterprise 3.5 Milestone 1
Version 4.2 by Marius Dumitru Florea on 2012/02/17
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | {{todo/}} | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 3.4 version) = | ||
8 | |||
9 | == Extension Manager improvements == | ||
10 | |||
11 | * [[XWIKI-7429>>http://jira.xwiki.org/browse/XWIKI-7429]] Clicking "Install" after "Show details" brings the user out of the Administration interface | ||
12 | * [[XWIKI-7452>>http://jira.xwiki.org/browse/XWIKI-7452]] Can't resolve an extension with id containing UTF-8 char in XWiki Repository | ||
13 | * [[XWIKI-7453>>http://jira.xwiki.org/browse/XWIKI-7453]] Can't find an extension on XWiki Repository when searching with a pattern containing an UTF-8 character | ||
14 | * [[XWIKI-7455>>http://jira.xwiki.org/browse/XWIKI-7455]] Provide UI to import and synchronize an external extension in the repository | ||
15 | * [[XWIKI-7458>>http://jira.xwiki.org/browse/XWIKI-7458]] Getting "Unknown macro: warn" instead of the actual warning when installing/uninstalling an extension | ||
16 | * [[XWIKI-7249>>http://jira.xwiki.org/browse/XWIKI-7249]] When an extension is already installed do not show a clickable "Install" button | ||
17 | * [[XWIKI-7367>>http://jira.xwiki.org/browse/XWIKI-7367]] Add clustering support for extensions | ||
18 | * [[XWIKI-7426>>http://jira.xwiki.org/browse/XWIKI-7426]] Search should be case insensitive on XWiki Repository | ||
19 | * [[XWIKI-7430>>http://jira.xwiki.org/browse/XWIKI-7430]] Extension manager should provide a custom user agent when connection to repositories | ||
20 | * [[XWIKI-7477>>http://jira.xwiki.org/browse/XWIKI-7477]] XWiki Repository REST services should provide a content-disposition with the file name | ||
21 | * [[XWIKI-7492>>http://jira.xwiki.org/browse/XWIKI-7492]] Separate local extensions by folders | ||
22 | |||
23 | See the full list of [[JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+XWIKI+AND+resolution+%3D+Fixed+AND+fixVersion+%3D+12857+AND+component+%3D+%22Extension+Manager%22+AND+status+%3D+Closed+ORDER+BY+priority+DESC&tempMax=1000]]. | ||
24 | |||
25 | == Documents macro == | ||
26 | |||
27 | A new macro that can be used to display documents in a live table. Read more about it on [[extensions wiki>>extensions:Extension.Documents Macro]]. | ||
28 | |||
29 | = Bug fixes and improvements = | ||
30 | |||
31 | {{todo/}} | ||
32 | |||
33 | = For Developers = | ||
34 | |||
35 | {{todo/}} | ||
36 | |||
37 | == Upgrades == | ||
38 | |||
39 | The following dependencies have been upgraded: | ||
40 | |||
41 | * Groovy 1.8.6 | ||
42 | * JFreeChart 1.0.14 | ||
43 | * JUnit 4.9 | ||
44 | * Maven Archetype plugin 2.2 | ||
45 | * Maven Assembly plugin 2.3 | ||
46 | * Maven Checkstyle plugin 2.9 | ||
47 | * Maven Dependency plugin 2.4 | ||
48 | * Maven Exec plugin 1.2.1 | ||
49 | * Maven Findbugs plugin 2.4.0 | ||
50 | * Maven JAR plugin 2.4 | ||
51 | * Maven Javadoc plugin 2.8.1 | ||
52 | * Maven Plugin plugin 2.9 | ||
53 | * Maven Release plugin 2.2.2 | ||
54 | * Maven Site plugin 3.0 | ||
55 | * Maven SSH Wagon 2.2 | ||
56 | * Maven Surefire plugin 2.12 | ||
57 | * Maven War plugin 2.2 | ||
58 | * OSCache 2.4.1 | ||
59 | |||
60 | == Translations == | ||
61 | |||
62 | The following translations have been updated: | ||
63 | |||
64 | {{language codes="fr, it, ko, lv, sv"/}} | ||
65 | |||
66 | = Tested Browsers = | ||
67 | |||
68 | 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]]): | ||
69 | |||
70 | {{browser name="firefox" version="9.0.1"/}} | ||
71 | |||
72 | {{browser name="chrome" version="16"/}} | ||
73 | |||
74 | = Known issues = | ||
75 | |||
76 | * [[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]] | ||
77 | |||
78 | = Test Report = | ||
79 | |||
80 | You can check the [[manual test report>>TestReports.ManualTestReportXE35M1]] to learn about what was tested and the results on various browsers. | ||
81 | |||
82 | = Backward Compatibility and Migration Notes = | ||
83 | |||
84 | == General Notes == | ||
85 | |||
86 | {{warning}} | ||
87 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//. | ||
88 | {{/warning}} | ||
89 | |||
90 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
91 | |||
92 | {{warning}} | ||
93 | 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. | ||
94 | {{/warning}} | ||
95 | |||
96 | == Issues specific to XWiki Enterprise 3.5 Milestone 1 == | ||
97 | |||
98 | The default configuration property for the permanent directory was renamed from ##container.persistentDirectory## to ##environment.permanentDirectory## in ##xwiki.properties##. | ||
99 | |||
100 | == API Breakages == | ||
101 | |||
102 | The following APIs were modified since version 3.4: | ||
103 | |||
104 | {{code language="none"}} | ||
105 | org.xwiki.container.ContainerFactory: Class org.xwiki.container.ContainerFactory removed | ||
106 | com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin: Class com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin removed | ||
107 | com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI: Class com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI removed | ||
108 | {{/code}} |