Wiki source code of ReleaseNotesXWikiEnterprise122
Last modified by Thomas Mortagne on 2017/03/24
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | 1 Release Notes for XWiki Enterprise 1.2.2 |
2 | |||
3 | This is a bug fix release. | ||
4 | |||
5 | #toc("" "" "") | ||
6 | |||
7 | 1.1 Summary of changes since XWiki Enterprise 1.2.1 | ||
8 | |||
9 | Bugs fixed | ||
10 | * XWIKI-2052 - XWikiDocument.equals always returns false if a document is compared to itself | ||
11 | * XWIKI-2064 - DBListClass and DBTreeListClass are building invalid SQL statements | ||
12 | * XWIKI-2065 - XWikiHibernateStore.deleteWiki don't works | ||
13 | * XWIKI-2066 - Migrator fails to upgrade sub wiki databases | ||
14 | * XWIKI-2068 - Rights Manager does not clean deleted user/group in all wikis | ||
15 | * XWIKI-2074 - Database Migration fails when migrating from 1.0 or older directly to 1.2 without going through a 1.1 upgrade | ||
16 | * XWIKI-2076 - "Content is not allowed in prolog" error while migrating a database to 1.2 | ||
17 | * XWIKI-2078 - Missing translation entry for the title of the Group Admin page | ||
18 | * XWIKI-2079 - Fails to save document after migrating from a 1.0 or before database to 1.2 | ||
19 | * XWIKI-2080 - Server hangs while rendering certain pages | ||
20 | * XWIKI-2087 - Attached files that we can't delete or link in the Wiki pages | ||
21 | * XWIKI-2090 - Attaching images with a name containing special characters (é & è à ...) generates bugs (image are not displayed) | ||
22 | * XWIKI-2101 - XWiki.clearName strips dots when using ascii option even if stripDots option is set to false | ||
23 | * XWIKI-2102 - Attachments should not contain non-alphanumeric characters in the file name | ||
24 | |||
25 | Improvements | ||
26 | * XWIKI-1980 - $doc.displayTooltip should support internationalized strings | ||
27 | |||
28 | New Features | ||
29 | * XWIKI-2088 - Add a method to retrieve the e-mail address of a user | ||
30 | |||
31 | 1.1 Known issues | ||
32 | |||
![]() |
3.1 | 33 | * [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] |
![]() |
1.1 | 34 | * 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. |
35 | |||
![]() |
3.1 | 36 | #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].") |
![]() |
1.1 | 37 | |
38 | 1.1 Common Migration notes | ||
39 | |||
40 | The database structure has been changed in XWiki Enterprise 1.2 but we have set up an automatic migration system so you shouldn't have to touch your Database to upgrade. Thus you can simply install this version and configure it to point to your existing database. | ||
41 | |||
42 | #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>.") | ||
43 | |||
44 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
45 | |||
46 | #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.") | ||
47 | |||
48 | 1.1 Migrating from 1.1.2 or later | ||
49 | |||
50 | Nothing additional to perform. | ||
51 | |||
52 | 1.1 Migrating from versions earlier than 1.1.2 | ||
53 | |||
![]() |
1.3 | 54 | Check the [release notes for 1.1.2>ReleaseNotes.ReleaseNotesXWikiEnterprise112]. |