Last modified by Thomas Mortagne on 2017/03/24

Show last authors
1 #startfloatingbox()
2 *Contents*
3 #toc ("2" "3" "")
4 #endfloatingbox()
5
6 1 Release Notes for XWiki Enterprise 1.3 Milestone 1
7
8 First milestone of the XWiki Enterprise 1.3 version.
9
10 Note that general goals for XWiki Enterprise 1.3 are:
11 * Bug fixes
12 * More automated tests
13 * Clean up the Skins, make it easy to create new skins and add the new xwiki.org skin
14 * Improve performances (less Javascript files, more optimized CSS, better caching, etc)
15
16 1.1 Summary of changes since XWiki Enterprise 1.2.1
17
18 Main changes:
19
20 * A good deal of bugs fixed
21 * Added ability to export pages as HTML in a zip file
22 * Added ability to export the current page in a XAR
23 * Removed Finch and Dodo skin from the default distribution. They are now available as separate downloads.
24 * Better support for Oracle with the upgrade to Hibernate 3.2.5.ga version.
25
26 + lots of other changes, see [Platform details>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&pid=10010&fixfor=10435] and [XWiki Enterprise details>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&pid=10222&fixfor=10434].
27
28 1.1 Known issues
29
30 * [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]
31 * The watchlist feature doesn't fully work yet when XWiki used in virtual mode and thus the Watchlist menu is automatically disabled and hidden in that mode.
32
33 1.1 Common Migration notes
34
35 The database structure has been changed but we have set up an automatic migration system so you shouldn't have to touch your Database to upgrade to 1.3M1. Thus you can simply install this version and configure it to point to your existing database.
36
37 #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 explicitely name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.")
38
39 You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above.
40
41 #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.")
42
43
44 1.1 Migrating from 1.1.2 or later
45
46 Nothing additional to perform.
47
48 1.1 Migrating from versions earlier than 1.1.2
49
50 Check the [release notes for 1.1.2>ReleaseNotes.ReleaseNotesXWikiEnterprise112].

Get Connected