Last modified by Vincent Massol on 2019/04/04

From version 11.1
edited by Alex Cotiugă
on 2019/03/19
Change comment: There is no comment for this version
To version 12.1
edited by Vincent Massol
on 2019/03/22
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.acotiuga
1 +XWiki.VincentMassol
Content
... ... @@ -58,19 +58,6 @@
58 58  
59 59  = Backward Compatibility and Migration Notes =
60 60  
61 -== Language Settings ==
62 -
63 -
64 -
65 -The default value of the option [[{{code}}xwiki.language.forceSupported{{/code}}>>doc:Documentation.AdminGuide.Configuration.WebHome||anchor="HLanguagesettings"]] is now set to true.
66 -That means that only the supported languages defined in the Administration (section Content > Internationalization) will be used to display the wiki to our users.
67 -If you want to support the previous behaviour, you can edit the default value of the option in {{code}}xwiki.cfg{{/code}} by setting it to 0:
68 -
69 -{{code}}
70 -#-# Force only one of the supported languages to be accepted. Default set to true.
71 -xwiki.language.forceSupported=0
72 -{{/code}}
73 -
74 74  == General Notes ==
75 75  
76 76  * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
... ... @@ -80,13 +80,22 @@
80 80  ** ##hibernate.cfg.xml##
81 81  * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
82 82  
83 -== Issues specific to XWiki <version> ==
70 +== Issues specific to XWiki 11.2-rc-1 ==
84 84  
85 -<issues specific to the project>
72 +=== Language Settings ===
86 86  
74 +The default value of the option [[{{code}}xwiki.language.forceSupported{{/code}}>>doc:Documentation.AdminGuide.Configuration.WebHome||anchor="HLanguagesettings"]] is now set to true.
75 +That means that only the supported languages defined in the Administration (section Content > Internationalization) will be used to display the wiki to our users.
76 +If you want to support the previous behaviour, you can edit the default value of the option in {{code}}xwiki.cfg{{/code}} by setting it to 0:
77 +
78 +{{code}}
79 +#-# Force only one of the supported languages to be accepted. Default set to true.
80 +xwiki.language.forceSupported=0
81 +{{/code}}
82 +
87 87  == API Breakages ==
88 88  
89 -The following APIs were modified since <project> <version - 1>:
85 +The following APIs were modified since 11.1:
90 90  
91 91  {{backwardCompatiblityReport version="11.2-rc-1"/}}
92 92  

Get Connected