Wiki source code of Release Notes for XWiki Enterprise 3.3 Release Candidate 1
Version 1.5 by Vincent Massol on 2011/12/08
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | First release candidate of the 3.3 version. There are very few new things in this release, compared to 3.3 Milestone 2, most of the effort going into the extension manager and the Application Within Minutes features. | ||
6 | |||
7 | = New and Noteworthy (since 3.3 Milestone 2) = | ||
8 | |||
9 | == Improvements to the Extension Manager == | ||
10 | |||
11 | The Extension Manager has been improved on all fronts, from the internal management of extensions, to the administration UI, and to the XWiki Extension Repository. Now [[the extensions wiki>>extensions:Main.WebHome]] is enabled by default as a source for extensions, although only a handful of extensions have been validated at the moment. | ||
12 | |||
13 | == First version of the Application Within Minutes general wizard == | ||
14 | |||
15 | After the introduction of the new class editor and the livetable generator, 3.3 RC 1 sees the introduction of the general wizard tying all the other aspects making up the Application Within Minutes feature. | ||
16 | |||
17 | = For Developers = | ||
18 | |||
19 | == Miscellaneous == | ||
20 | |||
21 | * [[XE-1055>>http://jira.xwiki.org/browse/XE-1055]]: Several bugs fixed in the Activity Stream, mostly caused by wrong usage of timezones | ||
22 | * [[XWIKI-7215>>http://jira.xwiki.org/browse/XWIKI-7215]]: The Livetable "loading" status is enabled sooner, right after starting to type a new filter, although the actual fetching of new rows is still delayed until the user stops typing | ||
23 | * [[XEM-204>>http://jira.xwiki.org/browse/XEM-204]]: By default path-based multiwiki is enabled in XEM, making it easier to test and run a virtual wiki farm | ||
24 | |||
25 | == Translations == | ||
26 | |||
27 | The following translations have been updated: | ||
28 | |||
29 | {{language codes="cs, fr, pl, pt_BR, ru, sv, uk"/}} | ||
30 | |||
31 | = Supported Browsers = | ||
32 | |||
33 | Here's the list of supported browsers for this version (i.e. browsers that we've tested as working): | ||
34 | |||
35 | {{browser name="browser" version="x.x"/}} | ||
36 | |||
37 | = Known issues = | ||
38 | |||
39 | * [[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]] | ||
40 | |||
41 | = Test Report = | ||
42 | |||
43 | You can check the [[manual test report>>TestReports.WebHome#HVersions3.3.x]] to learn about what was tested and the results on various browsers. | ||
44 | |||
45 | = Backward Compatibility and Migration Notes = | ||
46 | |||
47 | == General Notes == | ||
48 | |||
49 | {{warning}} | ||
50 | 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,...//. | ||
51 | {{/warning}} | ||
52 | |||
53 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
54 | |||
55 | {{warning}} | ||
56 | 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. | ||
57 | {{/warning}} | ||
58 | |||
59 | == API Breakages == | ||
60 | |||
61 | The following APIs were modified since 3.2: | ||
62 | |||
63 | {{code language="none"}} | ||
64 | org.xwiki.component.annotation.ComponentAnnotationLoader: In method 'public void initialize(org.xwiki.component.manager.ComponentManager, java.lang.ClassLoader, java.util.List, java.util.List)' the number of arguments has changed | ||
65 | org.xwiki.rendering.configuration.RenderingConfiguration: Method 'public java.util.List getTransformationNames()' has been added to an interface | ||
66 | org.xwiki.rendering.configuration.RenderingConfiguration: Method 'public java.util.List getTransformations()' has been removed | ||
67 | org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener: Class org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener removed | ||
68 | org.xwiki.rendering.macro.box.AbstractBoxMacro: Return type of method 'protected org.xwiki.rendering.internal.macro.MacroContentParser getMacroContentParser()' has been changed to org.xwiki.rendering.macro.MacroContentParser | ||
69 | org.xwiki.rendering.transformation.icon.IconTransformationConfiguration: Method 'public void addMapping(java.lang.String, java.lang.String)' has been added to an interface | ||
70 | org.xwiki.annotation.event.AbstractAnnotationEvent: Added abstract modifier to class | ||
71 | org.xwiki.annotation.reference.IndexedObjectReference: Accessibility of method 'public void setName(java.lang.String)' has been decreased from public to protected | ||
72 | com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin: Removed org.xwiki.observation.EventListener from the set of implemented interfaces | ||
73 | com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin: Method 'public java.util.List getEvents()' has been removed | ||
74 | com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin: Method 'public void onEvent(org.xwiki.observation.event.Event, java.lang.Object, java.lang.Object)' has been removed | ||
75 | org.xwiki.cache.eviction.EntryEvictionConfiguration: Method 'public void setAlgotithm(org.xwiki.cache.eviction.EntryEvictionConfiguration$Algorithm)' has been removed | ||
76 | org.xwiki.model.reference.AttachmentReference: Accessibility of method 'public void setParent(org.xwiki.model.reference.EntityReference)' has been decreased from public to protected | ||
77 | org.xwiki.model.reference.AttachmentReference: Accessibility of method 'public void setType(org.xwiki.model.EntityType)' has been decreased from public to protected | ||
78 | org.xwiki.model.reference.ClassPropertyReference: Accessibility of method 'public void setParent(org.xwiki.model.reference.EntityReference)' has been decreased from public to protected | ||
79 | org.xwiki.model.reference.ClassPropertyReference: Accessibility of method 'public void setType(org.xwiki.model.EntityType)' has been decreased from public to protected | ||
80 | org.xwiki.model.reference.DocumentReference: Accessibility of method 'public void setParent(org.xwiki.model.reference.EntityReference)' has been decreased from public to protected | ||
81 | org.xwiki.model.reference.DocumentReference: Accessibility of method 'public void setType(org.xwiki.model.EntityType)' has been decreased from public to protected | ||
82 | org.xwiki.model.reference.DocumentReference: Method 'public void setWikiReference(org.xwiki.model.reference.WikiReference)' has been removed | ||
83 | org.xwiki.model.reference.EntityReference: Method 'public org.xwiki.model.reference.EntityReference clone()' has been removed | ||
84 | org.xwiki.model.reference.EntityReference: Method 'public java.lang.Object clone()' has been removed | ||
85 | org.xwiki.model.reference.EntityReference: Method 'public org.xwiki.model.reference.EntityReference getChild()' has been removed | ||
86 | org.xwiki.model.reference.EntityReference: Method 'public java.lang.String getName()' is now final | ||
87 | org.xwiki.model.reference.EntityReference: Method 'public org.xwiki.model.reference.EntityReference getParent()' is now final | ||
88 | org.xwiki.model.reference.EntityReference: Method 'public org.xwiki.model.EntityType getType()' is now final | ||
89 | org.xwiki.model.reference.EntityReference: Method 'public void setChild(org.xwiki.model.reference.EntityReference)' has been removed | ||
90 | org.xwiki.model.reference.EntityReference: Accessibility of method 'public void setName(java.lang.String)' has been decreased from public to protected | ||
91 | org.xwiki.model.reference.EntityReference: Accessibility of method 'public void setParent(org.xwiki.model.reference.EntityReference)' has been decreased from public to protected | ||
92 | org.xwiki.model.reference.EntityReference: Accessibility of method 'public void setType(org.xwiki.model.EntityType)' has been decreased from public to protected | ||
93 | org.xwiki.model.reference.ObjectPropertyReference: Accessibility of method 'public void setParent(org.xwiki.model.reference.EntityReference)' has been decreased from public to protected | ||
94 | org.xwiki.model.reference.ObjectPropertyReference: Accessibility of method 'public void setType(org.xwiki.model.EntityType)' has been decreased from public to protected | ||
95 | org.xwiki.model.reference.ObjectPropertyReferenceResolver: Method 'public org.xwiki.model.reference.ObjectPropertyReference resolve(java.lang.Object, java.lang.Object[])' has been added to an interface | ||
96 | org.xwiki.model.reference.ObjectReference: Accessibility of method 'public void setParent(org.xwiki.model.reference.EntityReference)' has been decreased from public to protected | ||
97 | org.xwiki.model.reference.ObjectReference: Accessibility of method 'public void setType(org.xwiki.model.EntityType)' has been decreased from public to protected | ||
98 | org.xwiki.model.reference.ObjectReferenceResolver: Method 'public org.xwiki.model.reference.ObjectReference resolve(java.lang.Object, java.lang.Object[])' has been added to an interface | ||
99 | org.xwiki.model.reference.SpaceReference: Accessibility of method 'public void setParent(org.xwiki.model.reference.EntityReference)' has been decreased from public to protected | ||
100 | org.xwiki.model.reference.SpaceReference: Accessibility of method 'public void setType(org.xwiki.model.EntityType)' has been decreased from public to protected | ||
101 | org.xwiki.model.reference.WikiReference: Accessibility of method 'public void setType(org.xwiki.model.EntityType)' has been decreased from public to protected | ||
102 | com.xpn.xwiki.api.XWiki: Method 'public com.xpn.xwiki.plugin.query.XWikiQuery createQueryFromRequest(java.lang.String)' has been removed | ||
103 | com.xpn.xwiki.api.XWiki: Method 'public java.lang.String displaySearch(java.lang.String, java.lang.String)' has been removed | ||
104 | com.xpn.xwiki.api.XWiki: Method 'public java.lang.String displaySearch(java.lang.String, java.lang.String, com.xpn.xwiki.plugin.query.XWikiCriteria)' has been removed | ||
105 | com.xpn.xwiki.api.XWiki: Method 'public java.lang.String displaySearch(java.lang.String, java.lang.String, java.lang.String, com.xpn.xwiki.plugin.query.XWikiCriteria)' has been removed | ||
106 | com.xpn.xwiki.api.XWiki: Method 'public java.lang.String displaySearchColumns(java.lang.String, com.xpn.xwiki.plugin.query.XWikiQuery)' has been removed | ||
107 | com.xpn.xwiki.api.XWiki: Method 'public java.lang.String displaySearchColumns(java.lang.String, java.lang.String, com.xpn.xwiki.plugin.query.XWikiQuery)' has been removed | ||
108 | com.xpn.xwiki.api.XWiki: Method 'public java.lang.String displaySearchOrder(java.lang.String, com.xpn.xwiki.plugin.query.XWikiQuery)' has been removed | ||
109 | com.xpn.xwiki.api.XWiki: Method 'public java.lang.String displaySearchOrder(java.lang.String, java.lang.String, com.xpn.xwiki.plugin.query.XWikiQuery)' has been removed | ||
110 | com.xpn.xwiki.api.XWiki: Method 'public java.util.List search(com.xpn.xwiki.plugin.query.XWikiQuery)' has been removed | ||
111 | com.xpn.xwiki.api.XWiki: Method 'public java.lang.String searchAsTable(com.xpn.xwiki.plugin.query.XWikiQuery)' has been removed | ||
112 | org.xwiki.query.QueryExecutorProvider: Class org.xwiki.query.QueryExecutorProvider removed | ||
113 | {{/code}} |