Last modified by Thomas Mortagne on 2017/03/24

<
From version < 49.1 >
edited by Thomas Mortagne
on 2009/06/09
To version < 50.1 >
edited by Vincent Massol
on 2009/06/10
>
Change comment: moved all backward compat together

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
Content
... ... @@ -9,12 +9,6 @@
9 9  
10 10  1.1 Summary of changes since XWiki Enterprise 1.8.4
11 11  
12 -1.1.1 Default Syntax change
13 -
14 -#warning("The default syntax is now 'xwiki/2.0' which means that new documents will be created with this syntax")
15 -
16 -Note that XWiki Enterprise documents (user profile, recent changes, etc) are still using the "xwiki/1.0" syntax, they will be migrated during the 2.0 release cycle.
17 -
18 18  1.1.1 WYSIWYG Improvements
19 19  
20 20   * Ability to insert level 6 heading
... ... @@ -295,15 +295,12 @@
295 295  
296 296   * Document syntax can be changed from the WYSIWYG editor.
297 297  
298 -
299 -
300 300  1.1 Known issues
301 301  
302 302  * [Bugs we know about>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]
303 303  
304 -1.1 Common Migration notes
296 +1.1 Backward Compatibility and Migration Notes
305 305  
306 -#warning("The default encoding was changed from ISO-8859-1 to UTF-8. If you were using the old default encoding and a database using character encodings, you must convert the database data, too, or switch XWiki back to the old encoding")
307 307  #warning("If you're running in a multiwiki setup you'll also need to define the property <tt>xwiki.store.migration.databases=all</tt> to your <tt>xwiki.cfg</tt> file or explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.")
308 308  
309 309  You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above.
... ... @@ -310,6 +310,16 @@
310 310  
311 311  #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.")
312 312  
304 +1.1.1 Default Encoding changed to UTF-8
305 +
306 +The default encoding was changed from ISO-8859-1 to UTF-8. If you were using the old default encoding and a database using character encodings, you must convert the database data, too, or switch XWiki back to the old encoding
307 +
308 +1.1.1 Default Syntax changed to XWiki 2.0 Syntax
309 +
310 +The default syntax is now 'xwiki/2.0' which means that new documents will be created with this syntax.
311 +
312 +Note that XWiki Enterprise documents (user profile, recent changes, etc) are still using the "xwiki/1.0" syntax, they will be migrated during the 2.0 release cycle.
313 +
313 313  1.1.1 Escaping in parameters (Syntax XWiki 2.0)
314 314  
315 315  The syntax for escaping special characters in parameters changed from to ~ to follow the general XWiki 2.0 syntax rule. For example instead of writing

Get Connected