Version 6.2 by Silvia Macovei on 2010/01/15

Hide last authors
Thomas Mortagne 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
2
3 First and last milestone of the XWiki Enterprise 2.2 version ([[Roadmap>>enterprise:Main.Roadmap]]).
4
Silvia Macovei 6.2 5 This release mainly introduces new Model and the possibility to register wiki macros for any user or wiki.
Thomas Mortagne 1.1 6
7 = New and Noteworthy (since XWiki Enterprise 2.1.1) =
8
9 * Contextual wikimacros
Thomas Mortagne 3.1 10 It's now possible for any user to register wiki macro anywhere and in any wiki.
Thomas Mortagne 1.1 11
Silvia Macovei 6.2 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.
Thomas Mortagne 1.1 13
Thomas Mortagne 3.1 14 * new Model module with Reference implementation
Silvia Macovei 6.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.
Thomas Mortagne 3.1 16
Thomas Mortagne 1.1 17 * General UI improvements
18 ** In the wiki source code viewer, allow to toggle line numbers faster from Javascript
19 ** Enable full screen view when displaying the wiki source code (viewer=code)
20 ** Internationalize macro descriptors
21 ** Attachment trash
22 ** Display the contents of the Document Recycle Bin in the document index
23 ** ActionMenu: Add Profile submenu item to the "current user" menu
24 image:XSCOLIBRI-170.png
25 ** Reorder the document actions in the "More actions" menu: copy, rename, delete
26
27 * Development improvements
28 ** Added support for "xcontext" binding in 1.0 groovy macro
29 ** Allow set to null in velocity
30 ** Add an API method for creating a LinkedHashMap
31 ** New APIs for accessing deleted attachments from the trash
32 ** The class wizard should propose to add a SheetClass object to the class sheet
33 ** Add support for 'on page' style extensions
34
35 * Office import improvements
36 ** Added support for Office2007 document formats
37
38 * XAR Import improvements
39 {{warning}}TODO{{/warning}}
40
41 * Blog improvement
42 ** Add the Create a new post to category pages - when used by default select that category
43
44 * Always use UTF-8 for URL encoding
45 * Attachments should produce document modification events
46
47 * Upgraded to Groovy 1.7
48
49 * Lots of accessibility fixes
50 * Lots of bugs fixes
51
52 = Known issues =
53
54 * [[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]]
55
56 = Backward Compatibility and Migration Notes =
57
58 == General Notes ==
59
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
Silvia Macovei 6.2 62 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
Thomas Mortagne 1.1 63
Silvia Macovei 6.2 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}}
Thomas Mortagne 1.1 65
66 == Migration Notes ==
67
Silvia Macovei 6.2 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
Thomas Mortagne 5.1 71
Thomas Mortagne 4.1 72 {{warning}}TODO{{/warning}}

Get Connected