Wiki source code of ReleaseNotesXWikiEnterprise121

Last modified by Thomas Mortagne on 2017/03/24

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>https://jira.xwiki.org/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 migrating an old multi wiki install see [XWIKI-2066>https://jira.xwiki.org/browse/XWIKI-2066].")
30
31 #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>https://jira.xwiki.org/browse/XWIKI-2009].")
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.2.1. 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 1.1 Migrating from 1.1.2 or later
44
45 Nothing additional to perform.
46
47 1.1 Migrating from versions earlier than 1.1.2
48
49 Check the [release notes for 1.1.2>ReleaseNotes.ReleaseNotesXWikiEnterprise112].

Get Connected