Wiki source code of ReleaseNotesXWikiEnterprise20RC2
Last modified by Thomas Mortagne on 2023/10/13 16:35
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>>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 2.0.1). | ||
| 20 | * Apply the new voted color theme | ||
| 21 | |||
| 22 | === General UI | ||
| 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 | ||
| 27 | * Space Index, Document Index and Orphaned Page now use generic livetable tools | ||
| 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 | |||
| 48 | === Important bugs fixed | ||
| 49 | |||
| 50 | * Livetable "avatar", "photos" and "attachments" columns do not work | ||
| 51 | |||
| 52 | == Known issues | ||
| 53 | |||
| 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]] | ||
| 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,...##. | ||
| 61 | {{/warning}} | ||
| 62 | |||
| 63 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from improvements listed above. | ||
| 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}} |