Last modified by Thomas Mortagne on 2017/03/24

<
From version < 15.4 >
edited by Vincent Massol
on 2011/05/25
To version < 16.1 >
edited by Marius Dumitru Florea
on 2011/05/25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.mflorea
Content
... ... @@ -52,6 +52,35 @@
52 52  == Deprecated XClass database tables removed ==
53 53  In [[XWIKI-6624>>http://jira.xwiki.org/jira/browse/XWIKI-6624]] a set of database tables and their supporting infrastructure were removed. These tables held XWiki Class information but since XWiki 1.0, the table method of storage has been deprecated and non-default. If upgrading from a pre-1.0 version of XWiki, it is important to make sure you are using the XML XWiki class storage and not the database tables first.
54 54  
55 +== WYSIWYG Editor Configuration ==
56 +
57 +In order to implement [[XWIKI-6618>>http://jira.xwiki.org/jira/browse/XWIKI-6618]] we changed the format of the menu bar configuration. If you exclude the ##XWiki.WysiwygEditorConfig## page when you upgrade your wiki pages (which you should do in order to preserve your WYSIWYG editor configuration) then you have to:
58 +1. edit the ##XWiki.WysiwygEditorConfig## page with the object editor
59 +1. remove deprecated properties (you have to do this because we changed the type of the //Menu Bar// property to accommodate the new format)
60 +1. change the value of the //Menu Bar// property to use the following JSON format:
61 +{{code}}
62 +[{
63 + "feature" : "link",
64 + "subMenu" : ["linkEdit", "linkRemove", "linkWikiPage", "linkAttachment", "|", "linkWebPage", "linkEmail"]
65 +},
66 +{
67 + "feature" : "image",
68 + "subMenu" : ["imageInsertAttached", "imageInsertURL", "imageEdit", "imageRemove"]
69 +},
70 +{
71 + "feature" : "table",
72 + "subMenu" : ["inserttable", "insertcolbefore", "insertcolafter", "deletecol", "|", "insertrowbefore", "insertrowafter", "deleterow", "|", "deletetable"]
73 +},
74 +{
75 + "feature" : "macro",
76 + "subMenu" : ["macroInsert", "macroEdit", "|", "macroRefresh", "|", "macroCollapse", "macroExpand"]
77 +},
78 +{
79 + "feature" : "import",
80 + "subMenu" : ["importOffice"]
81 +}]
82 +{{/code}}
83 +
55 55  == General Notes ==
56 56  
57 57  {{warning}}

Get Connected