Wiki source code of ReleaseNotesXWikiEnterprise19RC1
Version 2.1 by Vincent Massol on 2009/06/03
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #startfloatingbox() | ||
2 | *Contents* | ||
3 | #toc ("2" "3" "") | ||
4 | #endfloatingbox() | ||
5 | |||
6 | 1 Release Notes for XWiki Enterprise 1.9 Release Candidate 2 | ||
7 | |||
8 | 1.1 Summary of changes since XWiki Enterprise 1.9 Release Candidate 1 | ||
9 | |||
10 | TODO | ||
11 | |||
12 | 1.1 Modified XAR pages | ||
13 | |||
14 | * Main/AllDocs.xml | ||
15 | * Blog/RssCode.xml | ||
16 | * Panels/RecentlyVisited.xml | ||
17 | * Panels/Recently Created.xml | ||
18 | * Panels/DocumentInformation.xml | ||
19 | * Panels/MyRecentModifications.xml | ||
20 | * Panels/Recently Modified.xml | ||
21 | * Panels/Backlinks.xml | ||
22 | * XWiki/OfficeImporterResults.xml | ||
23 | * XWiki/OfficeImporter.xml | ||
24 | * XWiki/OfficeImporterSuggest.xml | ||
25 | |||
26 | 1.1 Known issues | ||
27 | |||
28 | * [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] | ||
29 | |||
30 | 1.1 Common Migration notes | ||
31 | |||
32 | #warning("The default encoding was changed from ISO-8859-1 to UTF-8. If you were using the old default encoding and a database using character encodings, you must convert the database data, too, or switch XWiki back to the old encoding") | ||
33 | #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>.") | ||
34 | |||
35 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
36 | |||
37 | #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.") |