Wiki source code of ReleaseNotesXWikiEnterprise121

Version 1.3 by Vincent Massol on 2008/01/29

Show last authors
1 1 Release Notes for XWiki Enterprise 1.2.1
2
3 This is a bug fix release. The highlight of this release is that it fixes a bug when creating Users or Groups and fixes a Lucene issue in multiwiki mode.
4
5 #toc("" "" "")
6
7 1.1 Summary of changes since XWiki Enterprise 1.2
8
9 Bug fixed:
10 * XWIKI-1880 - Exception in the console when editing groups using the new UI
11 * XWIKI-2027 - Lucene plugin filter some pages in the search result list
12 * XWIKI-2028 - Can't delete document using Document.delete if user does not have programming rights
13 * XWIKI-2029 - When loading a revision of a document the creation date is incorrectly set as the last modification date
14 * XWIKI-2034 - Parse error (encountered EOF) while migrating the database
15 * XWIKI-2037 - Two versions of commons-logging are put in WEB-INF/lib
16
17 Improvements:
18 * XWIKI-2036 - Display the date in the logs
19 * XWIKI-2044 - Modify the database migrator that aligns RCS Diffs data so that it can be executed even after the migrator that removes RCS data from the document table has executed
20
21 New Features:
22 * XWIKI-1672 - Add API to delete a given wiki in a multi-wiki setup
23
24 1.1 Known issues
25
26 * [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]
27 * 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.
28
29 #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].")
30
31 1.1 Migrating from 1.1.2 or later
32
33 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.2RC2. Thus you can simply install this version and configure it to point to your existing database. However you may want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above.
34
35 #warning("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.")
36
37 1.1 Migrating from versions earlier than 1.1.2
38
39 #warning("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.")
40
41 Check the [release notes for 1.1.2>Main.ReleaseNotesXWikiEnterprise112].

Get Connected