Version 26.1 by Manuel Smeria on 2015/01/09

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 This milestone integrates the Ratings module inside platform, providing the ability to rate extensions inside the Extension Repository and visualise them inside Extension Manager. We have also added improvements for Flamingo Skin on the responsiveness aspect, reintroduced the Wiki configuration section in Administration and done massive work in augmenting the Mail Sender API to be able to send large number of emails.
8
9 = New and Noteworthy (since XWiki 6.4-milestone-2) =
10
11 [[Full list of issues fixed and Dashboard for 6.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12791]].
12
13 == Rating Features ==
14
15 === Ratings module ===
16
17 Contrib ratings project has been moved to platform. Java APIs have been broken by the package renaming but script APIs have been kept retro-compatible and the UI is mostly the same.
18
19 See [[Ratings Application>>extensions:Extension.Ratings Application]].
20
21 === Ratings support for extensions ===
22
23 It's now possible to rate extensions in [[Extension Repository>>extensions:Extension.Repository Application]] and any repository handler can expose extension rating that are displayed (read only for now) in [[Extension Manager>>extensions:Extension.Extension Manager Application]].
24
25 {{image reference="ratingem.png"/}} {{image reference="ratinger.png"/}}
26
27 == Wiki Configuration ==
28
29 A new "Configuration > Wiki" section is added in Administration where you can configure the current wiki, whether it is the main wiki or a subwiki.
30
31 {{image reference="wikiDescriptorEditingAdministration-cropped.png"/}}
32
33 For more information, see the [[documentation>>extensions:Extension.Wiki Application||anchor="HConfigureWiki"]].
34
35 == Flamingo Skin ==
36
37 Some improvements have been made on the responsive tables (including the livetables) and we have fixed the broken livetables for mobiles on some places:
38
39 (((
40 {{image reference="livetable-rights.png" width="30%"/}} {{image reference="mobile-users.png" width="30%"/}} {{image reference="mobile-groups.png" width="30%"/}}
41 )))
42
43 == Batch Mail Sending ==
44
45 The [[Mail Sender API>>extensions:Extension.Mail Sender API]] has been modified to support sending a large number of mails at once. In addition the [[Mail Admin UI>>extensions:Extension.Mail Application]] has been improved to display the statuses of mails (when they're sent by XWiki features specifying that the mail statuses should be persisted).
46
47 {{image reference="emailcategory.png"/}}
48
49 {{image reference="emailstatus.png"/}}
50
51 == Solr server setup package ==
52
53 Everything needed to setup an XWiki index in a remote Solr server is now packaged in a standalone project (##xwiki-platform-search-solr-server-data##). A Debian package (##xwiki-solr-data##) has also been provided to make easier to keep it up to date.
54
55 == Miscellaneous ==
56
57 * Displaying the 'Stable versions' label in an extension's description in Extension Manager before and after the list of versions is retrieved.
58
59 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%226.4-milestone-3%22&tempMax=1000]] fixed in this release.
60
61 = For Developers =
62
63 == Rendering ==
64
65 * XWiki Rendering now provide an HTML5 Renderer.
66
67 {{comment}}
68 == Deprecated and Retired projects ==
69
70 <description of deprecated and retired projects>
71 {{/comment}}
72
73 == Upgrades ==
74
75 The following dependencies have been upgraded:
76
77 * [[slf4j 1.7.9>>http://jira.xwiki.org/browse/XCOMMONS-712]]
78 * [[Lucene and SOLR 4.10.3>>http://jira.xwiki.org/browse/XWIKI-11603]]
79
80 {{comment}}
81 == Miscellaneous ==
82
83 <other dev stuff to add and link to JIRA for all issues fixed>
84 {{/comment}}
85
86 = Translations =
87
88 The following translations have been updated:
89
90 {{language codes="de, pl"/}}
91
92 = Tested Browsers & Databases =
93
94 {{include reference="TestReports.ManualTestReportSummaryXWiki64M3"/}}
95
96 {{comment}}
97 = Performances tests compared to <last super stable version> =
98
99 <a summary of the comparison with latest super stable version>
100
101 More details on <link to the test report>.
102
103 {{/comment}}
104
105 = Known issues =
106
107 * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
108
109 = Backward Compatibility and Migration Notes =
110
111 == General Notes ==
112
113 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that 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.
114
115 {{comment}}
116 == Issues specific to XWiki <version> ==
117
118 <issues specific to the project>
119
120 {{/comment}}
121
122 == API Breakages ==
123
124 The following APIs were modified since XWiki 6.3:
125
126 * It's very unlikely that this class is implemented by anything else and it does not make much sense to not have this method, since this is not really a cache behind it but a Map that keep engines forever it may create a memory leak on a big farm running for a long time(((
127 {{code language="none"}}
128 org.xwiki.velocity.VelocityFactory: Method 'public org.xwiki.velocity.VelocityEngine removeVelocityEngine(java.lang.String)' has been added to an interface
129 {{/code}}
130 )))
131
132 * This shouldn't be a backward incompatible change since it's a method addition on an Annotation.(((
133 {{code language="none"}}
134 org.xwiki.component.annotation.Component: Method 'public boolean staticRegistration()' has been added to an interface
135 {{/code}}
136 )))
137
138 * Young API, this method needs to be available for consistency with the getMainWikiDescriptor/Id pair of methods(((
139 {{code language="none"}}
140 org.xwiki.wiki.descriptor.WikiDescriptorManager: Method 'public org.xwiki.wiki.descriptor.WikiDescriptor getCurrentWikiDescriptor()' has been added to an interface
141 {{/code}}
142 )))
143
144 * WYSIWYG's MacroService API was not previously considering a multiwiki environment.(((
145 {{code language="none"}}
146 org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService: Method 'public org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor getMacroDescriptor(java.lang.String, java.lang.String, java.lang.String)' has been added to an interface
147 org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService: Method 'public java.util.List getMacroDescriptors(java.lang.String, java.lang.String)' has been added to an interface
148 org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsync: Method 'public void getMacroDescriptor(java.lang.String, java.lang.String, java.lang.String, com.google.gwt.user.client.rpc.AsyncCallback)' has been added to an interface
149 org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsync: Method 'public void getMacroDescriptors(java.lang.String, java.lang.String, com.google.gwt.user.client.rpc.AsyncCallback)' has been added to an interface
150 {{/code}}
151 )))
152
153 * Add new methods to the Icon Set Module(((
154 {{code language="none"}}
155 org.xwiki.icon.IconManager: Method 'public java.util.List getIconNames()' has been added to an interface
156 org.xwiki.icon.IconManager: Method 'public java.util.List getIconNames(java.lang.String)' has been added to an interface
157 org.xwiki.icon.IconSetManager: Method 'public java.util.List getIconSetNames()' has been added to an interface
158 {{/code}}
159 )))
160
161 * LESS refactoring.(((
162 {{code language="none"}}
163 org.xwiki.lesscss.LessCompilerScriptService: Method 'public boolean clearCacheFromFileSystemSkin(java.lang.String)' has been removed
164 org.xwiki.lesscss.LessCompilerScriptService: Return type of method 'public org.xwiki.lesscss.ColorTheme getColorThemeFromSkinFile(java.lang.String)' has been changed to org.xwiki.lesscss.colortheme.ColorTheme
165 org.xwiki.lesscss.LessCompilerScriptService: Return type of method 'public org.xwiki.lesscss.ColorTheme getColorThemeFromSkinFile(java.lang.String, java.lang.String)' has been changed to org.xwiki.lesscss.colortheme.ColorTheme
166 org.xwiki.lesscss.ColorTheme: Class org.xwiki.lesscss.ColorTheme removed
167 org.xwiki.lesscss.ColorThemeCache: Class org.xwiki.lesscss.ColorThemeCache removed
168 org.xwiki.lesscss.LESSCache: Class org.xwiki.lesscss.LESSCache removed
169 org.xwiki.lesscss.LESSColorThemeConverter: Class org.xwiki.lesscss.LESSColorThemeConverter removed
170 org.xwiki.lesscss.LESSCompiler: Class org.xwiki.lesscss.LESSCompiler removed
171 org.xwiki.lesscss.LESSCompilerException: Class org.xwiki.lesscss.LESSCompilerException removed
172 org.xwiki.lesscss.LESSSkinFileCache: Class org.xwiki.lesscss.LESSSkinFileCache removed
173 org.xwiki.lesscss.LESSSkinFileCompiler: Class org.xwiki.lesscss.LESSSkinFileCompiler removed
174 {{/code}}
175 )))
176
177 * Lots of refactoring on the new Mail module, which is a young API(((
178 {{code language="none"}}
179 org.xwiki.mail.MailResultListener: Class org.xwiki.mail.MailResultListener removed
180 org.xwiki.mail.MailSender: Parameter 1 of 'public void send(javax.mail.internet.MimeMessage, javax.mail.Session)' has changed its type to java.lang.Iterable
181 org.xwiki.mail.MailSender: Return type of method 'public void send(javax.mail.internet.MimeMessage, javax.mail.Session)' has been changed to org.xwiki.mail.MailResult
182 org.xwiki.mail.MailSender: Parameter 1 of 'public void sendAsynchronously(javax.mail.internet.MimeMessage, javax.mail.Session, org.xwiki.mail.MailResultListener)' has changed its type to java.lang.Iterable
183 org.xwiki.mail.MailSender: Parameter 3 of 'public void sendAsynchronously(javax.mail.internet.MimeMessage, javax.mail.Session, org.xwiki.mail.MailResultListener)' has changed its type to org.xwiki.mail.MailListener
184 org.xwiki.mail.MailSender: Return type of method 'public void sendAsynchronously(javax.mail.internet.MimeMessage, javax.mail.Session, org.xwiki.mail.MailResultListener)' has been changed to org.xwiki.mail.MailResult
185 org.xwiki.mail.MailSender: Method 'public void waitTillSent(long)' has been removed
186 org.xwiki.mail.MailSenderConfiguration: Method 'public java.util.List getBCCAddresses()' has been added to an interface
187 org.xwiki.mail.MailSenderConfiguration: Method 'public java.lang.String getScriptServicePermissionCheckerHint()' has been added to an interface
188 org.xwiki.mail.script.MimeMessageWrapper: In method 'public MimeMessageWrapper(org.xwiki.mail.internal.ExtendedMimeMessage, javax.mail.Session, org.xwiki.mail.MailSender, org.xwiki.context.Execution, org.xwiki.component.manager.ComponentManager)' the number of arguments has changed
189 org.xwiki.mail.script.MimeMessageWrapper: Accessibility of method 'public MimeMessageWrapper(org.xwiki.mail.internal.ExtendedMimeMessage, javax.mail.Session, org.xwiki.mail.MailSender, org.xwiki.context.Execution, org.xwiki.component.manager.ComponentManager)' has been decreased from public to package
190 org.xwiki.mail.script.MimeMessageWrapper: Method 'public java.util.concurrent.BlockingQueue getErrors()' has been removed
191 org.xwiki.mail.script.MimeMessageWrapper: Method 'public void send()' has been removed
192 org.xwiki.mail.script.MimeMessageWrapper: Method 'public void sendAsynchronously()' has been removed
193 org.xwiki.mail.script.MimeMessageWrapper: Method 'public void waitTillSent(long)' has been removed
194 {{/code}}
195 )))

Get Connected