Last modified by Thomas Mortagne on 2023/10/13

<
From version < 10.1 >
edited by Vincent Massol
on 2013/03/02
To version < 11.1 >
edited by Thomas Mortagne
on 2017/03/24
>
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -3,15 +3,15 @@
3 3  {{/box}}
4 4  
5 5  {{warning}}
6 -If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>http://jira.xwiki.org/browse/XWIKI-8129]]. In rare situation, you may also need to apply commands described in issue [[XWIKI-8828>>http://jira.xwiki.org/browse/XWIKI-8828]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
6 +If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>https://jira.xwiki.org/browse/XWIKI-8129]]. In rare situation, you may also need to apply commands described in issue [[XWIKI-8828>>https://jira.xwiki.org/browse/XWIKI-8828]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
7 7  {{/warning}}
8 8  
9 9  {{warning}}
10 -If you are upgrading to this version from an older version which uses Lucene 3.x, you have to manually delete the lucene directory in the xwiki data directory. For example, that could cause Lucene to loop endlessly while trying to index pages, among other things. This is caused by the Lucene migration to 4.0 (see [[XWIKI-8404>>http://jira.xwiki.org/browse/XWIKI-8404]]).
10 +If you are upgrading to this version from an older version which uses Lucene 3.x, you have to manually delete the lucene directory in the xwiki data directory. For example, that could cause Lucene to loop endlessly while trying to index pages, among other things. This is caused by the Lucene migration to 4.0 (see [[XWIKI-8404>>https://jira.xwiki.org/browse/XWIKI-8404]]).
11 11  {{/warning}}
12 12  
13 13  {{warning}}
14 -If you are upgrading from a version older than 4.5M1 and you have applications (or extensions) that were created with AppWithinMinutes the live table from their home page won't display any results. The quick fix is to edit and save the application, but be aware that you can loose customizations this way. This problem is going to be fixed in 4.5.1 (see [[XWIKI-8833>>http://jira.xwiki.org/browse/XWIKI-8833]]).
14 +If you are upgrading from a version older than 4.5M1 and you have applications (or extensions) that were created with AppWithinMinutes the live table from their home page won't display any results. The quick fix is to edit and save the application, but be aware that you can loose customizations this way. This problem is going to be fixed in 4.5.1 (see [[XWIKI-8833>>https://jira.xwiki.org/browse/XWIKI-8833]]).
15 15  {{/warning}}
16 16  
17 17  This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
... ... @@ -20,7 +20,7 @@
20 20  
21 21  = New and Noteworthy (since XWiki 4.4.1) =
22 22  
23 -[[Full list of issues fixed and Dashboard for 4.5>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11390]].
23 +[[Full list of issues fixed and Dashboard for 4.5>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11390]].
24 24  
25 25  == Distribution Wizard improvements ==
26 26  
... ... @@ -113,12 +113,12 @@
113 113  * We improved the way changes are displayed by emphasizing the in-line changes.(((
114 114  {{image reference="[email protected]"/}}
115 115  )))
116 -* Support for searching content in Java Class file attachments [[has been temporarily dropped>>http://jira.xwiki.org/browse/XWIKI-8656]].
116 +* Support for searching content in Java Class file attachments [[has been temporarily dropped>>https://jira.xwiki.org/browse/XWIKI-8656]].
117 117  * Markdown syntax support has been completely rewritten, fixing several existing bugs.
118 118  * The home page (##Main.WebHome##) can now safely be edited by any user who has edit permission (In earlier releases, the AJAX suggest feature for tags would unexpectedly break if users not having Programming Rights edited the page).
119 119  * PostGreSQL support for multiwiki mode (see Backward Compatibility notes below and the [[PostGreSQL installation instructions>>platform:AdminGuide.InstallationPostgreSQL]]).
120 120  
121 -See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+in+%28%224.5-milestone-1%22%2C+%224.5-rc-1%22%2C+%224.5%22%29&tempMax=1000]] fixed in this release.
121 +See the [[full list of JIRA issues>>https://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+in+%28%224.5-milestone-1%22%2C+%224.5-rc-1%22%2C+%224.5%22%29&tempMax=1000]] fixed in this release.
122 122  
123 123  = For Developers =
124 124  
... ... @@ -148,7 +148,7 @@
148 148  
149 149  * It is now possible to delegate programming rights directly to a filesystem template to allow it to access the privileged API by adding the template name to the set defined in DefaultPrivilegedTemplateRenderer. Such a template cannot currently access the context document, but this restriction will most likely be removed in 5.0.
150 150  * Renamed the lucene search module and modified the search-ui module. As part of the refactorings performed on the search application, the ##xwiki-platform-search-lucene## module has now been renamed to ##xwiki-platform-search-lucene-api##. Also, pages related to Lucene search that were previously inside ##xwiki-platform-search-ui## have now been moved to the new ##xwiki-platform-search-lucene-ui## module.(((
151 -If you were depending in your application on these modules/pages, please update your references accordingly. For more details on the new layout, lease see {{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-8766{{/jira}}.
151 +If you were depending in your application on these modules/pages, please update your references accordingly. For more details on the new layout, lease see {{jira style="enum" url="https://jira.xwiki.org"}}XWIKI-8766{{/jira}}.
152 152  )))
153 153  
154 154  = Translations =
... ... @@ -183,7 +183,7 @@
183 183  
184 184  = Known issues =
185 185  
186 -* [[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]]
186 +* [[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]]
187 187  
188 188  = Test Report =
189 189  
... ... @@ -205,7 +205,7 @@
205 205  {{/warning}}
206 206  
207 207  {{warning}}
208 -If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>http://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
208 +If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>https://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
209 209  {{/warning}}
210 210  
211 211  {{warning}}
... ... @@ -217,10 +217,10 @@
217 217  * Changes in the experimental Solr implementation
218 218  ** The ##xwiki.properties## file now contains solr specific configuration, please make sure to merge it with your own. If you were previously using the ##search.solr.home## property to specify your own index directory, you need to use the new ##solr.embedded.home## property, as specified in the xwiki.properties file.
219 219  ** The Solr index and configuration files have suffered major changes. When upgrading, you need to delete the ##<permanentDirectory>/solr## directory so that Solr can reinitialize it with the new configuration and index structure. Also, a reindexation is obviously required.
220 -** Solr index structure and configuration changes have been slightly changed, you will need to update your configuration and reindex. See {{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-8795
220 +** Solr index structure and configuration changes have been slightly changed, you will need to update your configuration and reindex. See {{jira style="enum" url="https://jira.xwiki.org"}}XWIKI-8795
221 221  XWIKI-8797{{/jira}}.
222 222  * In case you were using a custom search implementation before this version which relied on previous naming and location conventions, you will need to make the necessary adjustments, meaning that you have to declare your implementation as an extension to the search application's extension point [[(see above)>>||anchor="HExtensiblesearchUIimplementations"]].
223 -* The new default mode for PostGreSQL is the ##schema## mode, i.e. new wikis are created as schema. Previously the default was ##database## but [[there are still issues with it>>http://jira.xwiki.org/browse/XWIKI-8753]]. The configuration is done in ##hibernate.cfg.xml## by setting {{code}}<property name="xwiki.virtual_mode">schema|database</property>{{/code}}.
223 +* The new default mode for PostGreSQL is the ##schema## mode, i.e. new wikis are created as schema. Previously the default was ##database## but [[there are still issues with it>>https://jira.xwiki.org/browse/XWIKI-8753]]. The configuration is done in ##hibernate.cfg.xml## by setting {{code}}<property name="xwiki.virtual_mode">schema|database</property>{{/code}}.
224 224  
225 225  == API Breakages ==
226 226  

Get Connected