Last modified by Thomas Mortagne on 2023/10/13

From version 5.1
edited by Thomas Mortagne
on 2010/01/15
Change comment: There is no comment for this version
To version 6.2
edited by Silvia Macovei
on 2010/01/15
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.SilviaRusu
Content
... ... @@ -2,7 +2,7 @@
2 2  
3 3  First and last milestone of the XWiki Enterprise 2.2 version ([[Roadmap>>enterprise:Main.Roadmap]]).
4 4  
5 -This release mainly introduce new Model and the possibility to register wiki macros for any user or wiki.
5 +This release mainly introduces new Model and the possibility to register wiki macros for any user or wiki.
6 6  
7 7  = New and Noteworthy (since XWiki Enterprise 2.1.1) =
8 8  
... ... @@ -9,10 +9,10 @@
9 9  * Contextual wikimacros
10 10  It's now possible for any user to register wiki macro anywhere and in any wiki.
11 11  
12 -For example if the user does not have proper right, only him will see the macro he registered, then an admin can re-save it to make it available for everyone if the macro is validated.
12 +For example if the user does not have the proper right, only he will see the macro he registered, then an admin can re-save it to make it available for everyone if the macro is validated.
13 13  
14 14  * new Model module with Reference implementation
15 -The goal is to provide APIs to remove all String manipulations around documents and attachments names. It also introduce the concept of reference for any entity of the model and the parser/serializer associated. For now Wiki, Space, Document and attachment are supported, classes objects and properties should come in milestone 2.
15 +The goal is to provide APIs to remove all String manipulations around documents and attachment names. It also introduces the concept of reference for any entity of the model and the parser/serializer associated. For now Wiki, Space, Document and attachment are supported; classes objects and properties should come in milestone 2.
16 16  
17 17  * General UI improvements
18 18  ** In the wiki source code viewer, allow to toggle line numbers faster from Javascript
... ... @@ -59,14 +59,14 @@
59 59  
60 60  {{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}}
61 61  
62 -You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from improvements listed above.
62 +You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
63 63  
64 -{{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}}
64 +{{warning}}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.{{/warning}}
65 65  
66 66  == Migration Notes ==
67 67  
68 -* The new parser/serializer for documents names comes with new features and change a little some behaviors:
69 -** introducing escaping mean that you can now find ##\## character when some character needs to be escaped (to not break the document name): ##Space.Docu\.ment## is in fact space=##Space## and document=##Docu.ment##. Note that escaping is always used when absolutely necessary you will not have something like ##wiki\.name:Space.Document##
70 -** support for the syntax ##wikiname:Document## has been dropped, the parser is able to complete before (find the wiki when ##Space.Document## is parsed) but not in the middle so in this example "wikiname:Document" will be seen as the document name because no ##.## as been found
68 +* The new parser/serializer for document names comes with new features and changes a little some behaviors:
69 +** introducing escaping means that you can now find ##\## character when some character needs to be escaped (not to break the document name): ##Space.Docu\.ment## is in fact space=##Space## and document=##Docu.ment##. Note that escaping is always used when absolutely necessary you will not have something like ##wiki\.name:Space.Document##
70 +** support for the syntax ##wikiname:Document## has been dropped, the parser is able to complete before (find the wiki when ##Space.Document## is parsed) but not in the middle, so in this example "wikiname:Document" will be seen as the document name because no ##.## has been found
71 71  
72 72  {{warning}}TODO{{/warning}}

Get Connected