Wiki source code of ReleaseNotesXWikiEnterprise112

Last modified by Thomas Mortagne on 2023/10/13

Show last authors
1 = Release Notes for XWiki Enterprise 1.1.2 =
2
3 This is a bug fix release following the release of XWiki Platform 1.1.2. This release also introduce experimental new rights management system.
4
5 {{toc/}}
6
7 == Changes from 1.1.1 ==
8
9 === New features: ===
10
11 * Improved rights management (experimental and not active by default). The old rights management UI was too difficult to use and thus we have created a new Ajax-based UI, much easier to use and that scales well with the number of users/groups. Note that this new UI replaces the old one in XWiki Enterprise 1.2.
12
13 {{info}}
14 To enable, add ##xwiki.rights.defaultui=new## to your ##xwiki.cfg## to use this new UI.
15 {{/info}}
16
17 * Added Velocity macro to display a list of panels in columns inside a document. See [[extensions:Extension.Display Panel Layout Macro]] for more.
18
19 === Screenshots of new Rights Management UI ===
20
21 Setting permissions at the wiki level with on the fly filtering for users and groups:
22
23 (% class="imgleft" %)
24 (((
25 [[image:globalrightsusers.png]]
26 )))
27
28 Setting permissions at the space level showing groups settings:
29
30 (% class="imgleft" %)
31 (((
32 [[image:spacerightsgroups.png]]
33 )))
34
35 List of all users in the wiki with ability to filter, edit users, delete users or add new users:
36
37 (% class="imgleft" %)
38 (((
39 [[image:users.png]]
40 )))
41
42 List of all groups in the wiki with ability to filter, edit groups, add a new group, or delete groups:
43
44 (% class="imgleft" %)
45 (((
46 [[image:groups.png]]
47 )))
48
49 Adding a new user:
50
51 (% class="imgleft" %)
52 (((
53 [[image:adduser.png]]
54 )))
55
56 Adding a new user to a group with auto suggest for finding the user to add:
57
58 (% class="imgleft" %)
59 (((
60 [[image:addusertogroup.png]]
61 )))
62
63
64
65 === The following bugs were fixed: ===
66
67 * Impossible to translate page in 1.1.1.
68 * Error while importing a XAR containing XWiki.XWikiServerClass object(s) in a non-virtual wiki.
69 * Issue in EditAction which allows to create a bad translation state.
70 * EditTranslations panel does not handle empty default language properly.
71
72 See Jira for full list of fixed bugs and new features:
73
74 * [[XWiki Platform>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&pid=10010&fixfor=10380&sorter/field=priority&sorter/order=ASC]]
75 * [[XWiki Panels Application>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&pid=10228&fixfor=10382&sorter/field=priority&sorter/order=ASC]]
76 * [[XWiki Enterprise>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&pid=10222&fixfor=10383&sorter/field=priority&sorter/order=ASC]]
77
78 == Known issues ==
79
80 * [[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]]
81
82 == Upgrading from any version ==
83
84 Upgrading from 1.1 Milestone 4 or later doesn't require any special steps, as there weren't any changes in the core structure.
85
86 If you've been using XWiki prior to version 1.1 Milestone 4, then you may have noticed that the document version and the history do not match (there's an offset of one in the printed versions, the history being one version smaller). We have fixed this and we are providing a patch for you to run on your wiki installation. To run the patch install the [[RCS Fix XAR>>attach:[email protected]]] file using the [[Importer Tool>>Documentation.AdminGuide.ImportExport]] and then go to the XWiki.FixRCS page and follow the instructions.
87
88 {{info}}
89 You only need to run this patch if you're upgrading from a version prior to 1.1 Milestone 4 and if you want the versions displayed in the history to be in sync with the document's version displayed when you view the documents
90 {{/info}}
91
92 **For the new rights management UI to work fine, you'll need to import the following pages into your wiki: attach:xwiki-enterprise-wiki-1.1.1-1.1.2.xar.** {{warning}}The xar file contains XWiki.WebPreferences page that fix XE default xar wrong name for a group from "XWiki.AdminGroup" to "XWiki.XWikiAdminGroup".{{/warning}} {{warning}}New right management interface is only fully supported by Albatros theme : all new template, js and css code is in Albatros theme directory.{{/warning}}**
93
94 Follow the instructions below for upgrading from your specific version.
95
96 == Upgrading from 1.0 or from earlier 1.1 Milestones or Release Candidates ==
97
98 There have been no changes to the database structure so 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.
99
100 == Upgrading from versions earlier than 1.0 ==
101
102 Check the [[release notes for 1.0>>ReleaseNotes.ReleaseNotesXWiki10]].

Get Connected