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