Wiki source code of ReleaseNotesXEM11

Version 1.1 by Thomas Mortagne on 2008/03/10

Show last authors
1 1 Release Notes for XWiki Enterprise Manager 1.1
2
3 This is the second XEM version.
4
5 #toc("" "" "")
6
7 1.1 Bug fixes and new features in 1.1 (from 1.0)
8
9 1.1.1.1 Based on [XWiki Enterprise 1.3>ReleaseNotesXWikiEnterprise13]
10
11
12
13 1.1.1.1 All [Application Manager>code:Applications.ApplicationManagerApplication] 1.1 bug fixes and new features
14
15 * XAAM-53: DefaultXObjectDocument.mergeObject does not overwrite fields that not null (Some fields are not taken into account when creating the new wiki or new application).
16
17 See Jira for full list of fixed bugs and new features: [Application Manager>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10252&fixfor=10482&sorter/field=priority&sorter/order=ASC]
18
19 1.1.1.1 All [Wiki Manager>code:Applications.WikiManagerApplication] 1.1 bug fixes and new features
20
21 * XAWM-50: Trying to create a wiki without wiki name should return error
22 * XAWM-49: Hide "Activity" option
23
24 See Jira for full list of fixed bugs and new features: [Wiki Manager>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10253&fixfor=10484&sorter/field=priority&sorter/order=ASC]
25
26 1.1.1.1 XWiki Enterprise Manager application
27
28 See Jira for full list of fixed bugs and new features: [XEM>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10180&fixfor=10480&sorter/field=priority&sorter/order=ASC]
29
30
31
32
33
34
35
36 1.1 Known issues
37
38 * [Bugs we know about>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10180&status=1&sorter/field=issuekey&sorter/order=DESC]
39 * [XWiki Platform 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]
40
41 #error("If you're using Oracle, you'll need to upgrade the Hibernate JAR version used by XWiki by replacing the <tt>WEB-INF/lib/hibernate-3.1.3.jar</tt> file with [this file>http://repo1.maven.org/maven2/org/hibernate/hibernate/3.2.5.ga/hibernate-3.2.5.ga.jar] (Hibernate version 3.2.5.ga, which solves an issue in Hibernate 3.1.3). See [XWIKI-2009>http://jira.xwiki.org/jira/browse/XWIKI-2009].")
42
43
44 1.1 Installation
45
46 A XEM installation works like XWiki Enterprise (XE). Thus to install XEM check the [XE installation instructions>AdminGuide.Installation#HInstallingtheXWikiWARmanually].
47
48 When compared to XE, XEM is different in the following areas:
49 * Actually at this time only MySQL and Oracle databases engines are fully supported.
50 * You'll have to configure your database so that it has the rights to create new databases. See the [Virtualization guide>platform:AdminGuide.Virtualization#HRequirements] for details on how to do this.
51
52 Once you have finished the standard XE-like installation, go to the XEM home page and follow the instructions there.
53
54
55 1.1 Common Migration notes
56
57 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.3. Thus you can simply install this version and configure it to point to your existing database.
58
59 #warning("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>.")
60
61 You may also want to [import the default XEM wiki XAR>Main.Download] in order to benefit from improvements listed above.
62
63 #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.")
64
65 #info("Make sure you import the new [Panels Application XAR 1.4>code:Applications.PanelsApplication] since it's required by the new Albatross and Toucan skin versions.")

Get Connected