Wiki source code of Release Notes for XWiki Enterprise 4.1.2
Version 4.1 by Vincent Massol on 2012/06/27
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
![]() |
3.1 | 5 | {{error}} |
![]() |
4.1 | 6 | We've found an important issue in this release with our automatic data migration when upgrading from a version earlier than 4.0. Specifically the migration may fail when migrating wikis having stats, see [[XWIKI-7976>>http://jira.xwiki.org/browse/XWIKI-7976]]. In addition we've also realized that the migration process can be slow on large XWiki databases and we're looking for ways to speed up the process. We'll probably release a 4.1.3 version real soon. |
![]() |
3.1 | 7 | {{/error}} |
8 | |||
![]() |
2.3 | 9 | This release fixes a serious issue preventing the display of differences between versions in both history and Extension Manager. |
![]() |
1.1 | 10 | |
11 | = New and Noteworthy (since XWiki Enterprise 4.1.1) = | ||
12 | |||
![]() |
2.4 | 13 | == Full Issue List == |
![]() |
2.2 | 14 | |
![]() |
1.1 | 15 | {{jira style="list" url="http://jira.xwiki.org" jql="true"}} |
16 | Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.1.2") and resolution in ("Fixed") | ||
17 | {{/jira}} | ||
18 | |||
![]() |
2.2 | 19 | == JIRA Macro == |
20 | |||
21 | A [[new JIRA Macro>>extensions:Extension.JIRA Macro]] is now part of the Platform but is not bundled by default (you'll need to install it with the Extension Manager). We previously had a [[Contributed JIRA Macro>>extensions:Extension.Contrib JIRA Macro]] but we decided that the JIRA macro was a good candidate to have in the Platform and thus supported by the XWiki Development Team. Compared to the older Contributed JIRA Macro, the new Macro has the following advantages: | ||
22 | * No Programming Rights required | ||
23 | * Supports issue ordering | ||
24 | * Supports ability to register new Styles, new Data Sources and new Field Displayers | ||
25 | * Displays closed issues as Striked-out | ||
26 | * Written in Java with automated tests | ||
27 | |||
28 | {{image reference="extensions:Extension.JIRA Macro@jiraMacroDefault.png"/}} | ||
29 | |||
![]() |
1.1 | 30 | = Known issues = |
31 | |||
32 | * [[Bugs we know about>>http://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]] | ||
33 | |||
34 | = Backward Compatibility and Migration Notes = | ||
35 | |||
36 | == General Notes == | ||
37 | |||
38 | {{warning}} | ||
39 | 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,...//. | ||
40 | {{/warning}} | ||
41 | |||
42 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
43 | |||
44 | {{warning}} | ||
45 | 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. | ||
46 | {{/warning}} | ||
47 | |||
48 | == Issues specific to XWiki Enterprise 4.1.2 == | ||
49 | |||
50 | Nothing specific. | ||
51 | |||
52 | == API Breakages == | ||
53 | |||
54 | No breakage. |