Version 46.4 by Eduard Moraru 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 possible to get DEBUG information only for shutdown operations>>dev:Community.Debugging||anchor="HLoggingshutdownoperations"]] by editing ##logback.xml## and setting:(((
77 {{code language="xml"}}
78 <logger name="org.xwiki.shutdown" level="debug"/>
79 {{/code}}
80 )))
81 * 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"]].
82 * 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]]
83 * Office macro can now take a URL as input. See [[extensions:Extension.Office Macro]] for more details
84
85 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.
86
87 = For Developers =
88
89 == Velocity macros to display users and groups ==
90
91 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:
92
93 {{code language="none"}}
94 {{velocity}}
95 {{html wiki="true"}}
96 = Users =
97 == Just one ==
98 #displayUser('XWiki.Admin')
99
100 == List of users ==
101 #displayUser(['Admin', 'XWiki.mflorea'])
102
103 == A reference of a user ==
104 #displayUser($xcontext.userReference)
105
106 == A list of references of users ==
107 #displayUser([$xcontext.userReference, $otherUserReference])
108
109 = Groups =
110 == Just one ==
111 #displayGroup('XWiki.XWikiAdminGroup')
112
113 == List of groups ==
114 #displayGroup(['XWikiAdminGroup','XWiki.HRGroup'])
115
116 == A reference of a group ==
117 #set($adminGroupRef = $services.model.resolveDocument('XWiki.XWikiAdminGroup'))
118 #set($allGroupRef = $services.model.resolveDocument('XWiki.XWikiAllGroup'))
119 #displayGroup($adminGroupRef)
120
121 == A list of references of groups ==
122 #displayGroup([$adminGroupRef, $allGroupRef])
123
124 {{/html}}
125 {{/velocity}}
126 {{/code}}
127
128 == New Velocity Tools ==
129
130 * 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.
131 * New Exception Tool ##$exceptiontool##: A [[new tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] to manipulate Java Exceptions (get root cause, convert into String, etc).
132
133 == Ability to catch Exceptions from Velocity ==
134
135 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.
136
137 For example:
138
139 {{code language="velocity"}}
140 #try()
141 #set($outputSyntax = $xwiki.getAvailableRendererSyntax($request.outputSyntax, $request.outputSyntaxVersion))
142 #if ($outputSyntax)
143 ## If the passed syntax is not an HTML-compatible syntax we need to HTML-escape it so that it can be
144 ## displayed fine in HTML (since at the point this vm file is called we're already inside an HTML page with
145 ## panels on the side, header, etc).
146 #set($syntaxType = $outputSyntax.type.toIdString())
147 #if (($syntaxType == "xhtml") || ($syntaxType == "html"))
148 #set ($renderedContent = $tdoc.getRenderedContent($outputSyntax))
149 #else
150 ## Make sure to print correctly the result when it's not HTML
151 #set ($renderedContent = "<pre>$escapetool.html($tdoc.getRenderedContent($outputSyntax))</pre>")
152 #end
153 #else
154 #set ($renderedContent = $tdoc.getRenderedContent())
155 #end
156 #end
157 ...
158 <div id="xwikicontent">
159 #if ("$!exception" != '')
160 #displayUnexpectedException($exception)
161 #else
162 $renderedContent
163 #end
164 </div>
165 ...
166 {{/code}}
167
168 This generates the following in case of error rendering the page:
169
170 {{image reference="renderingerror.png"/}}
171
172 == New #displayException macro ==
173
174 Displays an error message with a title that can be clicked and expands to display an exception.
175
176 Example from a wiki page:
177
178 {{code language="none"}}
179 {{velocity}}
180 #set ($message = $services.mailsender.createMessage())
181 $message.send()
182
183 {{html}}
184 #displayException("hello world", $services.mailsender.lastError)
185 {{/html}}
186 {{/velocity}}
187 {{/code}}
188
189 == Component Disposal ==
190
191 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:
192
193 {{code language="java"}}
194 @Component
195 @Singleton
196 @DisposePriority(10000)
197 public class DefaultHibernateSessionFactory implements HibernateSessionFactory, Disposable
198 {
199 ...
200 @Override
201 public void dispose() throws ComponentLifecycleException
202 {
203 ... called after other components in order to shut down the database late...
204 }
205 ...
206 }
207 {{/code}}
208
209 See the [[Component Reference documentation>>extensions:Extension.Component Module]] for other details.
210
211 == New LiveTable Filtering Option ==
212
213 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:
214
215 {{code language="none"}}
216 #set ($columnsProperties = {
217 'doc.name': {'type': 'text', 'size': 10, 'link': 'view'},
218 ...
219 'myDatabaseList': {'type': 'text', 'size': 10, 'match': 'partial'},
220 ...
221 })
222 {{/code}}
223
224 Checkout the [[LiveTable Macro documentation>>extensions:Extension.Livetable Macro||anchor="HParameter24columnsProperties"]] for more details about the **match** option.
225
226 == Deprecated and Retired projects ==
227
228 <description of deprecated and retired projects>
229
230 == Upgrades ==
231
232 The following dependencies have been upgraded:
233
234 * [[JGroups 3.5.1>>http://jira.xwiki.org/browse/XWIKI-10987]]
235 * [[Tika 1.6>>http://jira.xwiki.org/browse/XWIKI-10956]]
236 * [[reflections 0.9.9>>http://jira.xwiki.org/browse/XCOMMONS-654]]
237 * [[Groovy 2.3.7>>http://jira.xwiki.org/browse/XCOMMONS-655]]
238 * [[jQuery 1.11.1>>http://jira.xwiki.org/browse/XWIKI-11094]]
239 * [[Doxia 1.6>>http://jira.xwiki.org/browse/XRENDERING-364]]
240 * [[Joda-Time 2.5>>http://jira.xwiki.org/browse/XRENDERING-365]]
241 * [[commons-compress 1.9>>http://jira.xwiki.org/browse/XCOMMONS-665]]
242
243 == Miscellaneous ==
244
245 * The wiki provisioning job has now the current user set in the context.
246 * 10 new icons have been mapped into [[Font Awesome Icon Theme>>extensions:Extension.Font Awesome Icon Theme]].
247 * 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.
248 * When importing an extension unknown but valid versions are not removed anymore
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