Wiki source code of Release Notes for XWiki 5.2 Milestone 1
Version 30.2 by Marius Dumitru Florea on 2013/08/09
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. 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 5.1) = | ||
10 | |||
11 | [[Full list of issues fixed and Dashboard for 5.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11602]]. | ||
12 | |||
13 | == Toggle Email Obfuscation == | ||
14 | |||
15 | The email configuration section in the [[Administration>>doc:extensions:Extension.Administration Application]] now has an option to enable/disable the obfuscation of the email addresses that are stored in object properties of [[type Email>>ReleaseNotes.ReleaseNotesXWiki42||anchor="HNewfieldtypesforemailandlistofpages"]]. The obfuscation is done by displaying only the first letter of the email account, e.g. //a...@domain.org//, the rest of the letters being replaced by an ellipsis. Email obfuscation is off by default. | ||
16 | |||
17 | {{image reference="generalEmailSettings.png"/}} | ||
18 | |||
19 | == Miscellaneous == | ||
20 | |||
21 | * The create new wiki wizard is now using the user and group pickers in the last step ("Initial global members")((( | ||
22 | {{image reference="createNewWiki-rights.png"/}} | ||
23 | ))) | ||
24 | |||
25 | * {{id name="userVerticalMenu"/}} The profile menu is now consistent with the admin menu. | ||
26 | |||
27 | ((( | ||
28 | {{image reference="userProfile.png"/}} | ||
29 | ))) | ||
30 | |||
31 | 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%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%225.2-milestone-1%22&tempMax=1000]] fixed in this release. | ||
32 | |||
33 | = For Developers = | ||
34 | |||
35 | == New Filter Module == | ||
36 | |||
37 | Commons get a new base module for all streaming systems based on filters like Rendering and the coming Wiki Stream. See [[Filter Module documentation>>extensions:Extension.Filter Module]]. | ||
38 | |||
39 | == JSON parsing in Velocity == | ||
40 | |||
41 | ##$jsontool.parse('["json string"]')## can now be used to parse a serialized JSON into [[json-lib>>http://json-lib.sourceforge.net/]] [[arrays>>http://json-lib.sourceforge.net/apidocs/jdk15/net/sf/json/JSONArray.html]] or [[objects>>http://json-lib.sourceforge.net/apidocs/jdk15/net/sf/json/JSONObject.html]]. | ||
42 | |||
43 | Only valid JSON strings can be parsed. JSONP is not supported. If the argument is not valid JSON, then ##null## is returned, parsing exceptions are cought. | ||
44 | |||
45 | == Query String escaping == | ||
46 | |||
47 | The following method ##$escapetool.url(Map<String, ?>)## has been added to the escapetool module. It allows to create a properly url-escaped query string from a map of parameters. | ||
48 | For example ##$escapetool.url({'alice': ['A&A', 'M&M'], 'bob': [13, 27]})## would return ##alice=A%26A&alice=M%26M&bob=13&bob=27##. See [[XCOMMONS-435>>http://jira.xwiki.org/browse/XCOMMONS-435]] | ||
49 | |||
50 | == New Eclipse cs extension == | ||
51 | |||
52 | [[XCOMMONS-353>>http://jira.xwiki.org/browse/XCOMMONS-353]] made our checkstyle.xml file unusable as it is in Eclipse cs because of the custom rule that could not be found in the Eclipse classpath. | ||
53 | |||
54 | ##xwiki-commons-tool-verification-resources## module is now also an Eclipse cs extension which mean you can just drop its jar in Eclipse ##plugins/## folder and you will get the XWiki checkstyle configuration listed in the standard configurations. | ||
55 | |||
56 | == New XWikiDocument API to remove an attachment == | ||
57 | |||
58 | ##XWikiDocument#deleteAttachment## methods have been deprecated in favor of the combination of ##XWikiDocument#removeAttachment## and ##XWiki#saveDocument##. This make attachment deletion follow the same behavior as xobject and among other things allow doing all sort of modifications to a XWikiDocument without touching the database until we decide to apply them by saving the document. | ||
59 | |||
60 | == Deprecated and Retired projects == | ||
61 | |||
62 | * Google plugin (##com.xpn.xwiki.plugin.google.GooglePlugin##) has been retired, you can find it on https://github.com/xwiki-contrib/retired/tree/master/xwiki-platform-google-plugin | ||
63 | |||
64 | == Upgrades == | ||
65 | |||
66 | The following dependencies have been upgraded: | ||
67 | |||
68 | * Infinispan 5.3 | ||
69 | * Tika 1.4 | ||
70 | * JGroups 3.3.4 | ||
71 | * Maven 3.1.0 | ||
72 | * Aether 0.9.0.M2 (moved from ##org.sonatype.aether## to ##org.eclipse.aether##) | ||
73 | * CSSParser 0.9.9 | ||
74 | |||
75 | == Miscellaneous == | ||
76 | |||
77 | * The way to declare the type supporter by a ##org.xwiki.properties.converter.Converter## component changed from role hint to generic type. See [[Properties Module documentation>>extensions:Extension.Properties Module||anchor="HConvertercomponent28Recommended29"]] for more details. The old way is still supported for retro-compatibility. | ||
78 | |||
79 | = Translations = | ||
80 | |||
81 | The following translations have been updated: | ||
82 | |||
83 | {{language codes="none, none"/}} | ||
84 | |||
85 | = Tested Browsers & Databases = | ||
86 | |||
87 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
88 | |||
89 | = Known issues = | ||
90 | |||
91 | * [[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]] | ||
92 | |||
93 | = Backward Compatibility and Migration Notes = | ||
94 | |||
95 | == General Notes == | ||
96 | |||
97 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
98 | |||
99 | {{warning}} | ||
100 | Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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. | ||
101 | {{/warning}} | ||
102 | |||
103 | == Issues specific to XWiki <version> == | ||
104 | |||
105 | <issues specific to the project> | ||
106 | |||
107 | == API Breakages == | ||
108 | |||
109 | The following APIs were modified since <project> <version - 1>: | ||
110 | |||
111 | {{code language="none"}} | ||
112 | <clirr output here> | ||
113 | {{/code}} |