Version 7.1 by Marius Dumitru Florea on 2013/03/15

Hide last authors
Vincent Massol 1.1 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
Vincent Massol 2.1 9 = New and Noteworthy (since XWiki 5.0 Milestone 1) =
Vincent Massol 1.1 10
Vincent Massol 2.1 11 [[Full list of issues fixed and Dashboard for 5.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11493]].
Vincent Massol 1.1 12
Marius Dumitru Florea 7.1 13 == Automatic Paste Cleaning in WYSIWYG Editor ==
Vincent Massol 1.1 14
Marius Dumitru Florea 7.1 15 Starting with this version, whenever you paste some content into the rich text area of the WYSIWYG Editor that content is (by default) automatically cleaned before being inserted into the rest of the content.
Vincent Massol 1.1 16
Marius Dumitru Florea 7.1 17 You can disable the automatic cleaning from the WYSIWYG Editor administration section if you wish:
18
19 {{image reference="WYSIWYGEditor-AdminSection-cleanPasteAutomatically.png" /}}
20
Vincent Massol 1.1 21 == Miscellaneous ==
22
23 <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
24
Vincent Massol 2.1 25 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.0-milestone-2%22&tempMax=1000]] fixed in this release.
Vincent Massol 1.1 26
27 = For Developers =
28
Thomas Mortagne 4.1 29 == Translate log ==
Vincent Massol 1.1 30
Thomas Mortagne 4.1 31 It's possible to provide a translation key with any log to let log displayer use some localization framework to find proper translation for it.
Vincent Massol 1.1 32
Thomas Mortagne 4.1 33 See [[extensions:Extension.Logging Module||anchor="HTranslatelog"]] for more details.
34
Caleb James DeLisle 5.1 35 == JQuery in XWiki using AMD/Require.js ==
36
37 Now with [[require.js>>http://requirejs.org/]] you can pull in jQuery and use it when you need it without incurring the performance penalty when you don't need it.
38 To use jquery, use the script below:
39
40 {{code language="html"}}
41 {{html}}
42 <script>
43 require(['jquery'], function($) {
44 $('#document-title>h1').text('JQuery in action');
45 });
46 </script>
47 {{/html}}
48 {{/code}}
49
50 You can learn more about the power of AMD javascript modules by reading [[require.js documentation>>http://requirejs.org/docs/whyamd.html]].
51
Vincent Massol 1.1 52 == Deprecated and Retired projects ==
53
54 <description of deprecated and retired projects>
55
56 == Upgrades ==
57
58 The following dependencies have been upgraded:
59
60 * <list libraries that have been upgraded>
61
62 == Miscellaneous ==
63
64 <other dev stuff to add and link to JIRA for all issues fixed>
65
66 = Translations =
67
68 The following translations have been updated:
69
70 {{language codes="none, none"/}}
71
72 = Tested Browsers & Databases =
73
74 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
75
76 = Known issues =
77
78 * [[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]]
79
80 = Backward Compatibility and Migration Notes =
81
82 == General Notes ==
83
84 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
85
86 {{warning}}
87 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.
88 {{/warning}}
89
Vincent Massol 2.1 90 == Issues specific to XWiki 5.0 Milestone 2 ==
Vincent Massol 1.1 91
92 <issues specific to the project>
93
Eduard Moraru 5.2 94 - The translations page for each workspace (xwiki:WorkspaceManager.TemplateTranslations) has been moved to the template (and implicitly locally, on each workspace) in XWiki.WorkspaceTranslations. Existing workspaces will still use any existing xwiki:WorkspaceManager.TemplateTranslations document (registered as translation bundle) that you may still have on the main wiki. New workspaces will use their local XWiki.WorkspaceTranslations document.
95
Vincent Massol 1.1 96 == API Breakages ==
97
Thomas Mortagne 3.1 98 The following APIs were modified since XWiki 4.5.2:
Vincent Massol 1.1 99
100 {{code language="none"}}
101 <clirr output here>
102 {{/code}}

Get Connected