Version 7.2 by Vincent Massol on 2010/11/13

Hide last authors
Vincent Massol 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 Second release candidate of the XWiki Enterprise 2.6 version ([[Roadmap>>enterprise:Main.Roadmap]]).
6
7 = New and Noteworthy (since XWiki Enterprise 2.6RC1) =
8
9 == Share Page ==
10
Vincent Massol 3.1 11 [[image:share1.png||style="border: 1px solid #000;"]]
Vincent Massol 1.1 12
Vincent Massol 3.1 13 [[image:share2.png||style="border: 1px solid #000;"]]
14
Vincent Massol 5.1 15 == Miscellaneous ==
Vincent Massol 1.1 16
Vincent Massol 7.2 17 * Renamed ##recentactivity## macro to [[##activity## macro>>code:Macros.ActivityMacro]].
Vincent Massol 1.1 18
Vincent Massol 7.1 19 == Bug Fixes/Other improvements ==
Vincent Massol 1.1 20
Vincent Massol 5.1 21 * [XE-743] - Apache proxy breaks icons on the Dashboard (again)
22 * [XE-744] - Recent Activity fails to display on August, September, and any 8th and 9th of the month
Vincent Massol 6.1 23 * [XE-747] - On importing/deleting/removing/copying a document, extra/wrong subentries are being displayed by the ##activity## macro
24 * [XE-749] - Minor versions should be taken in account in the ##activity## macro, unless the event type is 'update' (=edit document)
Vincent Massol 5.1 25 * [XWIKI-5105] - When several suggest are used on the same page, suggests results interfer from one field to another
26 * [XWIKI-5654] - Feed plugin does write HTML tags in document titles
27 * [XWIKI-5655] - Long activity titles in new Recent Activity stream on home page overlap with activity time
28 * [XWIKI-5661] - Properties for user types are missing in ApplicationResources.properties
29 * [XWIKI-5666] - stylesheets.vm and stylesheets2.vm are not synchronized
30 * [XWIKI-5668] - Wiki macros fail to register correctly on the first import of a .xar
31 * [XWIKI-5675] - Missing translations for WatchList RSS feed for the new add, update, delete for Comment, Attachment, Annotation events
32 * [XWIKI-5679] - Expanded state is not preserved if panels are collapsed by default
33 * [XWIKI-5683] - XWiki Explorer tree selects the current page instead of the specified page
34 * [XWIKI-3655] - Clean the JS code of the ajax suggest
35 * [XWIKI-5659] - Move fullscreenEdit.js script to uicomponents/ and rename it fullscreen.js
36 * [XWIKI-5670] - Include detailed information about the selected element in the xwiki:suggest:selected event
37 * [XWIKI-5682] - Option to remove a modalPopup from DOM when closing the dialog
38 * [XWIKI-5649] - CSS classes to support automatic users and groups suggestions on field input
39 * [XWIKI-5652] - Support search on space name in the REST API
40 * [XWIKI-5657] - New behavioral CSS class to suggest spaces
41 * [XWIKI-5660] - New behavioral CSS class to make any element "maximizable"
42 * [XWIKI-5681] - New URLFactory that always generates external URLs
Vincent Massol 7.1 43 * [XTROOT-5] - The Main WebHome page is rendered when viewing any page under Google Chrome
44 * [XAADMINISTRATION-187] - Add user and group icons on suggests in edit group sheet
45 * [XSCOLIBRI-247] - style.css imports stylesheets using paths relative to the current directory
46 * [XSCOLIBRI-249] - Make colibri use the fullScreen scripts moved to uicomponents/widgets/
47 * [XPLUCENE-65] - Lucene ignores language filters
48 * [XPMAIL-25] - When parsing mails, a URLFactory that always generates external URLs should be used
49 * [XAPANELS-136] - CSRF token not expanded in SyntaxConverter javascript
50 * [XASCH-59] - Scheduler UI (table) displays/relies on declared status instead of real internal status
51 * [XASCH-58] - Make "services" binding available to scheduler jobs
52 * [XSKINX-43] - Compatibility mapping to support skin file extensions move/rename with backward compatibility
Vincent Massol 1.1 53
54 = Backward Compatibility and Migration Notes =
55
56 == General Notes ==
57
58 {{warning}}
59 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 //xwiki.store.migration.databases=db1,db2,...//.
60 {{/warning}}
61
62 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
63
64 {{warning}}
65 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.
66 {{/warning}}
67
68 == Notes specific to XWiki Enterprise 2.6 RC2 ==
69
70 * The Main.RecentActivity page was renamed to Main.Activity
71
72 == API Breakages ==
73
74 The following APIs were modified since XWiki Enterprise 2.5:
75
76 {{code language="none"}}
77 ERROR: 7006: org.xwiki.annotation.maintainer.AbstractAnnotationMaintainer: Return type of method 'protected void recomputeProperties(org.xwiki.annotation.Annotation, java.util.Collection, java.lang.String, org.xwiki.annotation.content.AlteredContent, java.lang.String)' has been changed to boolean
78 ERROR: 7012: org.xwiki.bridge.SkinAccessBridge: Method 'public java.lang.String getIconURL(java.lang.String)' has been added to an interface
79 ERROR: 8001: org.xwiki.component.manager.AbstractComponentDescriptorEvent: Class org.xwiki.component.manager.AbstractComponentDescriptorEvent removed
80 ERROR: 8001: org.xwiki.component.manager.ComponentDescriptorAddedEvent: Class org.xwiki.component.manager.ComponentDescriptorAddedEvent removed
81 ERROR: 8001: org.xwiki.component.manager.ComponentDescriptorEvent: Class org.xwiki.component.manager.ComponentDescriptorEvent removed
82 ERROR: 8001: org.xwiki.component.manager.ComponentDescriptorRemovedEvent: Class org.xwiki.component.manager.ComponentDescriptorRemovedEvent removed
83 ERROR: 8001: org.xwiki.component.manager.ComponentEventManager: Class org.xwiki.component.manager.ComponentEventManager removed
84 ERROR: 8001: org.xwiki.observation.event.ScriptEvaluationFinishedEvent: Class org.xwiki.observation.event.ScriptEvaluationFinishedEvent removed
85 ERROR: 8001: org.xwiki.observation.event.ScriptEvaluationStartsEvent: Class org.xwiki.observation.event.ScriptEvaluationStartsEvent removed
86 ERROR: 7012: org.xwiki.rendering.block.Block: Method 'public org.xwiki.rendering.block.Block getNextSibling()' has been added to an interface
87 ERROR: 7012: org.xwiki.rendering.block.Block: Method 'public org.xwiki.rendering.block.Block getPreviousSibling()' has been added to an interface
88 ERROR: 7012: org.xwiki.rendering.block.Block: Method 'public void removeBlock(org.xwiki.rendering.block.Block)' has been added to an interface
89 ERROR: 7012: org.xwiki.rendering.block.Block: Method 'public void setNextSiblingBlock(org.xwiki.rendering.block.Block)' has been added to an interface
90 ERROR: 7012: org.xwiki.rendering.block.Block: Method 'public void setPreviousSiblingBlock(org.xwiki.rendering.block.Block)' has been added to an interface
91 ERROR: 6001: org.xwiki.rendering.block.NewLineBlock: Removed field NEW_LINE_BLOCK
92 ERROR: 6001: org.xwiki.rendering.block.SpaceBlock: Removed field SPACE_BLOCK
93 ERROR: 7002: org.xwiki.rendering.configuration.RenderingConfiguration: Method 'public java.util.Properties getMacroCategories()' has been removed
94 ERROR: 7012: org.xwiki.rendering.configuration.RenderingConfiguration: Method 'public java.util.List getTransformations()' has been added to an interface
95 ERROR: 6001: org.xwiki.rendering.listener.reference.ResourceType: Removed field IMAGE
96 ERROR: 7002: org.xwiki.rendering.wiki.WikiModel: Method 'public java.lang.String getAttachmentURL(org.xwiki.rendering.listener.reference.ResourceReference)' has been removed
97 ERROR: 7012: org.xwiki.rendering.wiki.WikiModel: Method 'public java.lang.String getLinkURL(org.xwiki.rendering.listener.reference.ResourceReference)' has been added to an interface
98 ERROR: 7002: org.xwiki.rendering.scaffolding.MockWikiModel: Method 'public java.lang.String getAttachmentURL(org.xwiki.rendering.listener.reference.ResourceReference)' has been removed
99 {{/code}}

Get Connected