Wiki source code of XWiki Enterprise 2.2 Release Candidate 2
Last modified by Thomas Mortagne on 2023/10/13
Hide last authors
author | version | line-number | content |
---|---|---|---|
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}} | |
2 | |||
12.2 | 3 | Second and hopefully last release candidate of the XWiki Enterprise 2.2 version ([[Roadmap>>Main.Roadmap]]). | |
1.1 | 4 | ||
5 | This release is mostly a bugfix and stabilization release. | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 2.2RC1) = | ||
8 | |||
9 | == New Features and Improvements == | ||
10 | |||
3.1 | 11 | == Improvements == | |
1.1 | 12 | ||
3.1 | 13 | * XE-598 - Hide pages from blacklisted spaces from Recent Changes | |
14 | * XWIKI-4858 - Add API to find the syntax of the executing document from scripts | ||
15 | * XWIKI-4870 - Use current database instead of current document database in Current*ReferenceResolver | ||
16 | * XAADMINISTRATION-96 - New user profile pages should be created in XWiki Syntax 2.0 | ||
8.1 | 17 | * New zh_TW translation | |
1.1 | 18 | ||
19 | == Important Bug Fixes == | ||
20 | |||
5.1 | 21 | * XWIKI-4346 - Cannot use the WYSIWYG editor in small screen after you have deleted all text in full screen | |
3.1 | 22 | * XWIKI-4856 - Charset errors on macro insertion | |
23 | * XWIKI-4859 - Livetable macro fails to recognize the document syntax when it's included from another document | ||
24 | * XWIKI-4860 - {/pre} displayed when template call $doc.display in XWiki Syntax 1.0 and in edit mode | ||
25 | * XWIKI-4861 - Failure to register wiki macros at startup time | ||
26 | * XWIKI-4862 - In Multi Wiki mode Wiki macro from the main wikis are not initialized on startup | ||
27 | * XWIKI-4863 - Document reference fails to be correctly computed in virtual mode and when XWiki is initialized | ||
28 | * XWIKI-4864 - Object manipulation APIs in XWiki Document fail in multi wiki mode | ||
29 | * XWIKI-4865 - Various accessibility issues in importinline.vm, exportinline.vm | ||
30 | * XWIKI-4866 - Wrong skins/resources URLs generated on path based subwiki | ||
31 | * XWIKI-4871 - Message macro does not support non inline content | ||
32 | * XSCOLIBRI-191 - "Force edit" link is wrong in inline mode | ||
33 | * XPWATCHLIST-99 - Problem editing the Watchlist notifier for users | ||
34 | * XAADMINISTRATION-104 - When adding a user to a group the members list is not updated | ||
35 | * XAADMINISTRATION-93 - Can't change my password while logged in as user | ||
36 | * XAADMINISTRATION-83 - Link missing under the photo when editing a user that is not the Admin | ||
1.1 | 37 | ||
38 | = Known issues = | ||
39 | |||
12.1 | 40 | * [[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 | 41 | ||
42 | = Backward Compatibility and Migration Notes = | ||
43 | |||
44 | == General Notes == | ||
45 | |||
46 | {{warning}}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 <tt>xwiki.store.migration.databases=db1,db2,...//.{{/warning}} | ||
47 | |||
48 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from improvements listed above. | ||
49 | |||
50 | {{warning}}Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Of note, 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.{{/warning}} | ||
51 | |||
10.1 | 52 | == Removed pages == | |
3.1 | 53 | ||
10.1 | 54 | ||
55 | |||
3.1 | 56 | * Main.RecentMembers as been removed from default XWiki Enterprise xar | |
57 | |||
1.1 | 58 | == API Breakages == | |
59 | |||
60 | The following APIs were modified since XWiki Enterprise 2.2RC1: | ||
61 | |||
62 | * All resolvers based on current context informations are now using the context wiki as default wiki instead of the current document wiki | ||
63 | |||
64 | = Dependencies = | ||
65 | |||
66 | This release includes the following modules in the specified versions since XWiki Enterprise 2.2 Release Candidate 2 was released. | ||
67 | |||
68 | == Core/Web == | ||
69 | |||
70 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
12.1 | 71 | |##com.xpn.xwiki.platform##|##xwiki-*##|2.2-rc-2|2.2-rc-1|[[jira>>https://jira.xwiki.org/browse/XWIKI]] | |
72 | |##org.xwiki.platform##|##xwiki-*##|2.2-rc-2|2.2-rc-1|[[jira>>https://jira.xwiki.org/browse/XWIKI]] | ||
1.1 | 73 | ||
74 | == Applications == | ||
75 | |||
76 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
12.1 | 77 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-administration##|1.25|1.24|[[jira>>https://jira.xwiki.org/browse/XAADMINISTRATION]] | |
78 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-blog##|1.20|1.20|[[jira>>https://jira.xwiki.org/browse/XABLOG]] | ||
79 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-officeimporter##|1.13|1.13|[[jira>>https://jira.xwiki.org/browse/XAOFFICE]] | ||
80 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-panels##|1.34|1.33|[[jira>>https://jira.xwiki.org/browse/XAPANELS]] | ||
81 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-scheduler##|1.16|1.16|[[jira>>https://jira.xwiki.org/browse/XASCH]] | ||
82 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-statistics##|1.6|1.6|[[jira>>https://jira.xwiki.org/browse/XASTATS]] | ||
83 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-tag##|1.9|1.9|[[jira>>https://jira.xwiki.org/browse/XATAG]] | ||
84 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-watchlist##|1.26|1.25|[[jira>>https://jira.xwiki.org/browse/XPWATCHLIST]] | ||
85 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-webdav##|1.3|1.3|[[jira>>https://jira.xwiki.org/browse/XAWEBDAV]] | ||
86 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-wiki-macro-bridge##|1.3|1.3|[[jira>>https://jira.xwiki.org/browse/XAWMB]] | ||
1.1 | 87 | ||
88 | == Plugins == | ||
89 | |||
90 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
12.1 | 91 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-activitystream##|1.6|1.6|[[jira>>https://jira.xwiki.org/browse/XPAS]] | |
92 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-jodatime##|1.3|1.3|[[jira>>https://jira.xwiki.org/browse/XPJODA]] | ||
93 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-lucene##|1.15|1.15|[[jira>>https://jira.xwiki.org/browse/XPLUCENE]] | ||
94 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-mailsender##|1.13|1.13|[[jira>>https://jira.xwiki.org/browse/XPMAIL]] | ||
95 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-scheduler##|1.16|1.16|[[jira>>https://jira.xwiki.org/browse/XASCH]] | ||
96 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-skinx##|1.13|1.13|[[jira>>https://jira.xwiki.org/browse/XSKINX]] | ||
97 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-tag##|1.9|1.9|[[jira>>https://jira.xwiki.org/browse/XATAG]] | ||
98 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-watchlist##|1.26|1.25|[[jira>>https://jira.xwiki.org/browse/XPWATCHLIST]] | ||
1.1 | 99 | ||
100 | == Skins == | ||
101 | |||
102 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
12.1 | 103 | |##com.xpn.xwiki.platform.skins##|##xwiki-skin-albatross##|1.27|1.27|[[jira>>https://jira.xwiki.org/browse/XSALBATROSS]] | |
104 | |##com.xpn.xwiki.platform.skins##|##xwiki-skin-colibri##|1.12|1.11|[[jira>>https://jira.xwiki.org/browse/XSCOLIBRI]] | ||
105 | |##com.xpn.xwiki.platform.skins##|##xwiki-skin-toucan##|1.32|1.31|[[jira>>https://jira.xwiki.org/browse/XSTOUCAN]] | ||
1.1 | 106 | ||
107 | == Top Level POM == | ||
108 | |||
109 | |=Group Id|=Artifact Id|=New Version|=Old Version | ||
10.1 | 110 | |##com.xpn.xwiki.platform##|##xwiki##|29|29 | |
1.1 | 111 | ||
112 | == Tools == | ||
113 | |||
114 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
12.1 | 115 | |##org.xwiki.platform.tools##|##xwiki-configuration-resources##|1.37|1.37|[[jira>>https://jira.xwiki.org/browse/XTCONFRES]] | |
116 | |##org.xwiki.platform.tools##|##xwiki-jetty-resources##|1.17|1.17|[[jira>>https://jira.xwiki.org/browse/XTJETTY]] | ||
117 | |##org.xwiki.platform.tools##|##xwiki-license-resources##|1.1|1.1|[[jira>>https://jira.xwiki.org/browse/XTLICENSE]] | ||
118 | |##org.xwiki.platform.tools##|##xwiki-packager-plugin##|1.15|1.15|[[jira>>https://jira.xwiki.org/browse/XTPACKAGER]] | ||
119 | |##org.xwiki.platform.tools##|##xwiki-rootwebapp##|1.3|1.3|[[jira>>https://jira.xwiki.org/browse/XTROOT]] | ||
120 | |##org.xwiki.platform.tools##|##standards-validator##|1.1|1.1|[[jira>>https://jira.xwiki.org/browse/XTVALIDATOR]] | ||
121 | |##org.xwiki.platform.tools##|##xwiki-xar-handlers##|1.9|1.9|[[jira>>https://jira.xwiki.org/browse/XTXARHANDLER]] | ||
122 | |##org.xwiki.platform.tools##|##xwiki-xar-plugin##|1.13|1.13|[[jira>>https://jira.xwiki.org/browse/XPXARPLUGIN]] | ||
123 | |##org.xwiki.platform.tools##|##xwiki-verification-resources##|1.14|1.14|[[jira>>https://jira.xwiki.org/browse/XTVERIFICATIONS]] |