Wiki source code of ReleaseNotesXWikiEnterprise192
Version 1.4 by Jean-Vincent Drean on 2010/11/23
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #startfloatingbox() | ||
2 | *Contents* | ||
3 | #toc ("2" "4" "") | ||
4 | #endfloatingbox() | ||
5 | |||
6 | 1 Release Notes for XWiki Enterprise 1.9.2 | ||
7 | |||
8 | This is a bug fix and enhancement release mainly around new WYSIWYG and the blog application. | ||
9 | |||
10 | 1.1 Changes since XWiki Enterprise 1.9.1 | ||
11 | |||
12 | 1.1.1 Improvements | ||
13 | |||
14 | * WYSIWYG | ||
15 | ** Allow the page to link to to be searched for or selected from the most recently edited pages | ||
16 | ** Improved style consistency across dialogs | ||
17 | ** Upgrade to GWT 1.6.4 | ||
18 | |||
19 | 1.1.1 Important Bugs fixed | ||
20 | |||
21 | * Fixed errors in the Blog application with Internet Explorer 6 and 7 | ||
22 | * XWIKI-4079 Links are lost when switching to Source in the WYSIWYG editor | ||
23 | * XWIKI-4101 The editor WYSIWYG disappear when creating a new translation | ||
24 | * XWIKI-4085 Content duplicated if there's a macro (toc, id..) in an html macro | ||
25 | * XWIKI-3413 Not possible to generate pure text content (like JSON) from a 2.0 page using ?xpage=plai | ||
26 | * XWIKI-4088 The output of the HTML macro with wiki=true is parsed and generates duplicated content | ||
27 | * XWIKI-4067 Trying to edit a missing object property with the new WYSIWYG editor can lead to infinite include recursion | ||
28 | * XWIKI-3847 removeObject in XWikiDocument does not search for the object correctly | ||
29 | |||
30 | 1.1 Known issues | ||
31 | |||
32 | * [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] | ||
33 | |||
34 | 1.1 Backward Compatibility and Migration Notes | ||
35 | |||
36 | 1.1.1 General Notes | ||
37 | |||
38 | #warning("If you're running in a multiwiki setup you'll also need to define the property <tt>xwiki.store.migration.databases=all</tt> to your <tt>xwiki.cfg</tt> file or explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.") | ||
39 | |||
40 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
41 | |||
42 | #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.") |