Last modified by Thomas Mortagne on 2017/03/24

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the first (and probably last) bugfix release for the 3.2 series. No new features are introduced in this version. One important change is the way relative references in an included document are resolved, reverting back to the pre-3.0 behavior. See [[below>>#HIssuesspecifictoXWikiEnterprise3.2.1]] for more details. Other areas with several bugfixes are support for Oracle databases, the rending engine, the WYSIWYG editor, and the Activity Stream.
6
7 = Bugfixes =
8
9 * [[XCOMMONS-67>>https://jira.xwiki.org/browse/XCOMMONS-67]] - DefaultExecutionContextManager#clone can corrupt current ExecutionContext if an initializer fail
10 * [[XRENDERING-159>>https://jira.xwiki.org/browse/XRENDERING-159]] - Add support for HTTPS and other URL schemes for image attachments in XWiki Syntax 2.0
11 * [[XRENDERING-161>>https://jira.xwiki.org/browse/XRENDERING-161]] - Rendering Blocks are taking a lot more space than they should in memory
12 * [[XRENDERING-163>>https://jira.xwiki.org/browse/XRENDERING-163]] - SpaceBlock#clone does not clone anything
13 * [[XRENDERING-171>>https://jira.xwiki.org/browse/XRENDERING-171]] - Introducing new metadata in to indicate the base reference to use to resolve references
14 * [[XWIKI-6368>>https://jira.xwiki.org/browse/XWIKI-6368]] - Exception "inconsistent datatypes" on VisitStats in Oracle 10g
15 * [[XWIKI-7028>>https://jira.xwiki.org/browse/XWIKI-7028]] - Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed
16 * [[XWIKI-7045>>https://jira.xwiki.org/browse/XWIKI-7045]] - Property names in GroupsClass, LevelsClass and UsersClass are not set when new properties are created, which may cause upgrade failure
17 * [[XWIKI-7055>>https://jira.xwiki.org/browse/XWIKI-7055]] - JavaScript error related to Autosave when editing in Wiki mode
18 * [[XWIKI-7064>>https://jira.xwiki.org/browse/XWIKI-7064]] - Concurrence issue with LDAP user membership synchronization
19 * [[XWIKI-7074>>https://jira.xwiki.org/browse/XWIKI-7074]] - Activity stream event stream bridge does not honor limit and offset of passed query
20 * [[XWIKI-7086>>https://jira.xwiki.org/browse/XWIKI-7086]] - Pressing enter at the end of a paragraph/section doesn't create a new line
21 * [[XWIKI-7109>>https://jira.xwiki.org/browse/XWIKI-7109]] - XWiki.XWikiPreferences is re-saved on each restart
22 * [[XWIKI-7121>>https://jira.xwiki.org/browse/XWIKI-7121]] - WYSIWYG Editor administration section doesn't save changes
23 * [[XWIKI-7160>>https://jira.xwiki.org/browse/XWIKI-7160]] - Characters '<' and '>' are badly displayed in page title
24 * [[XWIKI-7189>>https://jira.xwiki.org/browse/XWIKI-7189]] - URLs created by mailsender plugin called from a scheduler script can have a wrong context path
25 * [[XWIKI-7224>>https://jira.xwiki.org/browse/XWIKI-7224]] - XWikiPreferences in view mode does no not redirect to admin mode
26 * [[XWIKI-7254>>https://jira.xwiki.org/browse/XWIKI-7254]] - Invalid mapping with Oracle 11g and Hibernate 3.6
27 * [[XWIKI-7278>>https://jira.xwiki.org/browse/XWIKI-7278]] - Virtual mode fails on Oracle with "ORA-01435: user does not exist"
28 * [[XWIKI-7294>>https://jira.xwiki.org/browse/XWIKI-7294]] - Loss of all programming rights until system is restarted
29 * [[XWIKI-7360>>https://jira.xwiki.org/browse/XWIKI-7360]] - Invalid "see changes" link in multiwiki mode for Activity stream event
30 * [[XWIKI-7382>>https://jira.xwiki.org/browse/XWIKI-7382]] - Include macro with context=current should resolve reference based on current document instead of source document
31 * [[XE-1048>>https://jira.xwiki.org/browse/XE-1048]] - Comments Macro is not bundled in XWiki Enterprise
32
33 = Known issues =
34
35 * [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
36
37 = Backward Compatibility and Migration Notes =
38
39 == General Notes ==
40
41 {{warning}}
42 If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//.
43 {{/warning}}
44
45 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
46
47 {{warning}}
48 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
49 {{/warning}}
50
51 == Issues specific to XWiki Enterprise 3.2.1 ==
52
53 [[XWIKI-7382>>https://jira.xwiki.org/browse/XWIKI-7382]]: The behavior of the {~{include}~} macro has changed back to the pre-3.0 behavior. Now relative links in a document ##{~{include}~}##d with ##context="current"## are resolved relative to the including document, not relative to the included one.
54
55 == API Breakages ==
56
57 No APIs were broken since XWiki Enterprise 3.2. You can see the list of broken APIs since 3.1 [[in the XWiki Enterprise 3.2 release notes>>ReleaseNotesXWikiEnterprise32#HAPIBreakages]].

Get Connected