Changes for page Release Notes for XWiki Enterprise 3.3 Release Candidate 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,48 +2,36 @@ 2 2 {{toc/}} 3 3 {{/box}} 4 4 5 -First release candidate of the 3.3 version. 5 +First release candidate of the 3.3 version. There are very few new things in this released, compared to 3.3 Milestone 2, most of the effort going into the extension manager and the Application Within Minutes features. 6 6 7 7 = New and Noteworthy (since 3.3 Milestone 2) = 8 8 9 -== <featureN>==9 +== Improvements to the Extension Manager == 10 10 11 - <description of featureN>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 12 13 -= F orDevelopers =13 +== First version of the Application Within Minutes general wizard == 14 14 15 - ==<developer featureN>==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 16 17 - <descriptionofdeveloperfeature N>17 += For Developers = 18 18 19 -== Deprecated and Retired projects == 20 - 21 -<description of deprecated and retired projects> 22 - 23 -== Upgrades == 24 - 25 -The following dependencies have been upgraded: 26 - 27 -* <list libraries that have been upgraded> 28 - 29 29 == Miscellaneous == 30 30 31 -<other stuff to add and link to JIRA for all issues fixed> 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 32 32 33 33 == Translations == 34 34 35 35 The following translations have been updated: 36 36 37 -{{language codes="c ode1,code2"/}}29 +{{language codes="cs, fr, pl, pt_BR, ru, sv, uk"/}} 38 38 39 39 = Supported Browsers = 40 40 41 41 Here's the list of supported browsers for this version (i.e. browsers that we've tested as working): 42 42 43 -{{velocity}} 44 -## name = iexplorer, firefox, chrome, safari, opera 45 -{{/velocity}} 46 - 47 47 {{browser name="browser" version="x.x"/}} 48 48 49 49 = Known issues = ... ... @@ -52,7 +52,7 @@ 52 52 53 53 = Test Report = 54 54 55 -You can check the [[manual test report>>TestReports.WebHome# <anchor to testreport>]] to learn about what was tested and the results on various browsers.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. 56 56 57 57 = Backward Compatibility and Migration Notes = 58 58 ... ... @@ -68,13 +68,9 @@ 68 68 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. 69 69 {{/warning}} 70 70 71 -== Issues specific to <projet> <version> == 72 - 73 -<issues specific to the project> 74 - 75 75 == API Breakages == 76 76 77 -The following APIs were modified since <project> <version - 1>:61 +The following APIs were modified since 3.2: 78 78 79 79 {{code language="none"}} 80 80 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