Version 6.2 by Silvia Macovei on 2010/04/09

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 Second and last milestone of the XWiki Enterprise 2.3 version ([[Roadmap>>enterprise:Main.Roadmap]]).
6
7 {{error}}
8 Both lucene and web search pages are broken in this release. This has been fixed and will be part of the next release. There is no easy workaround for this except fixing the pages or getting them from [[http://maven.xwiki.org/snapshots/com/xpn/xwiki/products/xwiki-enterprise-wiki/2.3-SNAPSHOT/]].
9 {{/error}}
10
11 The highlights of this release are: annotations applications improvements, new spanish translations for the WYSIWYG editor, bugfixes.
12
13 = New and Noteworthy (since XWiki Enterprise 2.3 Milestone 1) =
14
15 == New Annotations Section in the Administration ==
16
17 It allows to:
18 * specify if and where annotations are active (whole wiki, only some spaces, etc)
19 * configure the annotation types
20 * fine tune how annotations are displayed
21
22 == Translations ==
23
24 * WYSIWYG newly supported language: Spanish
25 * All the translations have been updated
26
27 == Rendering ==
28
29 * Allow entering @, ? and # characters in link references
30 * Many improvements to the MediaWiki parser
31
32 == Important bugs fixed ==
33
34 * XWIKI-5057 : Rights aren't saved if the groups/users radio button is not manually selected
35 * XE-634 : RecentChanges fails to display with some mysql versions
36 * Renaming pages with special characters in their names works fine now
37 * WYSIWYG editor can now edit pages with special characters in their names
38
39 = Known issues =
40
41 * [[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]]
42
43 = Backward Compatibility and Migration Notes =
44
45 == General Notes ==
46
47 {{warning}}
48 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,...//.
49 {{/warning}}
50
51 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
52
53 {{warning}}
54 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.
55 {{/warning}}
56
57 == Upgrade and Migration Notes ==
58
59 * Standalone/inline Macro parsing has been fixed. ((({{error}}
60 There has been a [[bug>>http://jira.xwiki.org/jira/browse/XWIKI-5050]] that appeared when we released the new XWiki Syntax 2.0 several releases back and which we've finally fixed in this release. Basically if you had a macro followed by a new line and then another macro, both macros were considered as being standalone. This is now fixed and they are correctly considered by the parser as inline. More specifically if you were previously using a standalone macro (such as the TOC macro or the HTML macro) and your macro wasn't separated from a previous macro by at least 2 new lines, it'll now fail to render.
61
62 In addition, several pages that are part of the XWiki Enterprise default XAR were not written correctly and didn't have these 2 new lines as mentioned above. We've fixed these pages too but you'll need to make sure you import them in your existing wiki (if you're upgrading) since otherwise these pages will fail to display correctly. These pages are:
63 * Main.RecentChanges
64 * Main.AllDocs
65 * XWiki.Tableview
66 * XWiki.Treeview
67 * XWiki.AllAttachments
68 * XWiki.OrphanedPages
69 * XWiki.DeletedDocuments
70 * XWiki.DeletedAttachments
71 * XWiki.XWikiUserPreferencesSheet
72 {{/error}})))
73
74 * Header id generation changed a bit and more special characters are now allowed in id names: hyphens ("-"), underscores ("_"), colons (":"), and periods (".") are not filtered anymore.

Get Connected