Version 47.4 by Vincent Massol on 2014/10/13

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 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 6.2) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
13 == Extension Manager and Repository improvements ==
14
15 * ##<scm>## element from Maven ##pom.xml## is now supported and has been added to the standard in the API
16 * ##<issueManagement>## element from Maven ##pom.xml## is now supported and has been added to the standard in the API
17
18 == User Directory customized globally ==
19
20 The administrator of the wiki can customize the default columns to be displayed by the user directory.
21
22 {{image reference="userDirectoryGloballyConfigurableInAdministration.png" /}}
23
24 For more information, see the [[documentation>>extensions:Extension.User Directory Application]]
25
26 == Flamingo ==
27
28 {{info}}
29 The Flamingo skin was introduced as experimental in XWiki 6.0 & 6.1 and has been deemed usable in XWiki 6.2. However we're still tuning details. It happens that we did not all agree on the location of the "Add" button (some wanted it inside the content, next to the "Edit" buttons and others wanted it back at the top - You can [[follow the discussion here>>http://markmail.org/message/jqbcj4p4ryc56sms]] if you're interested ;)). Thus we've decided for the moment to put it back at the top where it was in the Colibri skin in order to not force our users to learn a new location for the moment. This is still a discussion in progress and if you have inputs and preferences please do not hesitate to let us know on the [[XWiki Users Mailing List>>dev:Community.MailingLists]] or on the [[related Issue>>http://jira.xwiki.org/browse/XWIKI-11167]]. Thanks!
30 {{/info}}
31
32 * The 'Add' button has been moved back to the top bar and the search bar to the right:(((
33 {{image reference="ReleaseNotesXWiki622@flamingo-add.png" width="60%"/}}
34 )))
35 * When you click on the 'add' button, the order of the choices have been inverted, to propose to create a page first, then a space, and finally a wiki:(((
36 {{image reference="ReleaseNotesXWiki622@flamingo-add-options.png"/}}
37 )))
38 * The Wiki/Space/Page buttons in the top bar have been changed and are no longer split into two parts. You do not need to click the arrow specifically any more to open the contextual menu:(((
39 {{image reference="ReleaseNotesXWiki622@flamingo-menubar.png"/}}
40 )))
41 * To navigate to the current Wiki/Space/Page in the top bar, there is now a new "Go to..." item:(((
42 |=Wiki|=Space|=Page
43 |{{image reference="ReleaseNotesXWiki622@flamingo-goto-wiki.png"/}}|{{image reference="ReleaseNotesXWiki622@flamingo-goto-space.png"/}}|{{image reference="ReleaseNotesXWiki622@flamingo-goto-page.png"/}}
44 )))
45 * The languages selection is now located in the top bar. It is displayed only when the multilingual mode is enabled:(((
46 {{image reference="ReleaseNotesXWiki622@languages.png" width="60%"/}}
47 When there is no translation available:
48 {{image reference="ReleaseNotesXWiki622@languages-no-alternative.png"/}}
49 When there is some translations available:
50 {{image reference="ReleaseNotesXWiki622@languages-with-alternatives.png"/}}
51 )))
52 * The [[Livetable>>extensions:Extension.Livetable Macro]] is now responsive to the screen size, so you can use them with smartphones:(((
53 {{image reference="ReleaseNotesXWiki622@Livetable-Responsive.png"/}}
54 )))
55 * The "Add" button has now a default action to create a new page. You can still create other kind of contents (Wiki, Space) by using the arrow, just like we do with the different "edit" actions.(((
56 {{image reference="flamingo-add.png"/}}
57 )))
58 * The Flamingo Theme Application now uses a new Color Picker.(((
59 {{image reference="ReleaseNotesXWiki621@NewColorPicker.png"/}}
60 )))
61 * To sum up, this is the new look:(((
62 {{image reference="ReleaseNotesXWiki622@flamingo.png"/}}
63 )))
64
65 == Miscellaneous ==
66
67 * The default color themes (DefaultColorTheme and FlamingoDefaultTheme) have been renamed Azure and Charcoal.
68 * In the administration, clicking the "Customize" button for customizing a Skin or a Color Theme now opens the page it leads to in edit mode.
69 * Improved L&F when a template fails to render:(((
70 {{image reference="templateerror.png" width="650px"/}}
71 )))
72 * We have created dedicated groups for Colibri and Flamingo Themes inside the Administration. Every themes can be used with both skins but they looks better when they are used with the corresponding theme.(((
73 {{image reference="ColorThemeDisplayer.png"/}}
74 )))
75 * The start/stop shell scripts provided with the Standalone Distribution have been improved to display usage information when an invalid parameter is passed or when the ##-h## or ##~-~-help## parameters are passed. Also note that the start script doesn't stop anymore a running XWiki instance if the ##-k## or ##~-~-kill## parameter is passed (this parameter has been removed).
76 * It's now possible to configure the maximum number of search results to be returned from a search operation using ##xwiki.authentication.ldap.maxresults## property in ##xwiki.cfg## file. See [[LDAP documentation>>platform:AdminGuide.Authentication||anchor="HGenericLDAPconfiguration"]].
77 * The "Empty is today" option on Date fields of classes created with Application Within Minutes is now working as expected. See [[XWIKI-10296>>http://jira.xwiki.org/browse/XWIKI-10296]]
78 * Office macro can now take a URL as input. See [[extensions:Extension.Office Macro]] for more details
79
80 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+%22<version>%22&tempMax=1000]] fixed in this release.
81
82 = For Developers =
83
84 == Velocity macros to display users and groups ==
85
86 We extracted the code that displays in view mode a property of type 'List of Users' and 'List of Groups' from the corresponding custom displayers (found in ##displayer_users.vm## and ##displayer_groups.vm##) into two Velocity macros that can be used to display arbitrary users and groups, even when you don't have an object. Here's how you can use them:
87
88 {{code language="none"}}
89 {{velocity}}
90 {{html wiki="true"}}
91 = Users =
92 == Just one ==
93 #displayUser('XWiki.Admin')
94
95 == List of users ==
96 #displayUser(['Admin', 'XWiki.mflorea'])
97
98 == A reference of a user ==
99 #displayUser($xcontext.userReference)
100
101 == A list of references of users ==
102 #displayUser([$xcontext.userReference, $otherUserReference])
103
104 = Groups =
105 == Just one ==
106 #displayGroup('XWiki.XWikiAdminGroup')
107
108 == List of groups ==
109 #displayGroup(['XWikiAdminGroup','XWiki.HRGroup'])
110
111 == A reference of a group ==
112 #set($adminGroupRef = $services.model.resolveDocument('XWiki.XWikiAdminGroup'))
113 #set($allGroupRef = $services.model.resolveDocument('XWiki.XWikiAllGroup'))
114 #displayGroup($adminGroupRef)
115
116 == A list of references of groups ==
117 #displayGroup([$adminGroupRef, $allGroupRef])
118
119 {{/html}}
120 {{/velocity}}
121 {{/code}}
122
123 == New Velocity Tools ==
124
125 * New URL Tool ##$urltool##: A [[new tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] has been added with one method to parse query string from the URL ##$urltool.parseQuery(String)##. The value returned by this is method is a ##Map<String, List<String>>## which maps parameter names to (possibly multiple) values, and can be passed e.g. directly into ##$escapetool.url(Map<String, ?>)## to convert it back to a string. This is useful e.g. in cases where one want to pass a complete query string around between requests, as it happend for the PDF export; the ##$urltool## allows for a sane deserialization of the value passed around.
126 * New Exception Tool ##$exceptiontool##: A [[new tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] to manipulate Java Exceptions (get root cause, convert into String, etc).
127
128 == Ability to catch Exceptions from Velocity ==
129
130 A new Velocity Directive has been added to catch Exceptions from Velocity. In addition a new ###displayUnexpectedException()## velocity macro has also been added to nicely display an exception to the user.
131
132 For example:
133
134 {{code language="velocity"}}
135 #try()
136 #set($outputSyntax = $xwiki.getAvailableRendererSyntax($request.outputSyntax, $request.outputSyntaxVersion))
137 #if ($outputSyntax)
138 ## If the passed syntax is not an HTML-compatible syntax we need to HTML-escape it so that it can be
139 ## displayed fine in HTML (since at the point this vm file is called we're already inside an HTML page with
140 ## panels on the side, header, etc).
141 #set($syntaxType = $outputSyntax.type.toIdString())
142 #if (($syntaxType == "xhtml") || ($syntaxType == "html"))
143 #set ($renderedContent = $tdoc.getRenderedContent($outputSyntax))
144 #else
145 ## Make sure to print correctly the result when it's not HTML
146 #set ($renderedContent = "<pre>$escapetool.html($tdoc.getRenderedContent($outputSyntax))</pre>")
147 #end
148 #else
149 #set ($renderedContent = $tdoc.getRenderedContent())
150 #end
151 #end
152 ...
153 <div id="xwikicontent">
154 #if ("$!exception" != '')
155 #displayUnexpectedException($exception)
156 #else
157 $renderedContent
158 #end
159 </div>
160 ...
161 {{/code}}
162
163 This generates the following in case of error rendering the page:
164
165 {{image reference="renderingerror.png"/}}
166
167 == New #displayException macro ==
168
169 Displays an error message with a title that can be clicked and expands to display an exception.
170
171 Example from a wiki page:
172
173 {{code language="none"}}
174 {{velocity}}
175 #set ($message = $services.mailsender.createMessage())
176 $message.send()
177
178 {{html}}
179 #displayException("hello world", $services.mailsender.lastError)
180 {{/html}}
181 {{/velocity}}
182 {{/code}}
183
184 == Component Disposal ==
185
186 The order used by the ComponentManager to dispose its components is computed based on declared dependencies. However there might be cases when you wish a Component's ##dispose()## method to be called before or after all other components. In this case you can use the ##DisposePriority## annotation. The default priority is 1000. A higher value will mean disposing before all other components not having this annotation. For example:
187
188 {{code language="java"}}
189 @Component
190 @Singleton
191 @DisposePriority(10000)
192 public class DefaultHibernateSessionFactory implements HibernateSessionFactory, Disposable
193 {
194 ...
195 @Override
196 public void dispose() throws ComponentLifecycleException
197 {
198 ... called after other components in order to shut down the database late...
199 }
200 ...
201 }
202 {{/code}}
203
204 See the [[Component Reference documentation>>extensions:Extension.Component Module]] for other details.
205
206 == New LiveTable Filtering Option ==
207
208 You can now specify how the filter value should be matched against the stored value. One use case when this is useful is when you have a live table for an XClass that has a Database List property and you want to use a text input filter instead of the default drop down list filter. Currently the user has to enter the full value in the text input in order to filter. Would be good if partial matching would work. This is possible starting with this version:
209
210 {{code language="none"}}
211 #set ($columnsProperties = {
212 'doc.name': {'type': 'text', 'size': 10, 'link': 'view'},
213 ...
214 'myDatabaseList': {'type': 'text', 'size': 10, 'match': 'partial'},
215 ...
216 })
217 {{/code}}
218
219 Checkout the [[LiveTable Macro documentation>>extensions:Extension.Livetable Macro||anchor="HParameter24columnsProperties"]] for more details about the **match** option.
220
221 == Miscellaneous ==
222
223 * The wiki provisioning job has now the current user set in the context.
224 * 10 new icons have been mapped into [[Font Awesome Icon Theme>>extensions:Extension.Font Awesome Icon Theme]].
225 * It's now possible to overwrite the id of a Java bean property using an annotation. See [[extensions:Extension.Properties Module||anchor="HPopulateaJavaBean"]] for more.
226 * When importing an extension unknown but valid versions are not removed anymore
227 * [[It's possible to get DEBUG information only for shutdown operations>>dev:Community.Debugging||anchor="HLoggingshutdownoperations"]] by editing ##logback.xml## and setting:(((
228 {{code language="xml"}}
229 <logger name="org.xwiki.shutdown" level="debug"/>
230 {{/code}}
231 )))
232
233 == Deprecated and Retired projects ==
234
235 <description of deprecated and retired projects>
236
237 == Upgrades ==
238
239 The following dependencies have been upgraded:
240
241 * [[JGroups 3.5.1>>http://jira.xwiki.org/browse/XWIKI-10987]]
242 * [[Tika 1.6>>http://jira.xwiki.org/browse/XWIKI-10956]]
243 * [[reflections 0.9.9>>http://jira.xwiki.org/browse/XCOMMONS-654]]
244 * [[Groovy 2.3.7>>http://jira.xwiki.org/browse/XCOMMONS-655]]
245 * [[jQuery 1.11.1>>http://jira.xwiki.org/browse/XWIKI-11094]]
246 * [[Doxia 1.6>>http://jira.xwiki.org/browse/XRENDERING-364]]
247 * [[Joda-Time 2.5>>http://jira.xwiki.org/browse/XRENDERING-365]]
248 * [[commons-compress 1.9>>http://jira.xwiki.org/browse/XCOMMONS-665]]
249
250 = Translations =
251
252 The following translations have been updated:
253
254 {{language codes="none, none"/}}
255
256 = Tested Browsers & Databases =
257
258 {{include reference="TestReports.ManualTestReportXWiki63M1Summary"/}}
259
260 = Known issues =
261
262 * [[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]]
263
264 = Backward Compatibility and Migration Notes =
265
266 == General Notes ==
267
268 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.
269
270 == Issues specific to XWiki <version> ==
271
272 <issues specific to the project>
273
274 == API Breakages ==
275
276 The following APIs were modified since <project> <version - 1>:
277
278 {{code language="none"}}
279 <clirr output here>
280 {{/code}}

Get Connected