Wiki source code of ReleaseNotesXWikiEnterprise20RC2
Last modified by Thomas Mortagne on 2023/10/13
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc start="2"/}}{{/box}} |
2 | |||
3 | = Release Notes for XWiki Enterprise 2.0 Release Candidate 2 | ||
4 | |||
![]() |
13.1 | 5 | This is the first Release Candidate for the XWiki enterprise 2.0 version ([[Roadmap>>Main.Roadmap]]). |
![]() |
1.1 | 6 | |
7 | == New and Noteworthy (since XWiki Enterprise 2.0 Release Candidate 1) | ||
8 | |||
9 | At a glance (see below for details): | ||
![]() |
6.1 | 10 | * New Colibri skin improvements |
11 | * General UI improvements | ||
12 | * WYSIWYG improvements | ||
13 | * Rendering 2.0 improvements | ||
14 | * New regexp velocity tool | ||
![]() |
1.1 | 15 | |
![]() |
6.1 | 16 | === Colibri skin |
![]() |
1.1 | 17 | |
![]() |
6.1 | 18 | * Colibri skin is now the default skin |
![]() |
10.1 | 19 | * Not all the pages has been converted to new title handling. It will be fixed during the 2.0.x branch life (hopefully for 2.0.1). |
![]() |
8.1 | 20 | * Apply the new voted color theme |
![]() |
6.1 | 21 | |
![]() |
7.1 | 22 | === General UI |
![]() |
6.1 | 23 | |
24 | * Make section editing work for any section level. You can configure it using the new property ##xwiki.section.depth## in ##xwiki.cfg## file | ||
25 | * Change button order in preview mode | ||
26 | * Make all skins display the document title as the top level header and ensure there's no duplicate titles displayed | ||
![]() |
8.1 | 27 | * Space Index, Document Index and Orphaned Page now use generic livetable tools |
![]() |
6.1 | 28 | |
29 | === WYSIWYG | ||
30 | |||
31 | * Upgrade to [[GWT 1.7.0>>http://code.google.com/webtoolkit/releases/release-notes-1.7.0.html#Release_Notes_Current]] | ||
32 | * Faster navigation for image and link insertion | ||
33 | * [BUG] Several IE8 compatibility bugs | ||
34 | * [BUG] Cannot edit a table with a group in source | ||
35 | * [BUG] Typing ">" + text in wysiwyg returns a quote | ||
36 | |||
37 | === Rendering 2.0 | ||
38 | |||
39 | * Not all the pages has been converted to new xwiki/2.0 syntax. It will be fixed during the 2.0.x branch life (hopefully for 1.0.1). | ||
40 | * [BUG] Documents in 2.0 syntax with dynamic titles (ie with macros) have their computed titles named after the page name | ||
41 | * [BUG] Rendering links takes about 8 times as long in syntax 2.0 as 1.0 | ||
42 | * [BUG] Section editing not working for paragraph with h3 header | ||
43 | |||
44 | === Regexp velocity tool | ||
45 | |||
46 | You can access it using $regextool binding. | ||
47 | |||
![]() |
1.1 | 48 | === Important bugs fixed |
49 | |||
![]() |
6.1 | 50 | * Livetable "avatar", "photos" and "attachments" columns do not work |
![]() |
1.1 | 51 | |
52 | == Known issues | ||
53 | |||
![]() |
12.1 | 54 | * [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] |
![]() |
1.1 | 55 | |
56 | == Backward Compatibility and Migration Notes | ||
57 | |||
58 | === General Notes | ||
59 | |||
60 | {{warning}}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,...##. | ||
![]() |
3.1 | 61 | {{/warning}} |
![]() |
1.1 | 62 | |
![]() |
9.3 | 63 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from improvements listed above. |
![]() |
1.1 | 64 | |
65 | {{warning}} | ||
66 | Always make sure you compare your ##xwiki.cfg## file with the newest version since some configuration parameters were added. Of note, 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. | ||
67 | {{/warning}} | ||
68 | |||
69 | {{velocity}}#* | ||
70 | === API Breakages | ||
71 | |||
72 | The following APIs were modified since XWiki Enterprise 2.0M4: | ||
73 | |||
74 | * Rendering Module | ||
75 | ** {{error}}TODO{{/error}} | ||
76 | ** Details: | ||
77 | {{code language="none"}} | ||
78 | {{/code}} | ||
79 | *#{{/velocity}} |