Last modified by Thomas Mortagne on 2017/03/24

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 The first release candidate of the 3.4 version brings a few bug fixes and improvements over the previous version.
6
7 = New and Noteworthy (since 3.4 Milestone 1) =
8
9 Checkout the full unabridged [[list of issues>>https://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+%223.4-rc-1%22&tempMax=1000]] fixed in this release.
10
11 == UI to import and synchronize external extensions in the repository ==
12
13 It's now possible to easily import an extension from any repository into XWiki Repository.
14
15 A common use case is the need to make a maven extension available to the search with a complete documentation since search is not supported in plain maven repositories and it's hard to add a nice documentation in maven pom.xml since there is no real place for it (just a summary).
16
17 XWiki Repository then act as a proxy for the actual extension file.
18
19 == New ColorThemes added ==
20
21 We have 3 new colorthemes: Mint, Ruby and Dusk.
22 [[[[image:colorthemes34.png||style="border:1px solid gray; padding: 0.2em; width:600px;"]]>>attach:colorthemes34.png]]
23
24 These new themes deprecate the old ones, which are removed from our default distribution. The deprecated themes are still available at extensions.xwiki.org:
25 Default http://extensions.xwiki.org/xwiki/bin/view/Extension/Default33+ColorTheme
26 Bordo http://extensions.xwiki.org/xwiki/bin/view/Extension/Bordo+ColorTheme
27 Nature http://extensions.xwiki.org/xwiki/bin/view/Extension/Nature+ColorTheme
28 BlueSky http://extensions.xwiki.org/xwiki/bin/view/Extension/BlueSky+ColorTheme
29 Inner Dark http://extensions.xwiki.org/xwiki/bin/view/Extension/Inner+Dark+ColorTheme
30 Nightfall http://extensions.xwiki.org/xwiki/bin/view/Extension/Nightfall+ColorTheme
31 Peach http://extensions.xwiki.org/xwiki/bin/view/Extension/Peach+ColorTheme
32
33 = For developers =
34
35 * Colibri changes:
36 ** new .disabled class to mark disabled inputs, see [[documentation>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/VerticalForms#H7.Disabling]]
37 ** new .hasIcon class to be used for elements that have a background-icon attached. The class works in pair with other classes that specify the icon that will be used (ex: .iconRSS, .tmEdit, .etc). For other general CSS classes, see [[documentation>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/SpecialCSSClasses#HA.Generalclasses]]
38
39 == Upgrades ==
40
41 The following dependencies have been upgraded:
42
43 * Hibernate 3.6.9
44 * Restlet 2.0.11
45 * Selenium 2.17
46 * Selenium Maven Plugin 2.2
47
48 == Translations ==
49
50 The following translations have been updated:
51
52 {{language codes="lv"/}}
53
54 = Tested Browsers =
55
56 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]]):
57
58 {{browser name="firefox" version="9.0.1"/}}
59
60 {{browser name="chrome" version="16"/}}
61
62
63 = Test Report =
64
65 You can check the [[manual test report>>TestReports.ManualTestReportXE34RC1]] to learn about what was tested and the results on various browsers.
66
67 = Known issues =
68
69 * [[Bugs we know about>>https://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]]
70
71 = Backward Compatibility and Migration Notes =
72
73 == General Notes ==
74
75 {{warning}}
76 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,...//.
77 {{/warning}}
78
79 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
80
81 {{warning}}
82 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.
83 {{/warning}}
84
85 == API Breakages ==
86
87 The following APIs were modified since version 3.3:
88
89 {{code language="none"}}
90 org.xwiki.rest.XWikiAuthentication: Removed org.restlet.Filter from the list of superclasses
91 org.xwiki.rest.XWikiAuthentication: Removed org.restlet.Guard from the list of superclasses
92 org.xwiki.rest.XWikiAuthentication: Removed org.restlet.Uniform from the list of superclasses
93 org.xwiki.rest.XWikiAuthentication: In method 'public int authenticate(org.restlet.data.Request)' the number of arguments has changed
94 org.xwiki.rest.XWikiAuthentication: Return type of method 'public int authenticate(org.restlet.data.Request)' has been changed to boolean
95 org.xwiki.rest.XWikiAuthentication: Method 'public boolean checkSecret(org.restlet.data.Request, java.lang.String, char[])' has been removed
96 org.xwiki.rest.XWikiRestletJaxRsApplication: Removed org.restlet.Uniform from the list of superclasses
97 org.xwiki.rest.XWikiRestletServlet: Removed com.noelios.restlet.ext.servlet.ServerServlet from the list of superclasses
98 org.xwiki.rest.XWikiSetupCleanupFilter: Removed org.restlet.Filter from the list of superclasses
99 org.xwiki.rest.XWikiSetupCleanupFilter: Removed org.restlet.Uniform from the list of superclasses
100 org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 1 of 'protected void afterHandle(org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Request
101 org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 2 of 'protected void afterHandle(org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Response
102 org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 1 of 'protected int beforeHandle(org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Request
103 org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 2 of 'protected int beforeHandle(org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Response
104 org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 1 of 'protected javax.servlet.http.HttpServletRequest getHttpRequest(org.restlet.data.Request)' has changed its type to org.restlet.Request
105 org.xwiki.rest.resources.BrowserAuthenticationResource: Removed org.restlet.Handler from the list of superclasses
106 org.xwiki.rest.resources.BrowserAuthenticationResource: Removed org.restlet.resource.Resource from the list of superclasses
107 org.xwiki.rest.resources.BrowserAuthenticationResource: Parameter 2 of 'public BrowserAuthenticationResource(org.restlet.Context, org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Request
108 org.xwiki.rest.resources.BrowserAuthenticationResource: Parameter 3 of 'public BrowserAuthenticationResource(org.restlet.Context, org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Response
109 {{/code}}

Get Connected