Changes for page Release Notes for XWiki Enterprise 2.5
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -219,6 +219,7 @@ 219 219 220 220 221 221 222 + 222 222 RC1 223 223 224 224 ... ... @@ -272,23 +272,45 @@ 272 272 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,...//. 273 273 {{/warning}} 274 274 275 - (%class="macro-placeholder"style="display:none;"%)warning276 +You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. 276 276 277 -(% class="macro-output" style="display: block;" %) 278 -((( 279 -(% class="box warningmessage" %) 280 -((( 281 -Experimental support for CSRF protection is included in this release, although not enabled by default. This mechanism changes the way data is supposed to be saved, a change which will not completely break custom applications in most cases, but which might insert an extra validation step needed for actually saving the data. 282 -))) 283 -))) 278 +{{warning}} 279 +Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. 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. 280 +{{/warning}} 284 284 285 -You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. 286 286 287 287 284 + 288 288 = Known issues = 289 289 287 += Backward Compatibility and Migration Notes = 288 + 289 +== Important non-compatible changes == 290 + 291 +== General Notes == 292 + 293 +{{warning}} 294 +Always make sure you compare your ##xwiki.cfg## file with the newest version since some configuration parameters were added. 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. 295 +{{/warning}} 296 + 297 += Known issues = 298 + 290 290 * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+in+%28%22XWiki.org+Top+Level+Projects%22%2C+%22XWiki+Plugins%2C+Applications+%26+Skins%22%29+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] 291 291 301 += Backward Compatibility and Migration Notes = 302 + 303 +== General Notes == 304 + 305 +{{warning}} 306 +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,...//. 307 +{{/warning}} 308 + 309 +You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. 310 + 311 +{{warning}} 312 +Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. 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. 313 +{{/warning}} 314 + 292 292 == Migration Notes == 293 293 294 294 The main entry point for the search UI is now the Main.Search page that will use the configured search engine (Lucene by default). If you want to refer to Lucene or Database search explicitly you can use the ##Main.LuceneSearch## and ##Main.DatabaseSearch## pages. Note that nothing is broken here (##Main.WebSearch## page is still there and internally it includes the ##Main.DatabaseSearch## page), it's just the new clean way of targeting the search page. ... ... @@ -312,6 +312,24 @@ 312 312 [ERROR] org.xwiki.rendering.transformation.TransformationManager: Method 'public void performTransformations(org.xwiki.rendering.block.Block, org.xwiki.rendering.transformation.TransformationContext)' has been added to an interface 313 313 {{/code}} 314 314 338 += Backward Compatibility and Migration Notes = 339 + 340 +== General Notes == 341 + 342 +{{warning}} 343 +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,...//. 344 +{{/warning}} 345 + 346 +You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. 347 + 348 +{{warning}} 349 +Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. 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. 350 +{{/warning}} 351 + 352 +{{warning}} 353 +Experimental support for CSRF protection is included in this release, although not enabled by default. This mechanism changes the way data is supposed to be saved, a change which will not completely break custom applications in most cases, but which might insert an extra validation step needed for actually saving the data. 354 +{{/warning}} 355 + 315 315 It is **strongly recommended** to set up a testing/development environment, enable this feature and fully test all the code. In most cases things should work with no additional changes. If the default edit mode is not used, or if the default velocity templates are not used, it should be enough to add the following line: 316 316 317 317 {{code language="html"}}