Version 2.1 by Sergiu Dumitriu on 2012/08/14

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 <insert description of release here>
6
7 = New and Noteworthy (since XWiki Enterprise 4.2 Milestone 2) =
8
9 == Improved upload UI ==
10
11 The new HTML5 FileUploader has been integrated in a few places:
12
13 * The standard attachment upload form
14 * The Import section of the Administration
15
16 See [[below>>||anchor="HNewHTML5FileUploadwidget"]] for more details about this feature.
17
18 = For Developers =
19
20 == New HTML5 File Upload widget ==
21
22 The [[File Upload widget>>doc:platform:DevGuide.HTML5Upload]] can enhance HTML input elements of type file to provide an interactive upload UI. It can submit files either automatically when the user selects local files, or after the user presses the container form's submit button.
23
24 To use this widget, it is enough to create a new instance of ##XWiki.FileUploader## passing the target ##input## element as the first parameter, and an optional configuration object as the second parameter.
25
26 {{code language="javascript"}}
27 new XWiki.FileUploader(targetInput, {
28 autoUpload: true,
29 progressAutohide: true
30 });
31 {{/code}}
32
33 [[image:platform:DevGuide.HTML5Upload@html5uploads.png||class="screenshot"]]
34
35 == Deprecated and Retired projects ==
36
37 <description of deprecated and retired projects>
38
39 == Upgrades ==
40
41 The following dependencies have been upgraded:
42
43 * <list libraries that have been upgraded>
44
45 == Miscellaneous ==
46
47 <other stuff to add and link to JIRA for all issues fixed>
48
49 == Translations ==
50
51 The following translations have been updated:
52
53 {{language codes="code1, code2"/}}
54
55 = Tested Browsers =
56
57 Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]):
58
59 {{velocity}}
60 ## name = iexplorer, firefox, chrome, safari, opera
61 {{/velocity}}
62
63 {{browser name="browser" version="x.x"/}}
64
65 = Known issues =
66
67 * [[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]]
68
69 = Test Report =
70
71 You can check the [[manual test report>>TestReports.WebHome#<anchor to test report>]] to learn about what was tested and the results on various browsers.
72
73 = Backward Compatibility and Migration Notes =
74
75 == General Notes ==
76
77 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
78
79 {{warning}}
80 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.
81 {{/warning}}
82
83 == Issues specific to <projet> <version> ==
84
85 <issues specific to the project>
86
87 == API Breakages ==
88
89 The following APIs were modified since <project> <version - 1>:
90
91 {{code language="none"}}
92 <clirr output here>
93 {{/code}}

Get Connected